| @@ -1,10 +1,10 @@ | ||
| 1 | 1 | === Visualizer: Tables and Charts Manager for WordPress # === |
| 2 | 2 | Contributors: codeinwp,themeisle,marius2012,marius_codeinwp,hardeepasrani,rozroz,Madalin_ThemeIsle |
| 3 | 3 | Tags: tables, charts, pie, visualization, graphs |
| 4 | 4 | Requires at least: 3.5 |
| 5 | -Tested up to: 6.2 | |
| 6 | -Requires PHP: 7.4 | |
| 5 | +Tested up to: 6.1 | |
| 6 | +Requires PHP: 5.6 | |
| 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 |
| 10 | 10 | |
| @@ -161,47 +161,8 @@ | ||
| 161 | 161 | 12. Bar settings, Series settings |
| 162 | 162 | 13. Bar chart |
| 163 | 163 | |
| 164 | 164 | == Changelog == |
| 165 | - | |
| 166 | -##### [Version 3.10.1](https://github.com/Codeinwp/visualizer/compare/v3.10.0...v3.10.1) (2023-05-24) | |
| 167 | - | |
| 168 | -- Fixed data tables horizontal scrolling issue | |
| 169 | -- Added legend position default label text | |
| 170 | -- Added tooltip default label text | |
| 171 | -- Fixed Gutenberg block error | |
| 172 | -- Fixed table chart rendering issue in Gutenberg block | |
| 173 | -- Fixed compatibility issue with the FSE editor | |
| 174 | -- Fixed compatibility issue with WP 5.6 | |
| 175 | -- Fixed console error when importing charts from others | |
| 176 | -- Fixed pagination enable/disable issue | |
| 177 | -- Fixed editor rows limitation issue | |
| 178 | - | |
| 179 | - | |
| 180 | - | |
| 181 | - | |
| 182 | -#### [Version 3.10.0](https://github.com/Codeinwp/visualizer/compare/v3.9.7...v3.10.0) (2023-04-04) | |
| 183 | - | |
| 184 | -- Added a setup wizard onboarding page | |
| 185 | -- Fixed empty chart issue | |
| 186 | - | |
| 187 | - | |
| 188 | - | |
| 189 | - | |
| 190 | -##### [Version 3.9.7](https://github.com/Codeinwp/visualizer/compare/v3.9.6...v3.9.7) (2023-03-30) | |
| 191 | - | |
| 192 | -- Improved chart actions icons | |
| 193 | -- Updated WordPress core tested up to version | |
| 194 | - | |
| 195 | - | |
| 196 | - | |
| 197 | - | |
| 198 | -##### [Version 3.9.6](https://github.com/Codeinwp/visualizer/compare/v3.9.5...v3.9.6) (2023-03-20) | |
| 199 | - | |
| 200 | -- Fixed custom format issue in ChartJS | |
| 201 | - | |
| 202 | - | |
| 203 | - | |
| 204 | 165 | |
| 205 | 166 | ##### [Version 3.9.5](https://github.com/Codeinwp/visualizer/compare/v3.9.4...v3.9.5) (2023-01-30) |
| 206 | 167 | |
| 207 | 168 | - Improved security by escaping shortcode attribute before render |