From 7133b2987e3b789a5ec63b19f5f473da37229d7d Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" <> Date: Wed, 24 May 2023 12:42:35 +0000 Subject: [PATCH] chore(release): 3.10.1 ##### [Version 3.10.1](https://github.com/Codeinwp/visualizer/compare/v3.10.0...v3.10.1) (2023-05-24) - Fixed data tables horizontal scrolling issue - Added legend position default label text - Added tooltip default label text - Fixed Gutenberg block error - Fixed table chart rendering issue in Gutenberg block - Fixed compatibility issue with the FSE editor - Fixed compatibility issue with WP 5.6 - Fixed console error when importing charts from others - Fixed pagination enable/disable issue - Fixed editor rows limitation issue --- CHANGELOG.md | 13 +++++++++++++ classes/Visualizer/Plugin.php | 2 +- css/media.css | 2 +- index.php | 2 +- package.json | 2 +- readme.txt | 16 ++++++++++++++++ 6 files changed, 33 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd89b43..8e48407e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +##### [Version 3.10.1](https://github.com/Codeinwp/visualizer/compare/v3.10.0...v3.10.1) (2023-05-24) + +- Fixed data tables horizontal scrolling issue +- Added legend position default label text +- Added tooltip default label text +- Fixed Gutenberg block error +- Fixed table chart rendering issue in Gutenberg block +- Fixed compatibility issue with the FSE editor +- Fixed compatibility issue with WP 5.6 +- Fixed console error when importing charts from others +- Fixed pagination enable/disable issue +- Fixed editor rows limitation issue + #### [Version 3.10.0](https://github.com/Codeinwp/visualizer/compare/v3.9.7...v3.10.0) (2023-04-04) - Added a setup wizard onboarding page diff --git a/classes/Visualizer/Plugin.php b/classes/Visualizer/Plugin.php index 1c93a905..adbbb3a8 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.0'; + const VERSION = '3.10.1'; // custom post types const CPT_VISUALIZER = 'visualizer'; diff --git a/css/media.css b/css/media.css index 64804bb4..08148b0c 100644 --- a/css/media.css +++ b/css/media.css @@ -1,5 +1,5 @@ /* - Version: 3.10.0 + Version: 3.10.1 */ #visualizer-library-view { padding: 30px 10px 10px 30px; diff --git a/index.php b/index.php index 15a3be8a..4fb22266 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.0 + Version: 3.10.1 Author: Themeisle Author URI: http://themeisle.com Requires at least: 3.5 diff --git a/package.json b/package.json index c52ddb44..764df6c1 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "visualizer", - "version": "3.10.0", + "version": "3.10.1", "description": "Visualizer Lite", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index e67fa8ed..182f7e24 100755 --- a/readme.txt +++ b/readme.txt @@ -163,6 +163,22 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have ` == Changelog == +##### [Version 3.10.1](https://github.com/Codeinwp/visualizer/compare/v3.10.0...v3.10.1) (2023-05-24) + +- Fixed data tables horizontal scrolling issue +- Added legend position default label text +- Added tooltip default label text +- Fixed Gutenberg block error +- Fixed table chart rendering issue in Gutenberg block +- Fixed compatibility issue with the FSE editor +- Fixed compatibility issue with WP 5.6 +- Fixed console error when importing charts from others +- Fixed pagination enable/disable issue +- Fixed editor rows limitation issue + + + + #### [Version 3.10.0](https://github.com/Codeinwp/visualizer/compare/v3.9.7...v3.10.0) (2023-04-04) - Added a setup wizard onboarding page