diff --git a/CHANGELOG_de-DE.md b/CHANGELOG_de-DE.md index 341b979..a069046 100644 --- a/CHANGELOG_de-DE.md +++ b/CHANGELOG_de-DE.md @@ -1,5 +1,7 @@ -# 4.0.3 +# 4.1.0 - Shopware 6.6.7.0 Kompatibilität +- Achtung: Diese Version ist nicht kompatibel mit Shopware Versionen vor 6.6.7 +- Fehlende CMS-Blöcke behoben [12](https://github.com/Werkstattl/OpenBlogware/issues/12) # 4.0.2 - Fehler beim deinstallieren des Plugins behoben. diff --git a/CHANGELOG_en-GB.md b/CHANGELOG_en-GB.md index aae7fd9..e2260ff 100644 --- a/CHANGELOG_en-GB.md +++ b/CHANGELOG_en-GB.md @@ -1,5 +1,7 @@ -# 4.0.3 +# 4.1.0 - Shopware 6.6.7.0 compatibility +- Note: This version is not compatible with Shopware versions below 6.6.7 +- Fixed missing admin cms blocks [12](https://github.com/Werkstattl/OpenBlogware/issues/12) # 4.0.2 - Fixed uninstall error diff --git a/composer.json b/composer.json index c0ffdd9..ec5fbc6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "werkstattl/openblogware", "description": "OpenBlogware: A Blog Module for Shopware 6.", - "version": "4.0.2", + "version": "4.1.0", "type": "shopware-platform-plugin", "keywords": ["blog", "news"], "license":"MIT", @@ -18,9 +18,9 @@ "docs": "https://github.com/Werkstattl/OpenBlogware/blob/main/README.md" }, "require": { - "shopware/core": "^6.6.0.0", - "shopware/administration": "^6.6.0.0", - "shopware/storefront": "^6.6.0.0" + "shopware/core": "^6.6.7", + "shopware/administration": "^6.6.7", + "shopware/storefront": "^6.6.7" }, "require-dev":{ "phpunit/phpunit": "^9.5",