diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ff3a08f..fa43692e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # SEOmatic Changelog +## 4.0.43 - UNRELEASED +### Fixed +* Fixed an issue where a trailing slash would be added to a paginated URL that uses URL parameters and `addTrailingSlashesToUrls` was `true` in the General config ([#1401](https://github.com/nystudio107/craft-seomatic/issues/1401)) + ## 4.0.42 - 2024.02.20 ### Fixed * Fixed an issue where an exception could be thrown due to a bad commit diff --git a/composer.json b/composer.json index 95fa27476..27adcc656 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.42", + "version": "4.0.43", "keywords": [ "craft", "cms",