| @@ -1,81 +1,4 @@ | ||
| 1 | -##### [Version 4.0.7](https://github.com/Codeinwp/visualizer/compare/v4.0.6...v4.0.7) (2026-07-30) | |
| 2 | - | |
| 3 | -- 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. | |
| 4 | -- Updated dependencies | |
| 5 | -- Enhanced security — fixed unauthorized chart_data REST access. | |
| 6 | - | |
| 7 | -##### [Version 4.0.6](https://github.com/Codeinwp/visualizer/compare/v4.0.5...v4.0.6) (2026-07-22) | |
| 8 | - | |
| 9 | -- Fixed scheduled imports from remote CSV files so charts continue to refresh automatically in the background. | |
| 10 | -- Fixed an issue where charts using lazy rendering could remain blank when their scripts finished loading in the wrong order. | |
| 11 | -- Improved the overall security of the product. Thanks to **creeper_kirby** for responsibly reporting the issue. | |
| 12 | -- Updated dependencies. | |
| 13 | - | |
| 14 | -##### [Version 4.0.5](https://github.com/Codeinwp/visualizer/compare/v4.0.4...v4.0.5) (2026-07-10) | |
| 15 | - | |
| 16 | -- Enhanced security | |
| 17 | - | |
| 18 | -##### [Version 4.0.4](https://github.com/Codeinwp/visualizer/compare/v4.0.3...v4.0.4) (2026-06-30) | |
| 19 | - | |
| 20 | -- Enhanced security | |
| 21 | - | |
| 22 | -##### [Version 4.0.3](https://github.com/Codeinwp/visualizer/compare/v4.0.2...v4.0.3) (2026-06-09) | |
| 23 | - | |
| 24 | -- Improved layout compatibility with WP 7.0 | |
| 25 | - | |
| 26 | -##### [Version 4.0.2](https://github.com/Codeinwp/visualizer/compare/v4.0.1...v4.0.2) (2026-05-19) | |
| 27 | - | |
| 28 | -- Fixed broken candlestick chart | |
| 29 | -- Updated dependencies | |
| 30 | -- Enhanced security | |
| 31 | - | |
| 32 | -##### [Version 4.0.1](https://github.com/Codeinwp/visualizer/compare/v4.0.0...v4.0.1) (2026-03-31) | |
| 33 | - | |
| 34 | -- Internal update to ensure compatibility and improve system consistency. | |
| 35 | - | |
| 36 | -#### [Version 4.0.0](https://github.com/Codeinwp/visualizer/compare/v3.11.15...v4.0.0) (2026-03-31) | |
| 37 | - | |
| 38 | -### New Features | |
| 39 | -- Introducing AI chart creation powered by D3.js | |
| 40 | -- You can now import XLSX files natively | |
| 41 | -- The charts library now includes a grid and list view for easier browsing | |
| 42 | -- Added a new Elementor widget for displaying Visualizer charts | |
| 43 | -- Improved auto-sync reliability by replacing WP-Cron with Action Scheduler | |
| 44 | - | |
| 45 | -### Improvements | |
| 46 | -- Cleaned up legacy block controls in the Block Editor | |
| 47 | - | |
| 48 | -### Bug Fixes | |
| 49 | -- Resolved an issue where lazy charts didn’t render when already in the viewport on page load | |
| 50 | -- Fixed a fatal error on servers with broken FTP filesystem configuration | |
| 51 | -- Addressed errors occurring in the getCSV method | |
| 52 | -- Fixed an intermittent sidebar scroll issue in Chrome | |
| 53 | -- Prevented a double clipboard alert when copying | |
| 54 | -- Fixed a bubble chart crash on window resize when using named series in manual configuration | |
| 55 | - | |
| 56 | -##### [Version 3.11.15](https://github.com/Codeinwp/visualizer/compare/v3.11.14...v3.11.15) (2026-03-04) | |
| 57 | - | |
| 58 | -- Enhanced security | |
| 59 | - | |
| 60 | -##### [Version 3.11.14](https://github.com/Codeinwp/visualizer/compare/v3.11.13...v3.11.14) (2025-11-28) | |
| 61 | - | |
| 62 | -- Enhanced security | |
| 63 | - | |
| 64 | -##### [Version 3.11.13](https://github.com/Codeinwp/visualizer/compare/v3.11.12...v3.11.13) (2025-11-06) | |
| 65 | - | |
| 66 | -- Enhanced security | |
| 67 | - | |
| 68 | -##### [Version 3.11.12](https://github.com/Codeinwp/visualizer/compare/v3.11.11...v3.11.12) (2025-09-04) | |
| 69 | - | |
| 70 | -- Updated dependencies | |
| 71 | -- Fixed issue with the number format not being applied properly to the last value of the Google chart | |
| 72 | - | |
| 73 | -##### [Version 3.11.11](https://github.com/Codeinwp/visualizer/compare/v3.11.10...v3.11.11) (2025-05-27) | |
| 74 | - | |
| 75 | -- Fixed chart rendering on page load with multiple charts | |
| 76 | -- Updated dependencies | |
| 77 | - | |
| 78 | 1 | ##### [Version 3.11.10](https://github.com/Codeinwp/visualizer/compare/v3.11.9...v3.11.10) (2025-04-16) |
| 79 | 2 | |
| 80 | 3 | - Fixed special characters not rendering correctly in Legend labels |
| 81 | 4 | - Updated dependencies |