Skip to content

Commit c295dee

Browse files
author
themeisle[bot]
committed
chore(release): 3.10.8
##### [Version 3.10.8](v3.10.7...v3.10.8) (2024-03-14) ### Bug Fixes - Fix Google chart rendering condition for Classic Plugin - Changes the speed and position of the loading bar ### Improvements - Add a Live Preview button for the plugin page on wordpress.org - Added NPS survey
1 parent 96e7780 commit c295dee

File tree

6 files changed

+27
-4
lines changed

6 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
##### [Version 3.10.8](https://github.com/Codeinwp/visualizer/compare/v3.10.7...v3.10.8) (2024-03-14)
2+
3+
### Bug Fixes
4+
- Fix Google chart rendering condition for Classic Plugin
5+
- Changes the speed and position of the loading bar
6+
7+
### Improvements
8+
- Add a Live Preview button for the plugin page on wordpress.org
9+
- Added NPS survey
10+
111
##### [Version 3.10.7](https://github.com/Codeinwp/visualizer/compare/v3.10.6...v3.10.7) (2024-02-06)
212

313
### Fixes

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.10.7';
31+
const VERSION = '3.10.8';
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.10.7
2+
Version: 3.10.8
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/
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.10.7
6+
Version: 3.10.8
77
Author: Themeisle
88
Author URI: http://themeisle.com
99
Requires at least: 5.2

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.10.7",
3+
"version": "3.10.8",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,19 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
157157

158158
== Changelog ==
159159

160+
##### [Version 3.10.8](https://github.com/Codeinwp/visualizer/compare/v3.10.7...v3.10.8) (2024-03-14)
161+
162+
### Bug Fixes
163+
- Fix Google chart rendering condition for Classic Plugin
164+
- Changes the speed and position of the loading bar
165+
166+
### Improvements
167+
- Add a Live Preview button for the plugin page on wordpress.org
168+
- Added NPS survey
169+
170+
171+
172+
160173
##### [Version 3.10.7](https://github.com/Codeinwp/visualizer/compare/v3.10.6...v3.10.7) (2024-02-06)
161174

162175
### Fixes

0 commit comments

Comments
 (0)