Skip to content

Commit be8fbd8

Browse files
author
themeisle[bot]
committed
chore(release): 3.11.3
##### [Version 3.11.3](v3.11.2...v3.11.3) (2024-05-27) - Fixed the rendering of Visualizer widgets in the Customizer
1 parent 62c45a9 commit be8fbd8

File tree

6 files changed

+15
-4
lines changed

6 files changed

+15
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 3.11.3](https://github.com/Codeinwp/visualizer/compare/v3.11.2...v3.11.3) (2024-05-27)
2+
3+
- Fixed the rendering of Visualizer widgets in the Customizer
4+
15
##### [Version 3.11.2](https://github.com/Codeinwp/visualizer/compare/v3.11.1...v3.11.2) (2024-05-23)
26

37
- Fixed Visualizer block widget not loading

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.2';
31+
const VERSION = '3.11.3';
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.2
2+
Version: 3.11.3
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.2
6+
Version: 3.11.3
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.2",
3+
"version": "3.11.3",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

readme.txt

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

227227
== Changelog ==
228228

229+
##### [Version 3.11.3](https://github.com/Codeinwp/visualizer/compare/v3.11.2...v3.11.3) (2024-05-27)
230+
231+
- Fixed the rendering of Visualizer widgets in the Customizer
232+
233+
234+
235+
229236
##### [Version 3.11.2](https://github.com/Codeinwp/visualizer/compare/v3.11.1...v3.11.2) (2024-05-23)
230237

231238
- Fixed Visualizer block widget not loading

0 commit comments

Comments
 (0)