Skip to content

Commit

Permalink
chore(release): 3.9.7
Browse files Browse the repository at this point in the history
##### [Version 3.9.7](v3.9.6...v3.9.7) (2023-03-30)

- Improved chart actions icons
- Updated WordPress core tested up to version
  • Loading branch information
themeisle[bot] committed Mar 30, 2023
1 parent a3ed9a1 commit f1b1e20
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### [Version 3.9.7](https://github.com/Codeinwp/visualizer/compare/v3.9.6...v3.9.7) (2023-03-30)

- Improved chart actions icons
- Updated WordPress core tested up to version

##### [Version 3.9.6](https://github.com/Codeinwp/visualizer/compare/v3.9.5...v3.9.6) (2023-03-20)

- Fixed custom format issue in ChartJS
Expand Down
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.9.6';
const VERSION = '3.9.7';

// 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.9.6
Version: 3.9.7
*/
#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/
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.9.6
Version: 3.9.7
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.9.6",
"version": "3.9.7",
"description": "Visualizer Lite",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `

== Changelog ==

##### [Version 3.9.7](https://github.com/Codeinwp/visualizer/compare/v3.9.6...v3.9.7) (2023-03-30)

- Improved chart actions icons
- Updated WordPress core tested up to version




##### [Version 3.9.6](https://github.com/Codeinwp/visualizer/compare/v3.9.5...v3.9.6) (2023-03-20)

- Fixed custom format issue in ChartJS
Expand Down

0 comments on commit f1b1e20

Please sign in to comment.