From 0fcf6b00581ef3f3cf496cbfef1713d6f9d0e109 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Thu, 11 Jul 2024 13:23:19 +0800 Subject: [PATCH] chore: Version 4.1.0 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45521230e..139e57cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # SEOmatic Changelog +## 4.1.0 - UNRELEASED +### Added +* Remove queue generated sitemaps, switch to paginated sitemaps to allow them to be rendered at web response time, but still be managable in size + ## 4.0.50 - 2024.05.13 ### Added * Added a setting in Plugin Settings -> Tags to specify which site should be used as the `x-default` for `hreflang` tags ([1162](https://github.com/nystudio107/craft-seomatic/issues/1162)) diff --git a/composer.json b/composer.json index c92c43a48..8f4d99bcd 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nystudio107/craft-seomatic", "description": "SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 4. It is a turnkey SEO system that is comprehensive, powerful, and flexible.", "type": "craft-plugin", - "version": "4.0.50", + "version": "4.1.0", "keywords": [ "craft", "cms",