| @@ -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,84 +161,8 @@ | ||
| 161 | 161 | 12. Bar settings, Series settings |
| 162 | 162 | 13. Bar chart |
| 163 | 163 | |
| 164 | 164 | == Changelog == |
| 165 | - | |
| 166 | -##### [Version 3.10.3](https://github.com/Codeinwp/visualizer/compare/v3.10.2...v3.10.3) (2023-06-13) | |
| 167 | - | |
| 168 | -- Removed branding label | |
| 169 | - | |
| 170 | - | |
| 171 | - | |
| 172 | - | |
| 173 | -##### [Version 3.10.2](https://github.com/Codeinwp/visualizer/compare/v3.10.1...v3.10.2) (2023-06-05) | |
| 174 | - | |
| 175 | -- Added About Us page integration | |
| 176 | -- Updated dependencies | |
| 177 | - | |
| 178 | - | |
| 179 | - | |
| 180 | - | |
| 181 | -##### [Version 3.10.1](https://github.com/Codeinwp/visualizer/compare/v3.10.0...v3.10.1) (2023-05-24) | |
| 182 | - | |
| 183 | -- Fixed data tables horizontal scrolling issue | |
| 184 | -- Added legend position default label text | |
| 185 | -- Added tooltip default label text | |
| 186 | -- Fixed Gutenberg block error | |
| 187 | -- Fixed table chart rendering issue in Gutenberg block | |
| 188 | -- Fixed compatibility issue with the FSE editor | |
| 189 | -- Fixed compatibility issue with WP 5.6 | |
| 190 | -- Fixed console error when importing charts from others | |
| 191 | -- Fixed pagination enable/disable issue | |
| 192 | -- Fixed editor rows limitation issue | |
| 193 | - | |
| 194 | - | |
| 195 | - | |
| 196 | - | |
| 197 | -#### [Version 3.10.0](https://github.com/Codeinwp/visualizer/compare/v3.9.7...v3.10.0) (2023-04-04) | |
| 198 | - | |
| 199 | -- Added a setup wizard onboarding page | |
| 200 | -- Fixed empty chart issue | |
| 201 | - | |
| 202 | - | |
| 203 | - | |
| 204 | - | |
| 205 | -##### [Version 3.9.7](https://github.com/Codeinwp/visualizer/compare/v3.9.6...v3.9.7) (2023-03-30) | |
| 206 | - | |
| 207 | -- Improved chart actions icons | |
| 208 | -- Updated WordPress core tested up to version | |
| 209 | - | |
| 210 | - | |
| 211 | - | |
| 212 | - | |
| 213 | -##### [Version 3.9.6](https://github.com/Codeinwp/visualizer/compare/v3.9.5...v3.9.6) (2023-03-20) | |
| 214 | - | |
| 215 | -- Fixed custom format issue in ChartJS | |
| 216 | - | |
| 217 | - | |
| 218 | - | |
| 219 | - | |
| 220 | -##### [Version 3.9.5](https://github.com/Codeinwp/visualizer/compare/v3.9.4...v3.9.5) (2023-01-30) | |
| 221 | - | |
| 222 | -- Improved security by escaping shortcode attribute before render | |
| 223 | -- Compatibility with PHP 8.2 | |
| 224 | - | |
| 225 | - | |
| 226 | - | |
| 227 | - | |
| 228 | -##### [Version 3.9.4](https://github.com/Codeinwp/visualizer/compare/v3.9.3...v3.9.4) (2023-01-12) | |
| 229 | - | |
| 230 | -- Fixed the lock of PRO features bypass | |
| 231 | - | |
| 232 | - | |
| 233 | - | |
| 234 | - | |
| 235 | -##### [Version 3.9.3](https://github.com/Codeinwp/visualizer/compare/v3.9.2...v3.9.3) (2023-01-05) | |
| 236 | - | |
| 237 | -- Fixed the chart refresh problem when importing from CSV [#970](https://github.com/Codeinwp/visualizer/issues/970) | |
| 238 | - | |
| 239 | - | |
| 240 | - | |
| 241 | 165 | |
| 242 | 166 | ##### [Version 3.9.2](https://github.com/Codeinwp/visualizer/compare/v3.9.1...v3.9.2) (2022-12-21) |
| 243 | 167 | |
| 244 | 168 | - Fixed Geo chart [PRO] flickering issue |