Skip to content

Commit fe73598

Browse files
author
themeisle[bot]
committed
chore(release): 3.7.11
##### [Version 3.7.11](v3.7.10...v3.7.11) (2022-08-30) - Fix update axis baseline color [#925](#925) - Update more features images [#926](#926) - Fix update minor grid line field [#924](#924) - Add new filter for container attributes [#922](#922) - Fix axis data format issue [#920](#920) - Chart unique title [#915](#915) - Fix block back button issue [#930](#930) - Userguide broken documentation link [#918](#918)
1 parent 7584e7d commit fe73598

File tree

6 files changed

+29
-4
lines changed

6 files changed

+29
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
##### [Version 3.7.11](https://github.com/Codeinwp/visualizer/compare/v3.7.10...v3.7.11) (2022-08-30)
2+
3+
- Fix update axis baseline color [#925](https://github.com/Codeinwp/visualizer/issues/925)
4+
- Update more features images [#926](https://github.com/Codeinwp/visualizer/issues/926)
5+
- Fix update minor grid line field [#924](https://github.com/Codeinwp/visualizer/issues/924)
6+
- Add new filter for container attributes [#922](https://github.com/Codeinwp/visualizer/issues/922)
7+
- Fix axis data format issue [#920](https://github.com/Codeinwp/visualizer/issues/920)
8+
- Chart unique title [#915](https://github.com/Codeinwp/visualizer/issues/915)
9+
- Fix block back button issue [#930](https://github.com/Codeinwp/visualizer/issues/930)
10+
- Userguide broken documentation link [#918](https://github.com/Codeinwp/visualizer/issues/918)
11+
112
##### [Version 3.7.10](https://github.com/Codeinwp/visualizer/compare/v3.7.9...v3.7.10) (2022-07-05)
213

314

classes/Visualizer/Plugin.php

Lines changed: 1 addition & 1 deletion
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.7.10';
31+
const VERSION = '3.7.11';
3232

3333
// custom post types
3434
const CPT_VISUALIZER = 'visualizer';

css/media.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version: 3.7.10
2+
Version: 3.7.11
33
*/
44
#visualizer-library-view {
55
padding: 30px 10px 10px 30px;

index.php

Lines changed: 1 addition & 1 deletion
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-lite/
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.7.10
6+
Version: 3.7.11
77
Author: Themeisle
88
Author URI: http://themeisle.com
99
Requires at least: 3.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "visualizer",
3-
"version": "3.7.10",
3+
"version": "3.7.11",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,20 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
163163

164164
== Changelog ==
165165

166+
##### [Version 3.7.11](https://github.com/Codeinwp/visualizer/compare/v3.7.10...v3.7.11) (2022-08-30)
167+
168+
- Fix update axis baseline color [#925](https://github.com/Codeinwp/visualizer/issues/925)
169+
- Update more features images [#926](https://github.com/Codeinwp/visualizer/issues/926)
170+
- Fix update minor grid line field [#924](https://github.com/Codeinwp/visualizer/issues/924)
171+
- Add new filter for container attributes [#922](https://github.com/Codeinwp/visualizer/issues/922)
172+
- Fix axis data format issue [#920](https://github.com/Codeinwp/visualizer/issues/920)
173+
- Chart unique title [#915](https://github.com/Codeinwp/visualizer/issues/915)
174+
- Fix block back button issue [#930](https://github.com/Codeinwp/visualizer/issues/930)
175+
- Userguide broken documentation link [#918](https://github.com/Codeinwp/visualizer/issues/918)
176+
177+
178+
179+
166180
##### [Version 3.7.10](https://github.com/Codeinwp/visualizer/compare/v3.7.9...v3.7.10) (2022-07-05)
167181

168182

0 commit comments

Comments
 (0)