# Changelog

## 1.1.3 _(2020-05-12)_
* Change: Use HTTPS for link to WP SVN repository in bin script for configuring unit tests
* Change: Note compatibility through WP 5.4+
* Change: Update links to coffee2code.com to be HTTPS

## 1.1.2 _(2019-12-22)_
* Fix: Use full path to CHANGELOG.md in the Changelog section of readme.txt
* Change: Note compatibility through WP 5.3+
* Change: Update copyright date (2020)

## 1.1.1 _(2019-06-11)_
* New: Add CHANGELOG.md file and move all but most recent changelog entries into it
* Change: Update unit test install script and bootstrap to use latest WP unit test repo
* Change: Note compatibility through WP 5.2+

## 1.1 _(2019-02-07)_
* Change: Initialize plugin on `plugins_loaded` action instead of on load
* Change: Merge `do_init()` into `init()`
* Change: Note compatibility through WP 5.1+
* Change: Add README.md link to plugin's page in Plugin Directory
* Change: Add more unit tests related to the registering of hooks
* Fix: Correct typo in GitHub URL.
* Change: Update copyright date (2019)
* Change: Update License URI to be HTTPS
* Change: Split paragraph in README.md's "Support" section into two

## 1.0 _(2018-01-22)_
* Initial public release
