Skip to content

Commit

Permalink
chore(release): 3.5.1
Browse files Browse the repository at this point in the history
##### [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)
  • Loading branch information
themeisle[bot] committed May 25, 2021
1 parent ea85ec1 commit a944634
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
##### [Version 3.5.1](https://github.com/Codeinwp/visualizer/compare/v3.5.0...v3.5.1) (2021-05-25)


- Fix compatibility with 3rd party plugins which use the same js library as Visualizer [#801](https://github.com/Codeinwp/visualizer/issues/801)
- Fix fatal error when a new chart is created on PHP 8 [#795](https://github.com/Codeinwp/visualizer/issues/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](https://github.com/Codeinwp/visualizer/issues/794)

#### [Version 3.5.0](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0) (2021-04-28)

#### Fixes
Expand Down Expand Up @@ -434,4 +444,4 @@ Fixed Style Issues
* Merge branch 'production' into development

# Conflicts:
# classes/Visualizer/Plugin.php
# classes/Visualizer/Plugin.php
2 changes: 1 addition & 1 deletion classes/Visualizer/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
class Visualizer_Plugin {

const NAME = 'visualizer';
const VERSION = '3.5.0';
const VERSION = '3.5.1';

// custom post types
const CPT_VISUALIZER = 'visualizer';
Expand Down
2 changes: 1 addition & 1 deletion css/media.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version: 3.5.0
Version: 3.5.1
*/
#visualizer-library-view {
padding: 30px 10px 10px 30px;
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Visualizer: Tables and Charts for WordPress
Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs-lite/
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.
Version: 3.5.0
Version: 3.5.1
Author: Themeisle
Author URI: http://themeisle.com
Requires at least: 3.5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "visualizer",
"version": "3.5.0",
"version": "3.5.1",
"description": "Visualizer Lite",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,19 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `

== Changelog ==

##### [Version 3.5.1](https://github.com/Codeinwp/visualizer/compare/v3.5.0...v3.5.1) (2021-05-25)


- Fix compatibility with 3rd party plugins which use the same js library as Visualizer [#801](https://github.com/Codeinwp/visualizer/issues/801)
- Fix fatal error when a new chart is created on PHP 8 [#795](https://github.com/Codeinwp/visualizer/issues/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](https://github.com/Codeinwp/visualizer/issues/794)




#### [Version 3.5.0](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0) (2021-04-28)

#### Fixes
Expand Down

0 comments on commit a944634

Please sign in to comment.