| @@ -1,109 +1,5 @@ | ||
| 1 | 1 | |
| 2 | - ### v3.1.0 - 2018-12-03 | |
| 3 | - **Changes:** | |
| 4 | - * Add Table chart | |
| 5 | -* Fix date format in sample files | |
| 6 | - | |
| 7 | - ### v3.0.12 - 2018-10-11 | |
| 8 | - **Changes:** | |
| 9 | - * Added filter to enable users to change schedule of charts. | |
| 10 | -* Fixed bug with line chart with timeofday column. | |
| 11 | -* Fixed bug with scheduled charts that sometimes did not show updated data. | |
| 12 | -* Javascript can be customized on a per user basis that will not be wiped out on update. | |
| 13 | - | |
| 14 | - ### v3.0.11 - 2018-08-15 | |
| 15 | - **Changes:** | |
| 16 | - * Fixed issue with the Series Settings options for the Table Chart | |
| 17 | -* Fixed issue with chart showing "Table has no columns" with remote sources | |
| 18 | - | |
| 19 | - ### v3.0.10 - 2018-07-20 | |
| 20 | - **Changes:** | |
| 21 | - * Fixed problem with chart reverting to the default values | |
| 22 | -* Fixed problem with Boolean column type | |
| 23 | -* Fixed problem with the Geo chart type not saving colors options | |
| 24 | - | |
| 25 | - ### v3.0.9 - 2018-07-12 | |
| 26 | - **Changes:** | |
| 27 | - * New chart title option for the back-end of the charts that don't allow a title on the front-end | |
| 28 | -* Store the png images of the charts in a global array that can be used in JS | |
| 29 | -* Added options for charts animations | |
| 30 | - | |
| 31 | - ### v3.0.8 - 2018-06-27 | |
| 32 | - **Changes:** | |
| 33 | - * Added revision support for the chart post type | |
| 34 | -* Added both % and Value to the Pie Slice | |
| 35 | -* Use the blog locale for Visualizer's options | |
| 36 | -* Fixed issue with data being fetched from the remote source every single time the chart was shown | |
| 37 | -* Fixed issue with scheduled charts not being updated if one of the scheduled charts is deleted | |
| 38 | - | |
| 39 | - ### v3.0.7 - 2018-03-26 | |
| 40 | - **Changes:** | |
| 41 | - * Adds insert button in chart library. | |
| 42 | -* Remove frontend assets where they are not needed. | |
| 43 | -* Improve non-English charts compatibility. | |
| 44 | -* Adds a filter to change charts locale. | |
| 45 | - | |
| 46 | - ### v3.0.6 - 2018-02-27 | |
| 47 | - **Changes:** | |
| 48 | - * Fix UTF-8 support while saving the data. | |
| 49 | -* Improve editing experience. | |
| 50 | -* Improves compatibility with Premium version. | |
| 51 | -* Adds chart button into TinyMCE editor. | |
| 52 | - | |
| 53 | - ### v3.0.5 - 2018-01-05 | |
| 54 | - **Changes:** | |
| 55 | - * Fix chart rendering bug in firefox. | |
| 56 | -* Fix review notification. | |
| 57 | - | |
| 58 | - ### v3.0.4 - 2017-11-27 | |
| 59 | - **Changes:** | |
| 60 | - * Fix for review message notification. | |
| 61 | - | |
| 62 | - ### v3.0.3 - 2017-11-16 | |
| 63 | - **Changes:** | |
| 64 | - * Adds compatibility with WordPress 4.9. | |
| 65 | - | |
| 66 | - ### v3.0.2 - 2017-10-10 | |
| 67 | - **Changes:** | |
| 68 | - * Fix dependency for composer dependencies. | |
| 69 | - | |
| 70 | - ### v3.0.1 - 2017-10-06 | |
| 71 | - **Changes:** | |
| 72 | - * Improved compatibility with various theme and plugins. | |
| 73 | -* Fix for chart type selection when creation from media popup. | |
| 74 | - | |
| 75 | - ### v3.0.0 - 2017-09-05 | |
| 76 | - **Changes:** | |
| 77 | - * Adds support manual configuration according to Google Visualization API. | |
| 78 | -* Improves compatibility with more features from the pro version. | |
| 79 | - | |
| 80 | - ### v2.2.0 - 2017-08-16 | |
| 81 | - **Changes:** | |
| 82 | - * Added custom number format for pie chart. | |
| 83 | -* Added frontend actions buttons ( Print, Export to CSV, Export to Excel, Copy) | |
| 84 | - | |
| 85 | - ### v2.1.9 - 2017-07-10 | |
| 86 | - **Changes:** | |
| 87 | - * Fixed display error with hex color. | |
| 88 | - | |
| 89 | - ### v2.1.8 - 2017-07-03 | |
| 90 | - **Changes:** | |
| 91 | - * Added chart title into library. | |
| 92 | -* Fixed SDK issues with dashboard widget. | |
| 93 | - | |
| 94 | - ### v2.1.7 - 2017-06-17 | |
| 95 | - **Changes:** | |
| 96 | - * Updated sdk loading logic. | |
| 97 | - | |
| 98 | - ### v2.1.6 - 2017-06-07 | |
| 99 | - **Changes:** | |
| 100 | - - Fixed non-latin chars render. | |
| 101 | - | |
| 102 | - ### v2.1.5 - 2017-06-02 | |
| 103 | - **Changes:** | |
| 104 | - - Fixed markup issue which caused issue on library loading. | |
| 105 | - | |
| 106 | 2 | ### v2.1.4 - 2017-06-02 |
| 107 | 3 | **Changes:** |
| 108 | 4 | - Added support for non Latin characters |
| 109 | 5 | |