Skip to content

Commit 7d72a0b

Browse files
author
themeisle[bot]
committed
chore(release): 3.11.5
##### [Version 3.11.5](v3.11.4...v3.11.5) (2024-07-17) - Updated promotional links and buttons
1 parent 5f61d57 commit 7d72a0b

File tree

7 files changed

+22
-4
lines changed

7 files changed

+22
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 3.11.5](https://github.com/Codeinwp/visualizer/compare/v3.11.4...v3.11.5) (2024-07-17)
2+
3+
- Updated promotional links and buttons
4+
15
##### [Version 3.11.4](https://github.com/Codeinwp/visualizer/compare/v3.11.3...v3.11.4) (2024-07-09)
26

37
- Fixed broken link in the Map settings of the Geo Chart

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

readme.md

+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.5](https://github.com/Codeinwp/visualizer/compare/v3.11.4...v3.11.5) (2024-07-17)
230+
231+
- Updated promotional links and buttons
232+
233+
234+
235+
229236
##### [Version 3.11.4](https://github.com/Codeinwp/visualizer/compare/v3.11.3...v3.11.4) (2024-07-09)
230237

231238
- Fixed broken link in the Map settings of the Geo Chart

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.5](https://github.com/Codeinwp/visualizer/compare/v3.11.4...v3.11.5) (2024-07-17)
230+
231+
- Updated promotional links and buttons
232+
233+
234+
235+
229236
##### [Version 3.11.4](https://github.com/Codeinwp/visualizer/compare/v3.11.3...v3.11.4) (2024-07-09)
230237

231238
- Fixed broken link in the Map settings of the Geo Chart

0 commit comments

Comments
 (0)