From 7d72a0b7380950f7a96318b2790a75392e4c27f5 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" <> Date: Wed, 17 Jul 2024 08:01:21 +0000 Subject: [PATCH] chore(release): 3.11.5 ##### [Version 3.11.5](https://github.com/Codeinwp/visualizer/compare/v3.11.4...v3.11.5) (2024-07-17) - Updated promotional links and buttons --- CHANGELOG.md | 4 ++++ classes/Visualizer/Plugin.php | 2 +- css/media.css | 2 +- index.php | 2 +- package.json | 2 +- readme.md | 7 +++++++ readme.txt | 7 +++++++ 7 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6254de12..bf921af8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 3.11.5](https://github.com/Codeinwp/visualizer/compare/v3.11.4...v3.11.5) (2024-07-17) + +- Updated promotional links and buttons + ##### [Version 3.11.4](https://github.com/Codeinwp/visualizer/compare/v3.11.3...v3.11.4) (2024-07-09) - Fixed broken link in the Map settings of the Geo Chart diff --git a/classes/Visualizer/Plugin.php b/classes/Visualizer/Plugin.php index 7d4bd8d9..a134b013 100644 --- a/classes/Visualizer/Plugin.php +++ b/classes/Visualizer/Plugin.php @@ -28,7 +28,7 @@ class Visualizer_Plugin { const NAME = 'visualizer'; - const VERSION = '3.11.4'; + const VERSION = '3.11.5'; // custom post types const CPT_VISUALIZER = 'visualizer'; diff --git a/css/media.css b/css/media.css index 4e9b27aa..abbd6c14 100644 --- a/css/media.css +++ b/css/media.css @@ -1,5 +1,5 @@ /* - Version: 3.11.4 + Version: 3.11.5 */ #visualizer-library-view { padding: 30px 10px 10px 30px; diff --git a/index.php b/index.php index e2ccc4c0..329d0824 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: Effortlessly create and embed responsive charts and tables with Visualizer, a powerful WordPress plugin that enhances data presentation from multiple sources. - Version: 3.11.4 + Version: 3.11.5 Author: Themeisle Author URI: http://themeisle.com Requires at least: 5.2 diff --git a/package.json b/package.json index b472b2aa..1e43199f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "visualizer", - "version": "3.11.4", + "version": "3.11.5", "description": "Visualizer Lite", "repository": { "type": "git", diff --git a/readme.md b/readme.md index fe496535..df753c47 100755 --- a/readme.md +++ b/readme.md @@ -226,6 +226,13 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` ## Changelog ## +##### [Version 3.11.5](https://github.com/Codeinwp/visualizer/compare/v3.11.4...v3.11.5) (2024-07-17) + +- Updated promotional links and buttons + + + + ##### [Version 3.11.4](https://github.com/Codeinwp/visualizer/compare/v3.11.3...v3.11.4) (2024-07-09) - Fixed broken link in the Map settings of the Geo Chart diff --git a/readme.txt b/readme.txt index 831892de..8341227e 100755 --- a/readme.txt +++ b/readme.txt @@ -226,6 +226,13 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` == Changelog == +##### [Version 3.11.5](https://github.com/Codeinwp/visualizer/compare/v3.11.4...v3.11.5) (2024-07-17) + +- Updated promotional links and buttons + + + + ##### [Version 3.11.4](https://github.com/Codeinwp/visualizer/compare/v3.11.3...v3.11.4) (2024-07-09) - Fixed broken link in the Map settings of the Geo Chart