Skip to content

Commit ee60087

Browse files
author
themeisle[bot]
committed
chore(release): 3.5.0
#### [Version 3.5.0](v3.4.11...v3.5.0) (2021-04-28) - Permissions tab disappears after a user modifies a chart's data [#728](#728) - Conflict with Edit Flow plugin - Improve compatibility with Ninja Forms - Fix for color for Minor Grid Lines not working #### Features - Add support for key:value header to access JSON endpoints - Option to download CSV data of the chart without the row with series type
1 parent 9f2626a commit ee60087

File tree

6 files changed

+32
-6
lines changed

6 files changed

+32
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1+
#### [Version 3.5.0](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0) (2021-04-28)
12

2-
### v3.4.11 - 2021-02-16
3+
4+
- Permissions tab disappears after a user modifies a chart's data [#728](https://github.com/Codeinwp/visualizer/issues/728)
5+
- Conflict with Edit Flow plugin
6+
- Improve compatibility with Ninja Forms
7+
- Fix for color for Minor Grid Lines not working
8+
9+
#### Features
10+
- Add support for key:value header to access JSON endpoints
11+
- Option to download CSV data of the chart without the row with series type
12+
13+
### v3.4.11 - 2021-02-16
314
**Changes:**
415
* Development
516

@@ -422,4 +433,4 @@ Fixed Style Issues
422433
* Merge branch 'production' into development
423434

424435
# Conflicts:
425-
# classes/Visualizer/Plugin.php
436+
# classes/Visualizer/Plugin.php

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+
169+
- Permissions tab disappears after a user modifies a chart's data [#728](https://github.com/Codeinwp/visualizer/issues/728)
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)