Skip to content

Commit e6b8691

Browse files
committed
chore(release): 4.0.6
##### [Version 4.0.6](v4.0.5...v4.0.6) (2026-07-22) - Fixed scheduled imports from remote CSV files so charts continue to refresh automatically in the background. - Fixed an issue where charts using lazy rendering could remain blank when their scripts finished loading in the wrong order. - Improved the overall security of the product. Thanks to **creeper_kirby** for responsibly reporting the issue. - Updated dependencies.
1 parent 0ffa3cc commit e6b8691

7 files changed

Lines changed: 31 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##### [Version 4.0.6](https://github.com/Codeinwp/visualizer/compare/v4.0.5...v4.0.6) (2026-07-22)
2+
3+
- Fixed scheduled imports from remote CSV files so charts continue to refresh automatically in the background.
4+
- Fixed an issue where charts using lazy rendering could remain blank when their scripts finished loading in the wrong order.
5+
- Improved the overall security of the product. Thanks to **creeper_kirby** for responsibly reporting the issue.
6+
- Updated dependencies.
7+
18
##### [Version 4.0.5](https://github.com/Codeinwp/visualizer/compare/v4.0.4...v4.0.5) (2026-07-10)
29

310
- Enhanced security

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 = '4.0.5';
31+
const VERSION = '4.0.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: 4.0.5
2+
Version: 4.0.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/
55
Description: Effortlessly create and embed responsive charts and tables with Visualizer, a powerful WordPress plugin that enhances data presentation from multiple sources.
6-
Version: 4.0.5
6+
Version: 4.0.6
77
Author: Themeisle
88
Author URI: http://themeisle.com
99
License: GPL v2.0 or later

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

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,16 @@ Please follow the reporting protocols outlined on our [Security Page](https://th
245245

246246
## Changelog ##
247247

248+
##### [Version 4.0.6](https://github.com/Codeinwp/visualizer/compare/v4.0.5...v4.0.6) (2026-07-22)
249+
250+
- Fixed scheduled imports from remote CSV files so charts continue to refresh automatically in the background.
251+
- Fixed an issue where charts using lazy rendering could remain blank when their scripts finished loading in the wrong order.
252+
- Improved the overall security of the product. Thanks to **creeper_kirby** for responsibly reporting the issue.
253+
- Updated dependencies.
254+
255+
256+
257+
248258
##### [Version 4.0.5](https://github.com/Codeinwp/visualizer/compare/v4.0.4...v4.0.5) (2026-07-10)
249259

250260
- Enhanced security

readme.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,16 @@ Please follow the reporting protocols outlined on our [Security Page](https://th
245245

246246
== Changelog ==
247247

248+
##### [Version 4.0.6](https://github.com/Codeinwp/visualizer/compare/v4.0.5...v4.0.6) (2026-07-22)
249+
250+
- Fixed scheduled imports from remote CSV files so charts continue to refresh automatically in the background.
251+
- Fixed an issue where charts using lazy rendering could remain blank when their scripts finished loading in the wrong order.
252+
- Improved the overall security of the product. Thanks to **creeper_kirby** for responsibly reporting the issue.
253+
- Updated dependencies.
254+
255+
256+
257+
248258
##### [Version 4.0.5](https://github.com/Codeinwp/visualizer/compare/v4.0.4...v4.0.5) (2026-07-10)
249259

250260
- Enhanced security

0 commit comments

Comments
 (0)