Skip to content

Commit

Permalink
chore(release): 3.7.11
Browse files Browse the repository at this point in the history
##### [Version 3.7.11](v3.7.10...v3.7.11) (2022-08-30)

- Fix update axis baseline color [#925](#925)
- Update more features images [#926](#926)
- Fix update minor grid line field [#924](#924)
- Add new filter for container attributes [#922](#922)
- Fix axis data format issue [#920](#920)
- Chart unique title [#915](#915)
- Fix block back button issue [#930](#930)
- Userguide broken documentation link [#918](#918)
  • Loading branch information
themeisle[bot] committed Aug 30, 2022
1 parent 7584e7d commit fe73598
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
##### [Version 3.7.11](https://github.com/Codeinwp/visualizer/compare/v3.7.10...v3.7.11) (2022-08-30)

- Fix update axis baseline color [#925](https://github.com/Codeinwp/visualizer/issues/925)
- Update more features images [#926](https://github.com/Codeinwp/visualizer/issues/926)
- Fix update minor grid line field [#924](https://github.com/Codeinwp/visualizer/issues/924)
- Add new filter for container attributes [#922](https://github.com/Codeinwp/visualizer/issues/922)
- Fix axis data format issue [#920](https://github.com/Codeinwp/visualizer/issues/920)
- Chart unique title [#915](https://github.com/Codeinwp/visualizer/issues/915)
- Fix block back button issue [#930](https://github.com/Codeinwp/visualizer/issues/930)
- Userguide broken documentation link [#918](https://github.com/Codeinwp/visualizer/issues/918)

##### [Version 3.7.10](https://github.com/Codeinwp/visualizer/compare/v3.7.9...v3.7.10) (2022-07-05)


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.7.10';
const VERSION = '3.7.11';

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

== Changelog ==

##### [Version 3.7.11](https://github.com/Codeinwp/visualizer/compare/v3.7.10...v3.7.11) (2022-08-30)

- Fix update axis baseline color [#925](https://github.com/Codeinwp/visualizer/issues/925)
- Update more features images [#926](https://github.com/Codeinwp/visualizer/issues/926)
- Fix update minor grid line field [#924](https://github.com/Codeinwp/visualizer/issues/924)
- Add new filter for container attributes [#922](https://github.com/Codeinwp/visualizer/issues/922)
- Fix axis data format issue [#920](https://github.com/Codeinwp/visualizer/issues/920)
- Chart unique title [#915](https://github.com/Codeinwp/visualizer/issues/915)
- Fix block back button issue [#930](https://github.com/Codeinwp/visualizer/issues/930)
- Userguide broken documentation link [#918](https://github.com/Codeinwp/visualizer/issues/918)




##### [Version 3.7.10](https://github.com/Codeinwp/visualizer/compare/v3.7.9...v3.7.10) (2022-07-05)


Expand Down

0 comments on commit fe73598

Please sign in to comment.