From 5ef81a9247505d1f891c35a8d584853ce39fd707 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 3 Sep 2024 12:44:38 -0400 Subject: [PATCH] chore: Version 5.0.4 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6429397b..e0f82da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Retour Changelog +## 5.0.4 - UNRELEASED +### Fixed +* Fixed an issue where `410 Gone` redirects returned a generic browser error rather than a custom-defined Craft template ([#11](https://github.com/nystudio107/craft-retour/issues/311)) + ## 5.0.3 - 2024.08.19 ### Fixed * Fixed an issue where the "File Not Found URL" link could be wrong when clicked on in some multi-site setups ([#310](https://github.com/nystudio107/craft-retour/issues/310)) diff --git a/composer.json b/composer.json index c44cfe54..9b948229 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": "5.0.3", + "version": "5.0.4", "keywords": [ "craftcms", "craft-plugin",