| @@ -1,9 +1,9 @@ | ||
| 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 | -Requires at least: 3.5 | |
| 5 | -Tested up to: 6.2 | |
| 4 | +Requires at least: 5.2 | |
| 5 | +Tested up to: 6.4 | |
| 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 |
| @@ -146,23 +146,78 @@ | ||
| 146 | 146 | [http://docs.themeisle.com/article/691-how-to-use-google-visualization-variables](http://docs.themeisle.com/article/691-how-to-use-google-visualization-variables) |
| 147 | 147 | |
| 148 | 148 | ## Screenshots ## |
| 149 | 149 | |
| 150 | -1. Chart selection | |
| 151 | -2. Chart selection 2 | |
| 152 | -3. Library | |
| 153 | -4. Download | |
| 154 | -5. Line settings | |
| 155 | -6. Pie settings | |
| 156 | -7. Block editor - Pie chart settings | |
| 157 | -8. Block editor - Pie chart | |
| 158 | -9. Block editor - Chart library | |
| 159 | -10. Block editor chart | |
| 160 | -11. Bar settings | |
| 161 | -12. Bar settings, Series settings | |
| 162 | -13. Bar chart | |
| 150 | +1. Charts Selection | |
| 151 | +2. Quick Actions | |
| 152 | +3. Import Options | |
| 153 | +4. Bar Chart | |
| 154 | +5. Bar Chart Settings | |
| 155 | +6. Line Chart Settings | |
| 156 | +7. Block editor - Chart Library | |
| 163 | 157 | |
| 164 | 158 | == Changelog == |
| 159 | + | |
| 160 | +##### [Version 3.10.7](https://github.com/Codeinwp/visualizer/compare/v3.10.6...v3.10.7) (2024-02-06) | |
| 161 | + | |
| 162 | +### Fixes | |
| 163 | +- Rendering charts that are under tabs/hidden containers | |
| 164 | +- Updated dependencies | |
| 165 | +- Updated CTA buttons | |
| 166 | +- Updated UTM campaign links | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | +##### [Version 3.10.6](https://github.com/Codeinwp/visualizer/compare/v3.10.5...v3.10.6) (2024-01-18) | |
| 172 | + | |
| 173 | +### Fixes | |
| 174 | +- Enhanced security | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | +##### [Version 3.10.5](https://github.com/Codeinwp/visualizer/compare/v3.10.4...v3.10.5) (2023-12-19) | |
| 180 | + | |
| 181 | +### Improvements | |
| 182 | +- **Added chart responsive support** | |
| 183 | +- **SDK Updates** | |
| 184 | + | |
| 185 | +### Bug Fixes | |
| 186 | +- **Fixed chart data filter issue** | |
| 187 | +- **Fixed animation issue fusion builder** | |
| 188 | +- **Fixed live import issue with Gutenberg block** | |
| 189 | +- **Fixed tooltip text rendering issue in ChartJS** | |
| 190 | +- **Fixed onboarding chart import issue** | |
| 191 | +- **Removed PHP deprecated function** | |
| 192 | +- **Fixed compatibility issue with WP VIP** | |
| 193 | +- **Fixed PHP 8.1 deprecated error** | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | +##### [Version 3.10.4](https://github.com/Codeinwp/visualizer/compare/v3.10.3...v3.10.4) (2023-08-17) | |
| 199 | + | |
| 200 | +- Updated dependencies | |
| 201 | +- Updated WordPress version required to 5.2 or higher | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | +##### [Version 3.10.3](https://github.com/Codeinwp/visualizer/compare/v3.10.2...v3.10.3) (2023-06-13) | |
| 207 | + | |
| 208 | +- Removed branding label | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | +##### [Version 3.10.2](https://github.com/Codeinwp/visualizer/compare/v3.10.1...v3.10.2) (2023-06-05) | |
| 214 | + | |
| 215 | +- Added About Us page integration | |
| 216 | +- Updated dependencies | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 165 | 220 | |
| 166 | 221 | ##### [Version 3.10.1](https://github.com/Codeinwp/visualizer/compare/v3.10.0...v3.10.1) (2023-05-24) |
| 167 | 222 | |
| 168 | 223 | - Fixed data tables horizontal scrolling issue |