| @@ -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 |
| @@ -244,8 +244,38 @@ | ||
| 244 | 244 | 8. Block editor - Chart Library |
| 245 | 245 | |
| 246 | 246 | ## Changelog ## |
| 247 | 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 | + | |
| 258 | + | |
| 259 | +##### [Version 4.0.7](https://github.com/Codeinwp/visualizer/compare/v4.0.6...v4.0.7) (2026-07-30) | |
| 260 | + | |
| 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. | |
| 262 | +- Updated dependencies | |
| 263 | +- Enhanced security — fixed unauthorized chart_data REST access. | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | +##### [Version 4.0.6](https://github.com/Codeinwp/visualizer/compare/v4.0.5...v4.0.6) (2026-07-22) | |
| 269 | + | |
| 270 | +- Fixed scheduled imports from remote CSV files so charts continue to refresh automatically in the background. | |
| 271 | +- Fixed an issue where charts using lazy rendering could remain blank when their scripts finished loading in the wrong order. | |
| 272 | +- Improved the overall security of the product. Thanks to **creeper_kirby** for responsibly reporting the issue. | |
| 273 | +- Updated dependencies. | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 248 | 278 | ##### [Version 4.0.5](https://github.com/Codeinwp/visualizer/compare/v4.0.4...v4.0.5) (2026-07-10) |
| 249 | 279 | |
| 250 | 280 | - Enhanced security |
| 251 | 281 | |
| @@ -269,9 +299,9 @@ | ||
| 269 | 299 | ##### [Version 4.0.2](https://github.com/Codeinwp/visualizer/compare/v4.0.1...v4.0.2) (2026-05-19) |
| 270 | 300 | |
| 271 | 301 | - Fixed broken candlestick chart |
| 272 | 302 | - Updated dependencies |
| 273 | -- Enhanced security | |
| 303 | +- Enhanced security (CVE-2026-65526 fixed) | |
| 274 | 304 | |
| 275 | 305 | |
| 276 | 306 | |
| 277 | 307 | |