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",