| @@ -1,80 +1,5 @@ | ||
| 1 | 1 | |
| 2 | - ### v3.0.8 - 2018-06-27 | |
| 3 | - **Changes:** | |
| 4 | - * Added revision support for the chart post type | |
| 5 | -* Added both % and Value to the Pie Slice | |
| 6 | -* Use the blog locale for Visualizer's options | |
| 7 | -* Fixed issue with data being fetched from the remote source every single time the chart was shown | |
| 8 | -* Fixed issue with scheduled charts not being updated if one of the scheduled charts is deleted | |
| 9 | - | |
| 10 | - ### v3.0.7 - 2018-03-26 | |
| 11 | - **Changes:** | |
| 12 | - * Adds insert button in chart library. | |
| 13 | -* Remove frontend assets where they are not needed. | |
| 14 | -* Improve non-English charts compatibility. | |
| 15 | -* Adds a filter to change charts locale. | |
| 16 | - | |
| 17 | - ### v3.0.6 - 2018-02-27 | |
| 18 | - **Changes:** | |
| 19 | - * Fix UTF-8 support while saving the data. | |
| 20 | -* Improve editing experience. | |
| 21 | -* Improves compatibility with Premium version. | |
| 22 | -* Adds chart button into TinyMCE editor. | |
| 23 | - | |
| 24 | - ### v3.0.5 - 2018-01-05 | |
| 25 | - **Changes:** | |
| 26 | - * Fix chart rendering bug in firefox. | |
| 27 | -* Fix review notification. | |
| 28 | - | |
| 29 | - ### v3.0.4 - 2017-11-27 | |
| 30 | - **Changes:** | |
| 31 | - * Fix for review message notification. | |
| 32 | - | |
| 33 | - ### v3.0.3 - 2017-11-16 | |
| 34 | - **Changes:** | |
| 35 | - * Adds compatibility with WordPress 4.9. | |
| 36 | - | |
| 37 | - ### v3.0.2 - 2017-10-10 | |
| 38 | - **Changes:** | |
| 39 | - * Fix dependency for composer dependencies. | |
| 40 | - | |
| 41 | - ### v3.0.1 - 2017-10-06 | |
| 42 | - **Changes:** | |
| 43 | - * Improved compatibility with various theme and plugins. | |
| 44 | -* Fix for chart type selection when creation from media popup. | |
| 45 | - | |
| 46 | - ### v3.0.0 - 2017-09-05 | |
| 47 | - **Changes:** | |
| 48 | - * Adds support manual configuration according to Google Visualization API. | |
| 49 | -* Improves compatibility with more features from the pro version. | |
| 50 | - | |
| 51 | - ### v2.2.0 - 2017-08-16 | |
| 52 | - **Changes:** | |
| 53 | - * Added custom number format for pie chart. | |
| 54 | -* Added frontend actions buttons ( Print, Export to CSV, Export to Excel, Copy) | |
| 55 | - | |
| 56 | - ### v2.1.9 - 2017-07-10 | |
| 57 | - **Changes:** | |
| 58 | - * Fixed display error with hex color. | |
| 59 | - | |
| 60 | - ### v2.1.8 - 2017-07-03 | |
| 61 | - **Changes:** | |
| 62 | - * Added chart title into library. | |
| 63 | -* Fixed SDK issues with dashboard widget. | |
| 64 | - | |
| 65 | - ### v2.1.7 - 2017-06-17 | |
| 66 | - **Changes:** | |
| 67 | - * Updated sdk loading logic. | |
| 68 | - | |
| 69 | - ### v2.1.6 - 2017-06-07 | |
| 70 | - **Changes:** | |
| 71 | - - Fixed non-latin chars render. | |
| 72 | - | |
| 73 | - ### v2.1.5 - 2017-06-02 | |
| 74 | - **Changes:** | |
| 75 | - - Fixed markup issue which caused issue on library loading. | |
| 76 | - | |
| 77 | 2 | ### v2.1.4 - 2017-06-02 |
| 78 | 3 | **Changes:** |
| 79 | 4 | - Added support for non Latin characters |
| 80 | 5 | |