From 6999955052729b0d7d24f36327b53229423b03ac Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 9 Dec 2024 13:32:34 -0500 Subject: [PATCH] chore: Version 5.0.4 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e13abde5..2a7cd91f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * 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)) * Fixed an issue where an exception could be thrown if a Site had no `baseUrl` defined * Normalize the incoming `url` and `path` so that `mergUrlWithPath()` handles edge-cases properly ([#1512](https://github.com/nystudio107/craft-seomatic/issues/1512)) +* Fixed an issue where deprecation errors would occur when an element does not have a `uri` ([#317](https://github.com/nystudio107/craft-retour/issues/317)) ## 5.0.3 - 2024.08.19 ### Fixed