From 9cd50856320ae11e584eb699989da7e1d2df4086 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 16 Sep 2024 14:09:22 -0400 Subject: [PATCH] chore: Version 3.2.20 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a28786..f6ac90c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ### 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)) * 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)) ## 3.2.19 - 2024.08.19 ### Fixed