File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2828class 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 ' ;
Original file line number Diff line number Diff line change 11/*
2- Version: 4.0.5
2+ Version: 4.0.6
33*/
44# visualizer-library-view {
55 padding : 30px 10px 10px 30px ;
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
22 "name" : " visualizer" ,
3- "version" : " 4.0.5 " ,
3+ "version" : " 4.0.6 " ,
44 "description" : " Visualizer Lite" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments