Skip to content

Commit

Permalink
1.1.0 - Shopware66 compatibility (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Pattrick Leo <patrickleo@sns>
  • Loading branch information
patrickleo175 and Pattrick Leo authored Jul 26, 2024
1 parent 95805a1 commit cff829e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.1.0
- support shopware version 6.6

# 1.0.8
- support shopware version 6.4.11.0 or higher

Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sas/cms-grid-blocks",
"description": "CMS grid blocks",
"type": "shopware-platform-plugin",
"version": "v1.0.8",
"version": "v1.1.0",
"license": "proprietary",
"authors": [
{
Expand All @@ -17,7 +17,9 @@
}
},
"require": {
"shopware/core": "*"
"shopware/core": "~6.6.0",
"shopware/storefront": "~6.6.0",
"shopware/administration": "~6.6.0"
},
"extra": {
"shopware-plugin-class": "Sas\\CmsGridBlocks\\SasCmsGridBlocks",
Expand Down
29 changes: 28 additions & 1 deletion src/Resources/public/administration/css/sas-cms-grid-blocks.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cff829e

Please sign in to comment.