Skip to content

Commit

Permalink
ci: Updating changelog for v3.1.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Feb 24, 2019
1 parent de76457 commit 6800d24
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

### v3.1.3 - 2019-02-24
**Changes:**
* Fix issue with changing column settings of the last column in table chart
* Add support for query language to get subset of data from Google Spreadsheet
* Fix conflict with jquery 3.3.x
* Migrated PHPExcel to PhpSpreadsheet
* Front end action 'print' should print the chart and fall back to printing the data
* Fix issue with table chart not showing in IE
* Fix issue with multiple instances of same chart not showing
* Fix issue with date type column does not work with Combo charts
* Tested with WP 5.1

### v3.1.2 - 2018-12-06
**Changes:**
* Fix bug "Warning: A non-numeric value encountered"
Expand Down
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,19 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
5. Charts library

## Changelog ##
### 3.1.3 - 2019-02-24 ###

* Fix issue with changing column settings of the last column in table chart
* Add support for query language to get subset of data from Google Spreadsheet
* Fix conflict with jquery 3.3.x
* Migrated PHPExcel to PhpSpreadsheet
* Front end action 'print' should print the chart and fall back to printing the data
* Fix issue with table chart not showing in IE
* Fix issue with multiple instances of same chart not showing
* Fix issue with date type column does not work with Combo charts
* Tested with WP 5.1


### 3.1.2 - 2018-12-06 ###

* Fix bug "Warning: A non-numeric value encountered"
Expand Down
13 changes: 13 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,19 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
5. Charts library

== Changelog ==
= 3.1.3 - 2019-02-24 =

* Fix issue with changing column settings of the last column in table chart
* Add support for query language to get subset of data from Google Spreadsheet
* Fix conflict with jquery 3.3.x
* Migrated PHPExcel to PhpSpreadsheet
* Front end action 'print' should print the chart and fall back to printing the data
* Fix issue with table chart not showing in IE
* Fix issue with multiple instances of same chart not showing
* Fix issue with date type column does not work with Combo charts
* Tested with WP 5.1


= 3.1.2 - 2018-12-06 =

* Fix bug "Warning: A non-numeric value encountered"
Expand Down
2 changes: 1 addition & 1 deletion themeisle-hash.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"index.php":"2e2ff6d62f10ed7a881b3a41c08853ee"}
{"index.php":"7a0c58624116ed52980adffda9f70044"}

0 comments on commit 6800d24

Please sign in to comment.