| @@ -1,82 +1,4 @@ | ||
| 1 | -##### [Version 3.10.2](https://github.com/Codeinwp/visualizer/compare/v3.10.1...v3.10.2) (2023-06-05) | |
| 2 | - | |
| 3 | -- Added About Us page integration | |
| 4 | -- Updated dependencies | |
| 5 | - | |
| 6 | -##### [Version 3.10.1](https://github.com/Codeinwp/visualizer/compare/v3.10.0...v3.10.1) (2023-05-24) | |
| 7 | - | |
| 8 | -- Fixed data tables horizontal scrolling issue | |
| 9 | -- Added legend position default label text | |
| 10 | -- Added tooltip default label text | |
| 11 | -- Fixed Gutenberg block error | |
| 12 | -- Fixed table chart rendering issue in Gutenberg block | |
| 13 | -- Fixed compatibility issue with the FSE editor | |
| 14 | -- Fixed compatibility issue with WP 5.6 | |
| 15 | -- Fixed console error when importing charts from others | |
| 16 | -- Fixed pagination enable/disable issue | |
| 17 | -- Fixed editor rows limitation issue | |
| 18 | - | |
| 19 | -#### [Version 3.10.0](https://github.com/Codeinwp/visualizer/compare/v3.9.7...v3.10.0) (2023-04-04) | |
| 20 | - | |
| 21 | -- Added a setup wizard onboarding page | |
| 22 | -- Fixed empty chart issue | |
| 23 | - | |
| 24 | -##### [Version 3.9.7](https://github.com/Codeinwp/visualizer/compare/v3.9.6...v3.9.7) (2023-03-30) | |
| 25 | - | |
| 26 | -- Improved chart actions icons | |
| 27 | -- Updated WordPress core tested up to version | |
| 28 | - | |
| 29 | -##### [Version 3.9.6](https://github.com/Codeinwp/visualizer/compare/v3.9.5...v3.9.6) (2023-03-20) | |
| 30 | - | |
| 31 | -- Fixed custom format issue in ChartJS | |
| 32 | - | |
| 33 | -##### [Version 3.9.5](https://github.com/Codeinwp/visualizer/compare/v3.9.4...v3.9.5) (2023-01-30) | |
| 34 | - | |
| 35 | -- Improved security by escaping shortcode attribute before render | |
| 36 | -- Compatibility with PHP 8.2 | |
| 37 | - | |
| 38 | -##### [Version 3.9.4](https://github.com/Codeinwp/visualizer/compare/v3.9.3...v3.9.4) (2023-01-12) | |
| 39 | - | |
| 40 | -- Fixed the lock of PRO features bypass | |
| 41 | - | |
| 42 | -##### [Version 3.9.3](https://github.com/Codeinwp/visualizer/compare/v3.9.2...v3.9.3) (2023-01-05) | |
| 43 | - | |
| 44 | -- Fixed the chart refresh problem when importing from CSV [#970](https://github.com/Codeinwp/visualizer/issues/970) | |
| 45 | - | |
| 46 | -##### [Version 3.9.2](https://github.com/Codeinwp/visualizer/compare/v3.9.1...v3.9.2) (2022-12-21) | |
| 47 | - | |
| 48 | -- Fixed Geo chart [PRO] flickering issue | |
| 49 | -- Added disable legend option for ChartJS chart | |
| 50 | -- Enhanced security | |
| 51 | - | |
| 52 | -##### [Version 3.9.1](https://github.com/Codeinwp/visualizer/compare/v3.9.0...v3.9.1) (2022-11-17) | |
| 53 | - | |
| 54 | -- Fixed PHP error when Polylang plugin is activated [#960](https://github.com/Codeinwp/visualizer/issues/960) | |
| 55 | - | |
| 56 | -#### [Version 3.9.0](https://github.com/Codeinwp/visualizer/compare/v3.8.1...v3.9.0) (2022-11-10) | |
| 57 | - | |
| 58 | -- Fixed table chart decimal number issue Decimal Numbers are ignored and not displayed [#955](https://github.com/Codeinwp/visualizer/issues/955) | |
| 59 | -- Fix the scrollbar issue that happens on WP 6.1 version [WP 6.1] Chart permissions selector is not scrollable [#950](https://github.com/Codeinwp/visualizer/issues/950) | |
| 60 | -- Fix PHP Warning Warning when copy (frontend action) is enabled [#949](https://github.com/Codeinwp/visualizer/issues/949) | |
| 61 | -- Compatibility with the WPML translation plugin for translating charts [PRO feature] add support for string translations [#731](https://github.com/Codeinwp/visualizer/issues/731) | |
| 62 | -- Integration with Woocommerce Data endpoints for creating charts [PRO feature] | |
| 63 | -- Show new features on chart library page | |
| 64 | - | |
| 65 | -##### [Version 3.8.1](https://github.com/Codeinwp/visualizer/compare/v3.8.0...v3.8.1) (2022-10-12) | |
| 66 | - | |
| 67 | - | |
| 68 | -- Change copy shortcode icon to clone a chart We can change copy Short Code icon [#945](https://github.com/Codeinwp/visualizer/issues/945) | |
| 69 | -- Fix temp file creation issue on instawp selecting the line chart is not working on instawp [#940](https://github.com/Codeinwp/visualizer/issues/940) | |
| 70 | -- Fix control Type error | |
| 71 | -- Fixed simple editor scrolling issue | |
| 72 | -- Fix filter broken layout | |
| 73 | -- Fix chartJs javascript error when rendering multiple charts | |
| 74 | - | |
| 75 | -#### [Version 3.8.0](https://github.com/Codeinwp/visualizer/compare/v3.7.12...v3.8.0) (2022-09-21) | |
| 76 | - | |
| 77 | -- Add data filter support for the charts | |
| 78 | - | |
| 79 | 1 | ##### [Version 3.7.12](https://github.com/Codeinwp/visualizer/compare/v3.7.11...v3.7.12) (2022-09-07) |
| 80 | 2 | |
| 81 | 3 | - Fixed compatibility issue with some themes and plugins [#933](https://github.com/Codeinwp/visualizer/issues/933) |
| 82 | 4 | |