2019-06-27 01:00:44 +00:00
|
|
|
# 1.2.0
|
|
|
|
|
|
|
|
- Enhancement: gather default date settings from `wcSettings.wcAdminSettings.woocommerce_default_date_range` if they exist.
|
2019-07-05 10:26:12 +00:00
|
|
|
- Update license to GPL-3.0-or-later
|
2019-06-27 01:00:44 +00:00
|
|
|
|
2019-04-11 18:43:45 +00:00
|
|
|
# 1.0.7
|
|
|
|
|
|
|
|
- Change text domain on i18n functions.
|
|
|
|
- Bump dependency versions.
|
|
|
|
|
2019-03-11 22:48:25 +00:00
|
|
|
# 1.0.6
|
|
|
|
|
|
|
|
- Removed timezone from `appendTimestamp()` output.
|
|
|
|
|
2019-01-16 16:39:37 +00:00
|
|
|
# 1.0.5
|
2019-01-11 15:51:24 +00:00
|
|
|
|
|
|
|
- Fixed bug in getAllowedIntervalsForQuery() to not return `hour` for default intervals
|
|
|
|
|
2018-12-17 19:40:39 +00:00
|
|
|
# 1.0.4
|
|
|
|
|
|
|
|
- Remove deprecated @wordpress/date::getSettings() usage.
|
|
|
|
|
2018-12-14 18:44:24 +00:00
|
|
|
# 1.0.3
|
|
|
|
|
|
|
|
- Fix missing comma seperator in date inside tooltips.
|
|
|
|
|
2018-11-29 21:34:01 +00:00
|
|
|
# 1.0.2
|
|
|
|
|
|
|
|
- Add `getChartTypeForQuery` function to ensure chart type is always `bar` or `line`
|