diff --git a/CHANGELOG.md b/CHANGELOG.md index 748bfc9d..241206fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Retour Changelog +## 3.2.15 - UNRELEASED +### Fixed +* Fixed an issue where the down and up arrows were reversed for sorting purposes ([#299](https://github.com/nystudio107/craft-retour/issues/299)) + ## 3.2.14 - 2024.03.25 ### Fixed * Added the unused `static` to the Tailwind CSS `blocklist` to avoid a name collision with a Craft CSS class ([#1412](https://github.com/nystudio107/craft-seomatic/issues/1412)) diff --git a/composer.json b/composer.json index 57926402..92ad556b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nystudio107/craft-retour", "description": "Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website", "type": "craft-plugin", - "version": "3.2.14", + "version": "3.2.15", "keywords": [ "craftcms", "craft-plugin",