| @@ -1,5 +1,91 @@ | ||
| 1 | 1 | |
| 2 | + ### v3.2.1 - 2019-05-05 | |
| 3 | + **Changes:** | |
| 4 | + * Fix issue with async loading of scripts | |
| 5 | + | |
| 6 | + ### v3.2.0 - 2019-05-03 | |
| 7 | + **Changes:** | |
| 8 | + * Add support for charts in AMP requests | |
| 9 | +* Add support to show charts from JSON/REST endpoints | |
| 10 | +* Fix loading of Google Visualization javascript files | |
| 11 | +* Add simple editors for editing chart data | |
| 12 | +* Tested up to WP 5.2 | |
| 13 | + | |
| 14 | + ### v3.1.3 - 2019-02-24 | |
| 15 | + **Changes:** | |
| 16 | + * Fix issue with changing column settings of the last column in table chart | |
| 17 | +* Add support for query language to get subset of data from Google Spreadsheet | |
| 18 | +* Fix conflict with jquery 3.3.x | |
| 19 | +* Migrated PHPExcel to PhpSpreadsheet | |
| 20 | +* Front end action 'print' should print the chart and fall back to printing the data | |
| 21 | +* Fix issue with table chart not showing in IE | |
| 22 | +* Fix issue with multiple instances of same chart not showing | |
| 23 | +* Fix issue with date type column does not work with Combo charts | |
| 24 | +* Tested with WP 5.1 | |
| 25 | + | |
| 26 | + ### v3.1.2 - 2018-12-06 | |
| 27 | + **Changes:** | |
| 28 | + * Fix bug "Warning: A non-numeric value encountered" | |
| 29 | +* Tested with WP 5.0 | |
| 30 | + | |
| 31 | + ### v3.1.1 - 2018-12-05 | |
| 32 | + **Changes:** | |
| 33 | + * Fix issue with Gutenberg support | |
| 34 | +* Fix issue with loading new Table chart | |
| 35 | +* Fix options that don't work correctly with some charts | |
| 36 | + | |
| 37 | + ### v3.1.0 - 2018-12-03 | |
| 38 | + **Changes:** | |
| 39 | + * Add Table chart | |
| 40 | +* Fix date format in sample files | |
| 41 | + | |
| 42 | + ### v3.0.12 - 2018-10-11 | |
| 43 | + **Changes:** | |
| 44 | + * Added filter to enable users to change schedule of charts. | |
| 45 | +* Fixed bug with line chart with timeofday column. | |
| 46 | +* Fixed bug with scheduled charts that sometimes did not show updated data. | |
| 47 | +* Javascript can be customized on a per user basis that will not be wiped out on update. | |
| 48 | + | |
| 49 | + ### v3.0.11 - 2018-08-15 | |
| 50 | + **Changes:** | |
| 51 | + * Fixed issue with the Series Settings options for the Table Chart | |
| 52 | +* Fixed issue with chart showing "Table has no columns" with remote sources | |
| 53 | + | |
| 54 | + ### v3.0.10 - 2018-07-20 | |
| 55 | + **Changes:** | |
| 56 | + * Fixed problem with chart reverting to the default values | |
| 57 | +* Fixed problem with Boolean column type | |
| 58 | +* Fixed problem with the Geo chart type not saving colors options | |
| 59 | + | |
| 60 | + ### v3.0.9 - 2018-07-12 | |
| 61 | + **Changes:** | |
| 62 | + * New chart title option for the back-end of the charts that don't allow a title on the front-end | |
| 63 | +* Store the png images of the charts in a global array that can be used in JS | |
| 64 | +* Added options for charts animations | |
| 65 | + | |
| 66 | + ### v3.0.8 - 2018-06-27 | |
| 67 | + **Changes:** | |
| 68 | + * Added revision support for the chart post type | |
| 69 | +* Added both % and Value to the Pie Slice | |
| 70 | +* Use the blog locale for Visualizer's options | |
| 71 | +* Fixed issue with data being fetched from the remote source every single time the chart was shown | |
| 72 | +* Fixed issue with scheduled charts not being updated if one of the scheduled charts is deleted | |
| 73 | + | |
| 74 | + ### v3.0.7 - 2018-03-26 | |
| 75 | + **Changes:** | |
| 76 | + * Adds insert button in chart library. | |
| 77 | +* Remove frontend assets where they are not needed. | |
| 78 | +* Improve non-English charts compatibility. | |
| 79 | +* Adds a filter to change charts locale. | |
| 80 | + | |
| 81 | + ### v3.0.6 - 2018-02-27 | |
| 82 | + **Changes:** | |
| 83 | + * Fix UTF-8 support while saving the data. | |
| 84 | +* Improve editing experience. | |
| 85 | +* Improves compatibility with Premium version. | |
| 86 | +* Adds chart button into TinyMCE editor. | |
| 87 | + | |
| 2 | 88 | ### v3.0.5 - 2018-01-05 |
| 3 | 89 | **Changes:** |
| 4 | 90 | * Fix chart rendering bug in firefox. |
| 5 | 91 | * Fix review notification. |