Skip to content

Commit f32f872

Browse files
author
themeisle[bot]
committed
chore(release): 3.11.2
##### [Version 3.11.2](v3.11.1...v3.11.2) (2024-05-23) - Fixed Visualizer block widget not loading - Improved the popup rendering - Enhanced security
1 parent c619ad4 commit f32f872

File tree

6 files changed

+19
-4
lines changed

6 files changed

+19
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### [Version 3.11.2](https://github.com/Codeinwp/visualizer/compare/v3.11.1...v3.11.2) (2024-05-23)
2+
3+
- Fixed Visualizer block widget not loading
4+
- Improved the popup rendering
5+
- Enhanced security
6+
17
##### [Version 3.11.1](https://github.com/Codeinwp/visualizer/compare/v3.11.0...v3.11.1) (2024-05-14)
28

39
- Fixed the permissions of the plans

classes/Visualizer/Plugin.php

+1-1
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.1';
31+
const VERSION = '3.11.2';
3232

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

css/media.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version: 3.11.1
2+
Version: 3.11.2
33
*/
44
#visualizer-library-view {
55
padding: 30px 10px 10px 30px;

index.php

+1-1
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.1
6+
Version: 3.11.2
77
Author: Themeisle
88
Author URI: http://themeisle.com
99
Requires at least: 5.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "visualizer",
3-
"version": "3.11.1",
3+
"version": "3.11.2",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

readme.txt

+9
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,15 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
226226

227227
== Changelog ==
228228

229+
##### [Version 3.11.2](https://github.com/Codeinwp/visualizer/compare/v3.11.1...v3.11.2) (2024-05-23)
230+
231+
- Fixed Visualizer block widget not loading
232+
- Improved the popup rendering
233+
- Enhanced security
234+
235+
236+
237+
229238
##### [Version 3.11.1](https://github.com/Codeinwp/visualizer/compare/v3.11.0...v3.11.1) (2024-05-14)
230239

231240
- Fixed the permissions of the plans

0 commit comments

Comments
 (0)