Skip to content

Commit cff829e

Browse files
patrickleo175Pattrick Leo
and
Pattrick Leo
authored
1.1.0 - Shopware66 compatibility (#13)
Co-authored-by: Pattrick Leo <patrickleo@sns>
1 parent 95805a1 commit cff829e

File tree

4 files changed

+36
-5
lines changed

4 files changed

+36
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.1.0
2+
- support shopware version 6.6
3+
14
# 1.0.8
25
- support shopware version 6.4.11.0 or higher
36

composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sas/cms-grid-blocks",
33
"description": "CMS grid blocks",
44
"type": "shopware-platform-plugin",
5-
"version": "v1.0.8",
5+
"version": "v1.1.0",
66
"license": "proprietary",
77
"authors": [
88
{
@@ -17,7 +17,9 @@
1717
}
1818
},
1919
"require": {
20-
"shopware/core": "*"
20+
"shopware/core": "~6.6.0",
21+
"shopware/storefront": "~6.6.0",
22+
"shopware/administration": "~6.6.0"
2123
},
2224
"extra": {
2325
"shopware-plugin-class": "Sas\\CmsGridBlocks\\SasCmsGridBlocks",

src/Resources/public/administration/css/sas-cms-grid-blocks.css

+28-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)