Skip to content

Commit 7133b29

Browse files
author
themeisle[bot]
committed
chore(release): 3.10.1
##### [Version 3.10.1](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
1 parent abf88ef commit 7133b29

File tree

6 files changed

+33
-4
lines changed

6 files changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
##### [Version 3.10.1](https://github.com/Codeinwp/visualizer/compare/v3.10.0...v3.10.1) (2023-05-24)
2+
3+
- Fixed data tables horizontal scrolling issue
4+
- Added legend position default label text
5+
- Added tooltip default label text
6+
- Fixed Gutenberg block error
7+
- Fixed table chart rendering issue in Gutenberg block
8+
- Fixed compatibility issue with the FSE editor
9+
- Fixed compatibility issue with WP 5.6
10+
- Fixed console error when importing charts from others
11+
- Fixed pagination enable/disable issue
12+
- Fixed editor rows limitation issue
13+
114
#### [Version 3.10.0](https://github.com/Codeinwp/visualizer/compare/v3.9.7...v3.10.0) (2023-04-04)
215

316
- Added a setup wizard onboarding page

classes/Visualizer/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
class Visualizer_Plugin {
2929

3030
const NAME = 'visualizer';
31-
const VERSION = '3.10.0';
31+
const VERSION = '3.10.1';
3232

3333
// custom post types
3434
const CPT_VISUALIZER = 'visualizer';

css/media.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version: 3.10.0
2+
Version: 3.10.1
33
*/
44
#visualizer-library-view {
55
padding: 30px 10px 10px 30px;

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Visualizer: Tables and Charts for WordPress
44
Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs/
55
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.
6-
Version: 3.10.0
6+
Version: 3.10.1
77
Author: Themeisle
88
Author URI: http://themeisle.com
99
Requires at least: 3.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "visualizer",
3-
"version": "3.10.0",
3+
"version": "3.10.1",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,22 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
163163

164164
== Changelog ==
165165

166+
##### [Version 3.10.1](https://github.com/Codeinwp/visualizer/compare/v3.10.0...v3.10.1) (2023-05-24)
167+
168+
- Fixed data tables horizontal scrolling issue
169+
- Added legend position default label text
170+
- Added tooltip default label text
171+
- Fixed Gutenberg block error
172+
- Fixed table chart rendering issue in Gutenberg block
173+
- Fixed compatibility issue with the FSE editor
174+
- Fixed compatibility issue with WP 5.6
175+
- Fixed console error when importing charts from others
176+
- Fixed pagination enable/disable issue
177+
- Fixed editor rows limitation issue
178+
179+
180+
181+
166182
#### [Version 3.10.0](https://github.com/Codeinwp/visualizer/compare/v3.9.7...v3.10.0) (2023-04-04)
167183

168184
- Added a setup wizard onboarding page

0 commit comments

Comments
 (0)