Skip to content

Commit b7a08e8

Browse files
author
themeisle[bot]
committed
chore(release): 3.11.1
##### [Version 3.11.1](v3.11.0...v3.11.1) (2024-05-14) - Fixed the permissions of the plans
1 parent 4c7a8e4 commit b7a08e8

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.1](https://github.com/Codeinwp/visualizer/compare/v3.11.0...v3.11.1) (2024-05-14)
2+
3+
- Fixed the permissions of the plans
4+
15
#### [Version 3.11.0](https://github.com/Codeinwp/visualizer/compare/v3.10.15...v3.11.0) (2024-05-13)
26

37
#### Enhancements

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.0';
31+
const VERSION = '3.11.1';
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.0
2+
Version: 3.11.1
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: A simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages. The plugin uses Google Visualization API to render charts, which supports cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases.
6-
Version: 3.11.0
6+
Version: 3.11.1
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.0",
3+
"version": "3.11.1",
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.1](https://github.com/Codeinwp/visualizer/compare/v3.11.0...v3.11.1) (2024-05-14)
230+
231+
- Fixed the permissions of the plans
232+
233+
234+
235+
229236
#### [Version 3.11.0](https://github.com/Codeinwp/visualizer/compare/v3.10.15...v3.11.0) (2024-05-13)
230237

231238
#### Enhancements

0 commit comments

Comments
 (0)