Skip to content

Commit 207f4d4

Browse files
author
themeisle[bot]
committed
chore(release): 3.7.6
##### [Version 3.7.6](v3.7.5...v3.7.6) (2022-05-26) - Fix PHP 8.0 or above compatibility issue - Fix the space missing between the id and class attributes of the charts - Fix compatibility issue with Ultimate Coupons for WooCommerce Free plugin - Fix charts placed in accordion (tabs) that do not load properly - Fix conflict with translation plugins
1 parent 1135fed commit 207f4d4

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
##### [Version 3.7.6](https://github.com/Codeinwp/visualizer/compare/v3.7.5...v3.7.6) (2022-05-26)
2+
3+
- Fix PHP 8.0 or above compatibility issue
4+
- Fix the space missing between the id and class attributes of the charts
5+
- Fix compatibility issue with Ultimate Coupons for WooCommerce Free plugin
6+
- Fix charts placed in accordion (tabs) that do not load properly
7+
- Fix conflict with translation plugins
8+
19
##### [Version 3.7.5](https://github.com/Codeinwp/visualizer/compare/v3.7.4...v3.7.5) (2022-03-17)
210

311
- Fix display long hAxis text issue

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

readme.txt

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

164164
== Changelog ==
165165

166+
##### [Version 3.7.6](https://github.com/Codeinwp/visualizer/compare/v3.7.5...v3.7.6) (2022-05-26)
167+
168+
- Fix PHP 8.0 or above compatibility issue
169+
- Fix the space missing between the id and class attributes of the charts
170+
- Fix compatibility issue with Ultimate Coupons for WooCommerce Free plugin
171+
- Fix charts placed in accordion (tabs) that do not load properly
172+
- Fix conflict with translation plugins
173+
174+
175+
176+
166177
##### [Version 3.7.5](https://github.com/Codeinwp/visualizer/compare/v3.7.4...v3.7.5) (2022-03-17)
167178

168179
- Fix display long hAxis text issue

0 commit comments

Comments
 (0)