| @@ -1,5 +1,40 @@ | ||
| 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 | + | |
| 2 | 37 | ### v3.1.0 - 2018-12-03 |
| 3 | 38 | **Changes:** |
| 4 | 39 | * Add Table chart |
| 5 | 40 | * Fix date format in sample files |