| @@ -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. |