Skip to content

Commit

Permalink
chore(release): 3.11.2
Browse files Browse the repository at this point in the history
##### [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
  • Loading branch information
themeisle[bot] committed May 23, 2024
1 parent c619ad4 commit f32f872
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
##### [Version 3.11.2](https://github.com/Codeinwp/visualizer/compare/v3.11.1...v3.11.2) (2024-05-23)

- Fixed Visualizer block widget not loading
- Improved the popup rendering
- Enhanced security

##### [Version 3.11.1](https://github.com/Codeinwp/visualizer/compare/v3.11.0...v3.11.1) (2024-05-14)

- Fixed the permissions of the plans
Expand Down
2 changes: 1 addition & 1 deletion classes/Visualizer/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
class Visualizer_Plugin {

const NAME = 'visualizer';
const VERSION = '3.11.1';
const VERSION = '3.11.2';

// custom post types
const CPT_VISUALIZER = 'visualizer';
Expand Down
2 changes: 1 addition & 1 deletion css/media.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version: 3.11.1
Version: 3.11.2
*/
#visualizer-library-view {
padding: 30px 10px 10px 30px;
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Visualizer: Tables and Charts for WordPress
Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs/
Description: Effortlessly create and embed responsive charts and tables with Visualizer, a powerful WordPress plugin that enhances data presentation from multiple sources.
Version: 3.11.1
Version: 3.11.2
Author: Themeisle
Author URI: http://themeisle.com
Requires at least: 5.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "visualizer",
"version": "3.11.1",
"version": "3.11.2",
"description": "Visualizer Lite",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,15 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `

== Changelog ==

##### [Version 3.11.2](https://github.com/Codeinwp/visualizer/compare/v3.11.1...v3.11.2) (2024-05-23)

- Fixed Visualizer block widget not loading
- Improved the popup rendering
- Enhanced security




##### [Version 3.11.1](https://github.com/Codeinwp/visualizer/compare/v3.11.0...v3.11.1) (2024-05-14)

- Fixed the permissions of the plans
Expand Down

0 comments on commit f32f872

Please sign in to comment.