Skip to content

Commit a944634

Browse files
author
themeisle[bot]
committed
chore(release): 3.5.1
##### [Version 3.5.1](v3.5.0...v3.5.1) (2021-05-25) - Fix compatibility with 3rd party plugins which use the same js library as Visualizer [#801](#801) - Fix fatal error when a new chart is created on PHP 8 [#795](#795) - Chart doesn't get refreshed automatically when the JSON endpoint is used as the data source #### Features: - Adds option to add schema.org Dataset for license and creator [#794](#794)
1 parent ea85ec1 commit a944634

File tree

6 files changed

+28
-5
lines changed

6 files changed

+28
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
##### [Version 3.5.1](https://github.com/Codeinwp/visualizer/compare/v3.5.0...v3.5.1) (2021-05-25)
2+
3+
4+
- Fix compatibility with 3rd party plugins which use the same js library as Visualizer [#801](https://github.com/Codeinwp/visualizer/issues/801)
5+
- Fix fatal error when a new chart is created on PHP 8 [#795](https://github.com/Codeinwp/visualizer/issues/795)
6+
- Chart doesn't get refreshed automatically when the JSON endpoint is used as the data source
7+
8+
#### Features:
9+
- Adds option to add schema.org Dataset for license and creator [#794](https://github.com/Codeinwp/visualizer/issues/794)
10+
111
#### [Version 3.5.0](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0) (2021-04-28)
212

313
#### Fixes
@@ -434,4 +444,4 @@ Fixed Style Issues
434444
* Merge branch 'production' into development
435445

436446
# Conflicts:
437-
# classes/Visualizer/Plugin.php
447+
# 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.5.0';
31+
const VERSION = '3.5.1';
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.5.0
2+
Version: 3.5.1
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.5.0
6+
Version: 3.5.1
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.5.0",
3+
"version": "3.5.1",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

readme.txt

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

164164
== Changelog ==
165165

166+
##### [Version 3.5.1](https://github.com/Codeinwp/visualizer/compare/v3.5.0...v3.5.1) (2021-05-25)
167+
168+
169+
- Fix compatibility with 3rd party plugins which use the same js library as Visualizer [#801](https://github.com/Codeinwp/visualizer/issues/801)
170+
- Fix fatal error when a new chart is created on PHP 8 [#795](https://github.com/Codeinwp/visualizer/issues/795)
171+
- Chart doesn't get refreshed automatically when the JSON endpoint is used as the data source
172+
173+
#### Features:
174+
- Adds option to add schema.org Dataset for license and creator [#794](https://github.com/Codeinwp/visualizer/issues/794)
175+
176+
177+
178+
166179
#### [Version 3.5.0](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0) (2021-04-28)
167180

168181
#### Fixes

0 commit comments

Comments
 (0)