From f32f8723f29b116cd30d836ce0e14effc37a2d61 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" <> Date: Thu, 23 May 2024 13:49:24 +0000 Subject: [PATCH] chore(release): 3.11.2 ##### [Version 3.11.2](https://github.com/Codeinwp/visualizer/compare/v3.11.1...v3.11.2) (2024-05-23) - Fixed Visualizer block widget not loading - Improved the popup rendering - Enhanced security --- CHANGELOG.md | 6 ++++++ classes/Visualizer/Plugin.php | 2 +- css/media.css | 2 +- index.php | 2 +- package.json | 2 +- readme.txt | 9 +++++++++ 6 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f211251..51d1a724 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +##### [Version 3.11.2](https://github.com/Codeinwp/visualizer/compare/v3.11.1...v3.11.2) (2024-05-23) + +- Fixed Visualizer block widget not loading +- Improved the popup rendering +- Enhanced security + ##### [Version 3.11.1](https://github.com/Codeinwp/visualizer/compare/v3.11.0...v3.11.1) (2024-05-14) - Fixed the permissions of the plans diff --git a/classes/Visualizer/Plugin.php b/classes/Visualizer/Plugin.php index 3f20628a..af9ab7a3 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.1'; + const VERSION = '3.11.2'; // custom post types const CPT_VISUALIZER = 'visualizer'; diff --git a/css/media.css b/css/media.css index 9ce24b9b..806f2ded 100644 --- a/css/media.css +++ b/css/media.css @@ -1,5 +1,5 @@ /* - Version: 3.11.1 + Version: 3.11.2 */ #visualizer-library-view { padding: 30px 10px 10px 30px; diff --git a/index.php b/index.php index 56d86e6c..cf5750c1 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.1 + Version: 3.11.2 Author: Themeisle Author URI: http://themeisle.com Requires at least: 5.2 diff --git a/package.json b/package.json index 476d19d1..71ae1071 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "visualizer", - "version": "3.11.1", + "version": "3.11.2", "description": "Visualizer Lite", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index b29e3a21..e782ee45 100755 --- a/readme.txt +++ b/readme.txt @@ -226,6 +226,15 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` == Changelog == +##### [Version 3.11.2](https://github.com/Codeinwp/visualizer/compare/v3.11.1...v3.11.2) (2024-05-23) + +- Fixed Visualizer block widget not loading +- Improved the popup rendering +- Enhanced security + + + + ##### [Version 3.11.1](https://github.com/Codeinwp/visualizer/compare/v3.11.0...v3.11.1) (2024-05-14) - Fixed the permissions of the plans