| @@ -1,65 +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 | 2 | ### v3.0.3 - 2017-11-16 |
| 63 | 3 | **Changes:** |
| 64 | 4 | * Adds compatibility with WordPress 4.9. |
| 65 | 5 | |