From 92d982858df668cf17bad55a38893eeae5fe56fc Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 25 Sep 2024 14:19:45 -0400 Subject: [PATCH] chore: Version 3.5.4 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c41567b..be756e48c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Fixed * 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 the `ads.txt` wasn't renamed properly when requested via GraphQL ([#1513](https://github.com/nystudio107/craft-seomatic/issues/1513)) +* Fixed an exception caused by the wrong argument passed to `Asset::getAssetById()` in edge cases ([#1515](https://github.com/nystudio107/craft-seomatic/issues/1515)) ## 3.5.3 - 2024.09.10 ### Changed