From 5bd1f5bb175dca2ff593ec120d050952cf914d80 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 25 Mar 2024 09:51:18 -0400 Subject: [PATCH] chore: Version 3.2.14 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a66c7421..748bfc9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Retour Changelog -## 3.2.14 - UNRELEASED +## 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)) * Fixed an issue with impropertly text-encoded characters in URLs potentially causing a db exception ([#291](https://github.com/nystudio107/craft-retour/issues/291)) +* Fixed an issue where an empty redirect in the `excludePatterns` list could cause redirects to stop functioning, add logging when a redirect is excluded ([#297](https://github.com/nystudio107/craft-retour/issues/297)) ## 3.2.13 - 2024.02.05 ### Added