| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | === Visualizer – Tables & Charts Manager with Built-in AI Generator === |
| 2 | 2 | Contributors: codeinwp,themeisle,marius2012,marius_codeinwp,hardeepasrani,rozroz,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,45 @@ | ||
| 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 | + | |
| 278 | +##### [Version 4.0.5](https://github.com/Codeinwp/visualizer/compare/v4.0.4...v4.0.5) (2026-07-10) | |
| 279 | + | |
| 280 | +- Enhanced security | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 248 | 285 | ##### [Version 4.0.4](https://github.com/Codeinwp/visualizer/compare/v4.0.3...v4.0.4) (2026-06-30) |
| 249 | 286 | |
| 250 | 287 | - Enhanced security |
| 251 | 288 | |
| @@ -262,9 +299,9 @@ | ||
| 262 | 299 | ##### [Version 4.0.2](https://github.com/Codeinwp/visualizer/compare/v4.0.1...v4.0.2) (2026-05-19) |
| 263 | 300 | |
| 264 | 301 | - Fixed broken candlestick chart |
| 265 | 302 | - Updated dependencies |
| 266 | -- Enhanced security | |
| 303 | +- Enhanced security (CVE-2026-65526 fixed) | |
| 267 | 304 | |
| 268 | 305 | |
| 269 | 306 | |
| 270 | 307 | |