Skip to content

Commit 0b8179d

Browse files
committed
chore(release): 3.11.11
##### [Version 3.11.11](v3.11.10...v3.11.11) (2025-05-27) - Fixed chart rendering on page load with multiple charts - Updated dependencies
1 parent ffc7b64 commit 0b8179d

File tree

7 files changed

+25
-4
lines changed

7 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 3.11.11](https://github.com/Codeinwp/visualizer/compare/v3.11.10...v3.11.11) (2025-05-27)
2+
3+
- Fixed chart rendering on page load with multiple charts
4+
- Updated dependencies
5+
16
##### [Version 3.11.10](https://github.com/Codeinwp/visualizer/compare/v3.11.9...v3.11.10) (2025-04-16)
27

38
- Fixed special characters not rendering correctly in Legend labels

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.11.10';
31+
const VERSION = '3.11.11';
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.11.10
2+
Version: 3.11.11
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: Effortlessly create and embed responsive charts and tables with Visualizer, a powerful WordPress plugin that enhances data presentation from multiple sources.
6-
Version: 3.11.10
6+
Version: 3.11.11
77
Author: Themeisle
88
Author URI: http://themeisle.com
99
License: GPL v2.0 or later

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.11.10",
3+
"version": "3.11.11",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,14 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
223223

224224
## Changelog ##
225225

226+
##### [Version 3.11.11](https://github.com/Codeinwp/visualizer/compare/v3.11.10...v3.11.11) (2025-05-27)
227+
228+
- Fixed chart rendering on page load with multiple charts
229+
- Updated dependencies
230+
231+
232+
233+
226234
##### [Version 3.11.10](https://github.com/Codeinwp/visualizer/compare/v3.11.9...v3.11.10) (2025-04-16)
227235

228236
- Fixed special characters not rendering correctly in Legend labels

readme.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,14 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
223223

224224
== Changelog ==
225225

226+
##### [Version 3.11.11](https://github.com/Codeinwp/visualizer/compare/v3.11.10...v3.11.11) (2025-05-27)
227+
228+
- Fixed chart rendering on page load with multiple charts
229+
- Updated dependencies
230+
231+
232+
233+
226234
##### [Version 3.11.10](https://github.com/Codeinwp/visualizer/compare/v3.11.9...v3.11.10) (2025-04-16)
227235

228236
- Fixed special characters not rendering correctly in Legend labels

0 commit comments

Comments
 (0)