| @@ -1,76 +1,5 @@ | ||
| 1 | 1 | |
| 2 | - ### v3.1.2 - 2018-12-06 | |
| 3 | - **Changes:** | |
| 4 | - * Fix bug "Warning: A non-numeric value encountered" | |
| 5 | -* Tested with WP 5.0 | |
| 6 | - | |
| 7 | - ### v3.1.1 - 2018-12-05 | |
| 8 | - **Changes:** | |
| 9 | - * Fix issue with Gutenberg support | |
| 10 | -* Fix issue with loading new Table chart | |
| 11 | -* Fix options that don't work correctly with some charts | |
| 12 | - | |
| 13 | - ### v3.1.0 - 2018-12-03 | |
| 14 | - **Changes:** | |
| 15 | - * Add Table chart | |
| 16 | -* Fix date format in sample files | |
| 17 | - | |
| 18 | - ### v3.0.12 - 2018-10-11 | |
| 19 | - **Changes:** | |
| 20 | - * Added filter to enable users to change schedule of charts. | |
| 21 | -* Fixed bug with line chart with timeofday column. | |
| 22 | -* Fixed bug with scheduled charts that sometimes did not show updated data. | |
| 23 | -* Javascript can be customized on a per user basis that will not be wiped out on update. | |
| 24 | - | |
| 25 | - ### v3.0.11 - 2018-08-15 | |
| 26 | - **Changes:** | |
| 27 | - * Fixed issue with the Series Settings options for the Table Chart | |
| 28 | -* Fixed issue with chart showing "Table has no columns" with remote sources | |
| 29 | - | |
| 30 | - ### v3.0.10 - 2018-07-20 | |
| 31 | - **Changes:** | |
| 32 | - * Fixed problem with chart reverting to the default values | |
| 33 | -* Fixed problem with Boolean column type | |
| 34 | -* Fixed problem with the Geo chart type not saving colors options | |
| 35 | - | |
| 36 | - ### v3.0.9 - 2018-07-12 | |
| 37 | - **Changes:** | |
| 38 | - * New chart title option for the back-end of the charts that don't allow a title on the front-end | |
| 39 | -* Store the png images of the charts in a global array that can be used in JS | |
| 40 | -* Added options for charts animations | |
| 41 | - | |
| 42 | - ### v3.0.8 - 2018-06-27 | |
| 43 | - **Changes:** | |
| 44 | - * Added revision support for the chart post type | |
| 45 | -* Added both % and Value to the Pie Slice | |
| 46 | -* Use the blog locale for Visualizer's options | |
| 47 | -* Fixed issue with data being fetched from the remote source every single time the chart was shown | |
| 48 | -* Fixed issue with scheduled charts not being updated if one of the scheduled charts is deleted | |
| 49 | - | |
| 50 | - ### v3.0.7 - 2018-03-26 | |
| 51 | - **Changes:** | |
| 52 | - * Adds insert button in chart library. | |
| 53 | -* Remove frontend assets where they are not needed. | |
| 54 | -* Improve non-English charts compatibility. | |
| 55 | -* Adds a filter to change charts locale. | |
| 56 | - | |
| 57 | - ### v3.0.6 - 2018-02-27 | |
| 58 | - **Changes:** | |
| 59 | - * Fix UTF-8 support while saving the data. | |
| 60 | -* Improve editing experience. | |
| 61 | -* Improves compatibility with Premium version. | |
| 62 | -* Adds chart button into TinyMCE editor. | |
| 63 | - | |
| 64 | - ### v3.0.5 - 2018-01-05 | |
| 65 | - **Changes:** | |
| 66 | - * Fix chart rendering bug in firefox. | |
| 67 | -* Fix review notification. | |
| 68 | - | |
| 69 | - ### v3.0.4 - 2017-11-27 | |
| 70 | - **Changes:** | |
| 71 | - * Fix for review message notification. | |
| 72 | - | |
| 73 | 2 | ### v3.0.3 - 2017-11-16 |
| 74 | 3 | **Changes:** |
| 75 | 4 | * Adds compatibility with WordPress 4.9. |
| 76 | 5 | |