diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b90d02e..86ce633ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # SEOmatic Changelog +## 3.5.12 - 2025.01.09 +### Fixed +* Change default `preg_split()` flags parameter to the default `-1` to further address the platform error in ([#1561](https://github.com/nystudio107/craft-seomatic/pull/1561)) + ## 3.5.11 - 2025.01.09 ### Fixed * Fixed a regression that would throw an error on PHP < 8, and also fixed `phpstan` so it will check for platform errors properly going forward ([#1561](https://github.com/nystudio107/craft-seomatic/pull/1561)) diff --git a/composer.json b/composer.json index d4f759b48..d13b317e5 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 3. It is a turnkey SEO system that is comprehensive, powerful, and flexible.", "type": "craft-plugin", - "version": "3.5.11", + "version": "3.5.12", "keywords": [ "craft", "cms",