# Change log

## Version 0.x

### 0.3
2018-12-08

* Add translation template file (.POT).
* Add translate help text.
* Tested with WordPress 5.0 but keep old editor for some reason.

### 0.2.7
2018-04-04

* Fix add `wp_reset_postdata()` after use `\WP_Query` class.

### 0.2.6
2018-03-10

* Fix not compatible with PHP 7.2.
* Fix calendar not load events if there is no widget active.
* Fix js undefined value.

### 0.2.4
* Add some hook for future use. This cannot work if it is just in the next update, it must stay in current update and then next update will work.

### 0.2.3
* Add setting to not use ajax (get all events at once on page load).

### 0.2.2
* Fix to allow quick edit.

### 0.2.1
* Add lang parameter while ajax get data to support polylang.

### 0.2
2017-04-11

* Fix error on activate.

### 0.1
2017-04-05

* The beginning.