| @@ -1,45 +1,5 @@ | ||
| 1 | 1 | |
| 2 | - ### v3.1.3 - 2019-02-24 | |
| 3 | - **Changes:** | |
| 4 | - * Fix issue with changing column settings of the last column in table chart | |
| 5 | -* Add support for query language to get subset of data from Google Spreadsheet | |
| 6 | -* Fix conflict with jquery 3.3.x | |
| 7 | -* Migrated PHPExcel to PhpSpreadsheet | |
| 8 | -* Front end action 'print' should print the chart and fall back to printing the data | |
| 9 | -* Fix issue with table chart not showing in IE | |
| 10 | -* Fix issue with multiple instances of same chart not showing | |
| 11 | -* Fix issue with date type column does not work with Combo charts | |
| 12 | -* Tested with WP 5.1 | |
| 13 | - | |
| 14 | - ### v3.1.2 - 2018-12-06 | |
| 15 | - **Changes:** | |
| 16 | - * Fix bug "Warning: A non-numeric value encountered" | |
| 17 | -* Tested with WP 5.0 | |
| 18 | - | |
| 19 | - ### v3.1.1 - 2018-12-05 | |
| 20 | - **Changes:** | |
| 21 | - * Fix issue with Gutenberg support | |
| 22 | -* Fix issue with loading new Table chart | |
| 23 | -* Fix options that don't work correctly with some charts | |
| 24 | - | |
| 25 | - ### v3.1.0 - 2018-12-03 | |
| 26 | - **Changes:** | |
| 27 | - * Add Table chart | |
| 28 | -* Fix date format in sample files | |
| 29 | - | |
| 30 | - ### v3.0.12 - 2018-10-11 | |
| 31 | - **Changes:** | |
| 32 | - * Added filter to enable users to change schedule of charts. | |
| 33 | -* Fixed bug with line chart with timeofday column. | |
| 34 | -* Fixed bug with scheduled charts that sometimes did not show updated data. | |
| 35 | -* Javascript can be customized on a per user basis that will not be wiped out on update. | |
| 36 | - | |
| 37 | - ### v3.0.11 - 2018-08-15 | |
| 38 | - **Changes:** | |
| 39 | - * Fixed issue with the Series Settings options for the Table Chart | |
| 40 | -* Fixed issue with chart showing "Table has no columns" with remote sources | |
| 41 | - | |
| 42 | 2 | ### v3.0.10 - 2018-07-20 |
| 43 | 3 | **Changes:** |
| 44 | 4 | * Fixed problem with chart reverting to the default values |
| 45 | 5 | * Fixed problem with Boolean column type |