Skip to content

Commit

Permalink
Sync branch [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate-bot authored Oct 12, 2022
2 parents f91a3b2 + cce8585 commit 9ec8081
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
##### [Version 3.8.1](https://github.com/Codeinwp/visualizer/compare/v3.8.0...v3.8.1) (2022-10-12)


- Change copy shortcode icon to clone a chart We can change copy Short Code icon [#945](https://github.com/Codeinwp/visualizer/issues/945)
- Fix temp file creation issue on instawp selecting the line chart is not working on instawp [#940](https://github.com/Codeinwp/visualizer/issues/940)
- Fix control Type error
- Fixed simple editor scrolling issue
- Fix filter broken layout
- Fix chartJs javascript error when rendering multiple charts

#### [Version 3.8.0](https://github.com/Codeinwp/visualizer/compare/v3.7.12...v3.8.0) (2022-09-21)

- Add data filter support for the charts
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.8.0';
const VERSION = '3.8.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.8.0
Version: 3.8.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/
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.8.0
Version: 3.8.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.8.0",
"version": "3.8.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.8.1](https://github.com/Codeinwp/visualizer/compare/v3.8.0...v3.8.1) (2022-10-12)


- Change copy shortcode icon to clone a chart We can change copy Short Code icon [#945](https://github.com/Codeinwp/visualizer/issues/945)
- Fix temp file creation issue on instawp selecting the line chart is not working on instawp [#940](https://github.com/Codeinwp/visualizer/issues/940)
- Fix control Type error
- Fixed simple editor scrolling issue
- Fix filter broken layout
- Fix chartJs javascript error when rendering multiple charts




#### [Version 3.8.0](https://github.com/Codeinwp/visualizer/compare/v3.7.12...v3.8.0) (2022-09-21)

- Add data filter support for the charts
Expand Down

0 comments on commit 9ec8081

Please sign in to comment.