Skip to content

Commit 547994e

Browse files
committed
chore(release): 3.11.7
##### [Version 3.11.7](v3.11.6...v3.11.7) (2024-11-07) - Updated dependencies - Enhanced security
1 parent 81f0299 commit 547994e

File tree

7 files changed

+25
-4
lines changed

7 files changed

+25
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 3.11.7](https://github.com/Codeinwp/visualizer/compare/v3.11.6...v3.11.7) (2024-11-07)
2+
3+
- Updated dependencies
4+
- Enhanced security
5+
16
##### [Version 3.11.6](https://github.com/Codeinwp/visualizer/compare/v3.11.5...v3.11.6) (2024-08-30)
27

38
- Fixed chart overlapping issue with the Gutenberg editor

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

readme.md

+8
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.7](https://github.com/Codeinwp/visualizer/compare/v3.11.6...v3.11.7) (2024-11-07)
227+
228+
- Updated dependencies
229+
- Enhanced security
230+
231+
232+
233+
226234
##### [Version 3.11.6](https://github.com/Codeinwp/visualizer/compare/v3.11.5...v3.11.6) (2024-08-30)
227235

228236
- Fixed chart overlapping issue with the Gutenberg editor

readme.txt

+8
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.7](https://github.com/Codeinwp/visualizer/compare/v3.11.6...v3.11.7) (2024-11-07)
227+
228+
- Updated dependencies
229+
- Enhanced security
230+
231+
232+
233+
226234
##### [Version 3.11.6](https://github.com/Codeinwp/visualizer/compare/v3.11.5...v3.11.6) (2024-08-30)
227235

228236
- Fixed chart overlapping issue with the Gutenberg editor

0 commit comments

Comments
 (0)