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.txt +46 -2 4.0.34.0.8 View file →
@@ -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,52 @@
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 +
285 +##### [Version 4.0.4](https://github.com/Codeinwp/visualizer/compare/v4.0.3...v4.0.4) (2026-06-30)
286 +
287 +- Enhanced security
288 +
289 +
290 +
291 +
248 292 ##### [Version 4.0.3](https://github.com/Codeinwp/visualizer/compare/v4.0.2...v4.0.3) (2026-06-09)
249 293
250 294 - Improved layout compatibility with WP 7.0
251 295
@@ -255,9 +299,9 @@
255 299 ##### [Version 4.0.2](https://github.com/Codeinwp/visualizer/compare/v4.0.1...v4.0.2) (2026-05-19)
256 300
257 301 - Fixed broken candlestick chart
258 302 - Updated dependencies
259 -- Enhanced security
303 +- Enhanced security (CVE-2026-65526 fixed)
260 304
261 305
262 306
263 307