== Changelog ==

= 0.5.2 =
* Save URLs as provided rather than lowercasing them #38

= 0.5.1 =
* Fix no trailing slash bug #34

= 0.5.0 =
* Fix redirect CPT to be private #26
* Add filters to modify the contents of the HTTP Status Code drop down #21
* Sanitise full from URL to relative path #16
* Fix redirects with query arguments bug #15
* Remove title field from Post Edit screen #14
* Improve Redirect listing screen #13
* Increase the size of the From and To URL fields #12
* Add a filter to modify URLs before they are being saved #11
* Set the order of the menu item to sit next to Tools #6
* Hide Visibility and Date Settings in the Post Box #1
* Fix Redirect Matching with non ASCII URLs #24

= 0.4.2 =
* Fix fatal error during WP CLI script execution caused by incorrect class name when calling WP_CLI::add_command
* Fix php linting errors

= 0.4.1 =
* Use `get_page_by_path()` instead of a `WP_Query` in `get_redirect_post()`. The `get_page_by_path()` function uses
  an object cache bucket for post paths to id matches, therefore potentially speeding up the lookup.

= 0.4 =
* Remove usage of `filter_var()` to support domains with non-ASCII characters.

= 0.3 =
* Add WP-CLI commands.

= 0.2 =
* Internationalisation improvements.

= 0.1 =
* Initial release. Handles redirects path and query argument redirects on the same domain.
