From e244cd6c9dc02ecbe4c0d57877acfbcd01d95050 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 15 Apr 2024 15:53:13 -0400 Subject: [PATCH] chore: Version 4.1.17 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be37a0b6..717b816f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Retour Changelog +## 4.1.17 - 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)) + ## 4.1.16 - 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 d259e5dc..c0b8f5c9 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": "4.1.16", + "version": "4.1.17", "keywords": [ "craftcms", "craft-plugin",