PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 4.0.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v4.0.8
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | readme.md +12 -1 4.0.74.0.8 View file →
@@ -1,9 +1,9 @@
1 1 # Visualizer – Tables & Charts Manager with Built-in AI Generator #
2 2 **Contributors:** [codeinwp](https://profiles.wordpress.org/codeinwp), [themeisle](https://profiles.wordpress.org/themeisle), [marius2012](https://profiles.wordpress.org/marius2012), [marius_codeinwp](https://profiles.wordpress.org/marius_codeinwp), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani), [rozroz](https://profiles.wordpress.org/rozroz), [Madalin_ThemeIsle](https://profiles.wordpress.org/Madalin_ThemeIsle)
3 3 **Tags:** charts, tables, datatable, data-visualization, ai-charts
4 4 **Requires at least:** 5.2
5 -**Tested up to:** 7.0
5 +**Tested up to:** 7.1
6 6 **Requires PHP:** 7.4
7 7 **Stable tag:** trunk
8 8 **License:** GPL v2.0 or later
9 9 **License URI:** http://www.opensource.org/licenses/gpl-license.php
@@ -243,8 +243,19 @@
243 243 7. Line Chart Settings
244 244 8. Block editor - Chart Library
245 245
246 246 ## Changelog ##
247 +
248 +##### [Version 4.0.8](https://github.com/Codeinwp/visualizer/compare/v4.0.7...v4.0.8) (2026-09-11)
249 +
250 +- Fixed an error usage of a chart's settings were stored as a string instead of an array.
251 +- Update dependencies
252 +- Fixed frontend chart failures when saved series settings are invalid.
253 +- Fixed script execution from saved JSON chart credentials. Thanks Yaswanth Reddy Sunkara for the report.
254 +- Updated dependencies
255 +
256 +
257 +
247 258
248 259 ##### [Version 4.0.7](https://github.com/Codeinwp/visualizer/compare/v4.0.6...v4.0.7) (2026-07-30)
249 260
250 261 - Fixed charts using a database source saving the results of the previous query, so a saved chart no longer differs from the data shown in the editor.