Skip to content

Commit c81ac9f

Browse files
author
themeisle[bot]
committed
chore(release): 3.7.3
##### [Version 3.7.3](v3.7.2...v3.7.3) (2022-01-19) - Fix multiple charts lazy rendering issue - Upgrade jQuery UI core library CDN - Fix console error when rendering multiple charts - Keep only Line / Pie / bar / Table charts in free version
1 parent 10e2c0e commit c81ac9f

File tree

6 files changed

+21
-4
lines changed

6 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##### [Version 3.7.3](https://github.com/Codeinwp/visualizer/compare/v3.7.2...v3.7.3) (2022-01-19)
2+
3+
- Fix multiple charts lazy rendering issue
4+
- Upgrade jQuery UI core library CDN
5+
- Fix console error when rendering multiple charts
6+
- Keep only Line / Pie / bar / Table charts in free version
7+
18
##### [Version 3.7.2](https://github.com/Codeinwp/visualizer/compare/v3.7.1...v3.7.2) (2021-12-20)
29

310
- Add latest chartJS library support in the bar chart

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.7.2';
31+
const VERSION = '3.7.3';
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.7.2
2+
Version: 3.7.3
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.7.2
6+
Version: 3.7.3
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.7.2",
3+
"version": "3.7.3",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

readme.txt

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

164164
== Changelog ==
165165

166+
##### [Version 3.7.3](https://github.com/Codeinwp/visualizer/compare/v3.7.2...v3.7.3) (2022-01-19)
167+
168+
- Fix multiple charts lazy rendering issue
169+
- Upgrade jQuery UI core library CDN
170+
- Fix console error when rendering multiple charts
171+
- Keep only Line / Pie / bar / Table charts in free version
172+
173+
174+
175+
166176
##### [Version 3.7.2](https://github.com/Codeinwp/visualizer/compare/v3.7.1...v3.7.2) (2021-12-20)
167177

168178
- Add latest chartJS library support in the bar chart

0 commit comments

Comments
 (0)