diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c5a7f00..2e4490742 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 3.11.14](https://github.com/Codeinwp/visualizer/compare/v3.11.13...v3.11.14) (2025-11-28) + +- Enhanced security + ##### [Version 3.11.13](https://github.com/Codeinwp/visualizer/compare/v3.11.12...v3.11.13) (2025-11-06) - Enhanced security diff --git a/classes/Visualizer/Gutenberg/Block.php b/classes/Visualizer/Gutenberg/Block.php index ef1f8d8a8..af3b0ae9e 100644 --- a/classes/Visualizer/Gutenberg/Block.php +++ b/classes/Visualizer/Gutenberg/Block.php @@ -492,7 +492,7 @@ public function get_visualizer_data( $post ) { * @access public */ public function get_query_data( $data ) { - if ( ! current_user_can( 'administrator' ) ) { + if ( ! current_user_can( 'administrator' ) || ( is_multisite() && ! is_super_admin() ) ) { return false; } diff --git a/classes/Visualizer/Plugin.php b/classes/Visualizer/Plugin.php index 7a7f01c52..7afee5e52 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.13'; + const VERSION = '3.11.14'; // custom post types const CPT_VISUALIZER = 'visualizer'; diff --git a/css/media.css b/css/media.css index d58df9f48..7a6ceb30e 100644 --- a/css/media.css +++ b/css/media.css @@ -1,5 +1,5 @@ /* - Version: 3.11.13 + Version: 3.11.14 */ #visualizer-library-view { padding: 30px 10px 10px 30px; diff --git a/index.php b/index.php index 2531c773e..9bbe30506 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.13 + Version: 3.11.14 Author: Themeisle Author URI: http://themeisle.com License: GPL v2.0 or later diff --git a/package.json b/package.json index acaffd117..68a73e061 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "visualizer", - "version": "3.11.13", + "version": "3.11.14", "description": "Visualizer Lite", "repository": { "type": "git", diff --git a/readme.md b/readme.md index 1ed616a04..5b6715eef 100755 --- a/readme.md +++ b/readme.md @@ -223,6 +223,13 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` ## Changelog ## +##### [Version 3.11.14](https://github.com/Codeinwp/visualizer/compare/v3.11.13...v3.11.14) (2025-11-28) + +- Enhanced security + + + + ##### [Version 3.11.13](https://github.com/Codeinwp/visualizer/compare/v3.11.12...v3.11.13) (2025-11-06) - Enhanced security diff --git a/readme.txt b/readme.txt index 32979540d..baccd7db1 100755 --- a/readme.txt +++ b/readme.txt @@ -223,6 +223,13 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` == Changelog == +##### [Version 3.11.14](https://github.com/Codeinwp/visualizer/compare/v3.11.13...v3.11.14) (2025-11-28) + +- Enhanced security + + + + ##### [Version 3.11.13](https://github.com/Codeinwp/visualizer/compare/v3.11.12...v3.11.13) (2025-11-06) - Enhanced security