From ac9d253dbf75f5c69fa6e80d9139da3658ca28b8 Mon Sep 17 00:00:00 2001 From: Bogdan Preda Date: Fri, 10 May 2024 19:10:44 +0300 Subject: [PATCH 1/2] release: small fix --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 4cf1b5815..1160fc330 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ Author: Themeisle Author URI: http://themeisle.com Requires at least: 5.2 - Tested up to: 5.6 + Tested up to: 6.5 License: GPL v2.0 or later WordPress Available: yes Requires License: no From a07a5486b7f6c73f6127fd908d54e97621366a6d Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" <> Date: Fri, 10 May 2024 16:12:32 +0000 Subject: [PATCH 2/2] chore(release): 3.10.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ##### [Version 3.10.15](https://github.com/Codeinwp/visualizer/compare/v3.10.14...v3.10.15) (2024-05-10) > Things are getting better every day. 🚀 --- CHANGELOG.md | 4 ++++ classes/Visualizer/Plugin.php | 2 +- css/media.css | 2 +- index.php | 2 +- package.json | 2 +- readme.txt | 7 +++++++ 6 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 380142dc1..4ddfc6dc8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 3.10.15](https://github.com/Codeinwp/visualizer/compare/v3.10.14...v3.10.15) (2024-05-10) + +> Things are getting better every day. 🚀 + ##### [Version 3.10.14](https://github.com/Codeinwp/visualizer/compare/v3.10.13...v3.10.14) (2024-05-10) > Things are getting better every day. 🚀 diff --git a/classes/Visualizer/Plugin.php b/classes/Visualizer/Plugin.php index 5dab0bc10..c23c13021 100644 --- a/classes/Visualizer/Plugin.php +++ b/classes/Visualizer/Plugin.php @@ -28,7 +28,7 @@ class Visualizer_Plugin { const NAME = 'visualizer'; - const VERSION = '3.10.14'; + const VERSION = '3.10.15'; // custom post types const CPT_VISUALIZER = 'visualizer'; diff --git a/css/media.css b/css/media.css index fffeb389b..b5e29d61e 100644 --- a/css/media.css +++ b/css/media.css @@ -1,5 +1,5 @@ /* - Version: 3.10.14 + Version: 3.10.15 */ #visualizer-library-view { padding: 30px 10px 10px 30px; diff --git a/index.php b/index.php index 1160fc330..64cf9ffaf 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ Plugin Name: Visualizer: Tables and Charts for WordPress Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs/ Description: A simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages. The plugin uses Google Visualization API to render charts, which supports cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases. - Version: 3.10.14 + Version: 3.10.15 Author: Themeisle Author URI: http://themeisle.com Requires at least: 5.2 diff --git a/package.json b/package.json index c4d1c8bfe..29d4a4b58 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "visualizer", - "version": "3.10.14", + "version": "3.10.15", "description": "Visualizer Lite", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 9cb40410f..efbd0c08a 100755 --- a/readme.txt +++ b/readme.txt @@ -157,6 +157,13 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` == Changelog == +##### [Version 3.10.15](https://github.com/Codeinwp/visualizer/compare/v3.10.14...v3.10.15) (2024-05-10) + +> Things are getting better every day. 🚀 + + + + ##### [Version 3.10.14](https://github.com/Codeinwp/visualizer/compare/v3.10.13...v3.10.14) (2024-05-10) > Things are getting better every day. 🚀