Skip to content

Commit 2e9e554

Browse files
fixed #2
1 parent 971a62d commit 2e9e554

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

AreanetDefaultProductLayout/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.0.0] - 2024-05-31
2+
3+
- Shopware 6.6 compatibility [#12(https://github.com/AREA-NET-GmbH-Shopware-Agentur/plugin-default-product-layout/issues)
4+
15
## [1.0.1 / 2.0.1] - 2024-03-01
26

37
- fixed bug [#1](https://github.com/AREA-NET-GmbH-Shopware-Agentur/plugin-default-product-layout/issues/1)

AreanetDefaultProductLayout/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "areanet/default-product-layout",
33
"type": "shopware-platform-plugin",
44
"description": "Custom defaultlayout for products @area-net.den",
5-
"version": "2.0.1",
5+
"version": "DYNAMIC_VERSION",
66
"license": "MIT",
77
"require": {
8-
"shopware/core": "6.4.* || 6.5.*"
8+
"shopware/core": "6.4.* || 6.5.* || 6.6.*"
99
},
1010
"extra": {
1111
"shopware-plugin-class": "AreanetDefaultProductLayout\\AreanetDefaultProductLayout",

0 commit comments

Comments
 (0)