From b2ce2df7cc259deae0f1327573f1d6300bbc8e25 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Fri, 19 Jul 2024 18:02:37 +0900 Subject: [PATCH] chore: Version 4.1.1 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f4415242..658aca387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### Fixed * Fixed an issue where getting the sitemaps via GraphQL and meta container endpoint only retrieved the first page since the switch to paginated sitemaps ([#1492](https://github.com/nystudio107/craft-seomatic/issues/1492)) +* Fixed an issue where saving an entry could be slow, because SEOmatic was pointlessly trying to regenerate the sitemap cache (which is no longer a thing with paginated sitemaps) ([#1494](https://github.com/nystudio107/craft-seomatic/issues/1494)) ## 4.1.0 - 2024.07.12 ### Added