Skip to content

Commit a09abf2

Browse files
committed
Merge branch 'master' into development
2 parents e2d43a4 + bcab1f9 commit a09abf2

File tree

6 files changed

+55
-28
lines changed

6 files changed

+55
-28
lines changed

CHANGELOG.md

Lines changed: 36 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,39 @@
1-
2-
### v3.4.11 - 2021-02-16
3-
**Changes:**
4-
* Development
5-
6-
### v3.4.10 - 2020-12-09
7-
**Changes:**
8-
* [Fix] Compatibility with Composer 2.0
9-
10-
### v3.4.9 - 2020-11-26
11-
**Changes:**
12-
* [Fix] Pie chart slices offset problem in the Gutenberg editor
13-
* [Fix] Warning is thrown when remote file is used as source
14-
* [Fix] Bubble chart legend position not working in the Gutenberg editor
15-
16-
### v3.4.8 - 2020-09-29
17-
**Changes:**
18-
* [Fix] Option to edit charts imported from JSON
19-
20-
### v3.4.7 - 2020-09-21
21-
**Changes:**
22-
* - [Fix] Import from JSON: Reordering columns only reorders the label, not the associated data
23-
* - [Fix] numberFormat option doesn't apply in Bar charts when using annotations
24-
* - [Fix] Google GEO chart is not rendering if 3rd data column is added
1+
#### [Version 3.5.0](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0) (2021-04-28)
2+
3+
#### Fixes
4+
5+
- Permissions tab disappears after a user modifies a chart's data
6+
- Conflict with Edit Flow plugin
7+
- Improve compatibility with Ninja Forms
8+
- Fix for color for Minor Grid Lines not working
9+
10+
#### Features
11+
- Add support for key:value header to access JSON endpoints
12+
- Option to download CSV data of the chart without the row with series type
13+
14+
### v3.4.11 - 2021-02-16
15+
**Changes:**
16+
* Development
17+
18+
### v3.4.10 - 2020-12-09
19+
**Changes:**
20+
* [Fix] Compatibility with Composer 2.0
21+
22+
### v3.4.9 - 2020-11-26
23+
**Changes:**
24+
* [Fix] Pie chart slices offset problem in the Gutenberg editor
25+
* [Fix] Warning is thrown when remote file is used as source
26+
* [Fix] Bubble chart legend position not working in the Gutenberg editor
27+
28+
### v3.4.8 - 2020-09-29
29+
**Changes:**
30+
* [Fix] Option to edit charts imported from JSON
31+
32+
### v3.4.7 - 2020-09-21
33+
**Changes:**
34+
* - [Fix] Import from JSON: Reordering columns only reorders the label, not the associated data
35+
* - [Fix] numberFormat option doesn't apply in Bar charts when using annotations
36+
* - [Fix] Google GEO chart is not rendering if 3rd data column is added
2537

2638
### v3.4.6 - 2020-08-11
2739
**Changes:**

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

readme.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,21 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
162162
13. Bar chart
163163

164164
== Changelog ==
165+
166+
#### [Version 3.5.0](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0) (2021-04-28)
167+
168+
#### Fixes
169+
- Permissions tab disappears after a user modifies a chart's data
170+
- Conflict with Edit Flow plugin
171+
- Improve compatibility with Ninja Forms
172+
- Fix for color for Minor Grid Lines not working
173+
174+
#### Features
175+
- Add support for key:value header to access JSON endpoints
176+
- Option to download CSV data of the chart without the row with series type
177+
178+
179+
165180
= 3.4.11 - 2021-02-16 =
166181

167182
[Feat] Tested up to WP 5.6

0 commit comments

Comments
 (0)