Skip to content

Commit 1a5ed7f

Browse files
committed
core: prepare release 1.0.20
1 parent 7f7973b commit 1a5ed7f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG_de-DE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.0.20
2+
3+
* Gebe alt- und title-Attribute bei Thumbnails aus, wenn diese beim Bild gespeichert wurden
4+
* Entferne Nutzung von Höhe bei den Thumbnailgrößen, da die automatische Berechnung der notwendigen Größe darauf keinen direkten Bezug nimmt
5+
* Bitte entfernen Sie die Höhe aus Ihrem Template in den Plugin-Einstellungen
6+
17
# 1.0.19
28

39
* Entferne automatische Platzreservierung wegen Kompatibilitätsproblemen. Nutzbar nun per Variable fullWidth per sw_thumbnail.

CHANGELOG_en-GB.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.0.20
2+
3+
* Output alt and title attributes for thumbnails if they were saved with the image in media
4+
* Remove the use of height from the thumbnail sizes, as the automatic calculation of the necessary size does not make any direct reference to it
5+
* Please remove the height from your template in the plugin settings
6+
17
# 1.0.19
28

39
* Remove automatic room reservation due to compatibility problems. Usable now per variable fullWidth per sw_thumbnail.

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.19",
14+
"version": "1.0.20",
1515
"type": "shopware-platform-plugin",
1616
"license": "mit",
1717
"authors": [
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"shopware/core": "~6.4"
24+
"shopware/core": "^6.4.0"
2525
},
2626
"extra": {
2727
"shopware-plugin-class": "Frosh\\ThumbnailProcessor\\FroshPlatformThumbnailProcessor",

0 commit comments

Comments
 (0)