Skip to content

Commit 94eefcc

Browse files
committed
Release new version
1 parent 4843d58 commit 94eefcc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG_de-DE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.6
2+
3+
* Fix mediaUrl in 6.3.0.0
4+
15
# 1.0.5
26

37
* Kompatibilität zu 6.3.0.0

CHANGELOG_en-GB.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.6
2+
3+
* Fix mediaUrl in 6.3.0.0
4+
15
# 1.0.5
26

37
* Compatiblity to 6.3.0.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"thumbnail"
1212
],
1313
"description": "This plugins allows you to use variable thumbnails, without having them on storage.",
14-
"version": "1.0.5",
14+
"version": "1.0.6",
1515
"type": "shopware-platform-plugin",
1616
"license": "mit",
1717
"authors": [
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"shopware/core": "~6.2|~6.3"
24+
"shopware/core": "~6.3"
2525
},
2626
"extra": {
2727
"shopware-plugin-class": "Frosh\\ThumbnailProcessor\\FroshPlatformThumbnailProcessor",

0 commit comments

Comments
 (0)