Skip to content

Commit

Permalink
Merge pull request #3597 from plentymarkets/changelog/changelog_5_0_68
Browse files Browse the repository at this point in the history
Version 5.0.68
  • Loading branch information
stentrop authored Sep 26, 2024
2 parents ffb7a43 + 6302f74 commit 5931fff
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 10 deletions.
22 changes: 19 additions & 3 deletions meta/documents/changelog_de.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
# Release Notes für plentyShop LTS

## v5.0.68 (2024-09-26) <a href="https://github.com/plentymarkets/plugin-ceres/compare/5.0.67...5.0.68" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

### TODO

- Aufgrund von Änderungen an bestehenden Widgets müssen die ShopBuilder-Inhalte im Menü **CMS » ShopBuilder** über die Schaltfläche **Inhalte neu generieren** aktualisiert werden.

### Behoben

- Bilder im AVIF-Format konnten im Hintergrundbild-Widget nicht ausgewählt werden. Dies wurde behoben, das Hintergrundbild-Widget zeigt jetzt ein Fallback-Eingabefeld an.
- In manchen Fällen wurde das Bild im ImageBoxWidget nicht korrekt angezeigt. Dies wurde behoben.
- Bilder im AVIF-Format konnten im Hintergrundbild-Widget nicht ausgewählt werden. Dies wurde behoben und das Hintergrundbild-Widget zeigt jetzt ein Fallback-Eingabefeld an.
- In manchen Fällen wurde das Bild und die Bildunterschrift im Bilderbox-Widget nicht korrekt angezeigt. Dies wurde behoben.
- Das Link-Widget wurde im ShopBuilder nicht angezeigt, wenn dieses als Tracking Link konfiguriert wurde. Dies wurde behoben.

### Geändert

- Der Favicon Typ wurde von `type="img/ico"` zu `type="image/x-icon"` geändert.
- Die `height` und `width` Attribute werden nur auf der Artikeldetailseite für die Hauptbilder gesetzt.
- Die `height` und `width` Attribute werden auf Artikelbildern nur genutzt, wenn die Bildergröße `full` genutzt wird.

### Angepasste Templates

- Im Zuge des Releases von plentyShop LTS 5.0.68 gab es Änderungen an Template-Dateien die für Theme-Entwickler relevant sind. Die Verlinkung führt direkt zu der umgesetzten Änderung in der entsprechenden Datei.

- [resources/js/src/app/components/common/LazyImg.vue](https://github.com/plentymarkets/plugin-ceres/compare/5.0.67...stable#diff-8bf1fff9b8d538ae75c4ee791deef3a8acfe72e5e0e678d1c49672b17d787a73)
- [resources/views/PageDesign/Partials/Head.twig](https://github.com/plentymarkets/plugin-ceres/compare/5.0.67...stable#diff-33a10158d672d50c9bc1c0e8a46fbd8edb701925dcb3f619c6ff6f8ca11e45ee)
- [resources/views/Widgets/Common/ImageBoxWidget.twig](https://github.com/plentymarkets/plugin-ceres/compare/5.0.67...stable#diff-9f438954b9f177761379a8b382eea014077ec743060583796ac4f9aaed3d3003)
- [resources/views/Widgets/Common/LinkWidget.twig](https://github.com/plentymarkets/plugin-ceres/compare/5.0.67...stable#diff-374f59a54ec3fcbe1d2444facbddd25c4f8a114e71b7576c9c34d7a20a2d122b)

## v5.0.67 (2024-09-10) <a href="https://github.com/plentymarkets/plugin-ceres/compare/5.0.66...5.0.67" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

Expand Down
22 changes: 19 additions & 3 deletions meta/documents/changelog_en.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
# Release Notes for plentyShop LTS

## v5.0.68 (2024-09-26) <a href="https://github.com/plentymarkets/plugin-ceres/compare/5.0.67...5.0.68" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

### TODO

- Due to changes to ShopBuilder widgets, it is necessary to regenerate the ShopBuilder contents via the **Regenerate contents** button in the **CMS » ShopBuilder** menu.

### Fixed

- In the Background Image widget, it wasn't possible to select AVIF images. This has been fixed by providing a fallback input field.
- In some cases the image in the ImageBoxWidget was not displayed correctly. This has been fixed.
- Images in AVIF format could not be selected in the background image widget. This has been fixed and the background image widget now displays a fallback input field.
- In some cases the image and caption in the image box widget was not displayed correctly. This has been fixed.
- The link widget was not displayed in the ShopBuilder if it was configured as a tracking link. This has been fixed.

### Changed

- Changed favicon type from `type="img/ico"` to `type="image/x-icon"`.
- The `height` and `width` attributes are only set on the single item page for the main images.
- The `height` and `width` attributes are only used on article images if the image size `full` is used.

### Changed Templates

- In plentyShop LTS 5.0.68 we made changes to template files which are relevant for theme developers. You can find the changed templates below. The link directs you to the effected changes in the corresponding files.

- [resources/js/src/app/components/common/LazyImg.vue](https://github.com/plentymarkets/plugin-ceres/compare/5.0.67...stable#diff-8bf1fff9b8d538ae75c4ee791deef3a8acfe72e5e0e678d1c49672b17d787a73)
- [resources/views/PageDesign/Partials/Head.twig](https://github.com/plentymarkets/plugin-ceres/compare/5.0.67...stable#diff-33a10158d672d50c9bc1c0e8a46fbd8edb701925dcb3f619c6ff6f8ca11e45ee)
- [resources/views/Widgets/Common/ImageBoxWidget.twig](https://github.com/plentymarkets/plugin-ceres/compare/5.0.67...stable#diff-9f438954b9f177761379a8b382eea014077ec743060583796ac4f9aaed3d3003)
- [resources/views/Widgets/Common/LinkWidget.twig](https://github.com/plentymarkets/plugin-ceres/compare/5.0.67...stable#diff-374f59a54ec3fcbe1d2444facbddd25c4f8a114e71b7576c9c34d7a20a2d122b)

## v5.0.67 (2024-09-10) <a href="https://github.com/plentymarkets/plugin-ceres/compare/5.0.66...5.0.67" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ceres",
"license": "AGPL-3.0",
"version": "5.0.67",
"version": "5.0.68",
"repository": {
"type": "git",
"url": "https://github.com/plentymarkets/plugin-ceres.git"
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "5.0.67",
"version" : "5.0.68",
"name" : "Ceres",
"marketplaceName" : {"de": "plentyShop LTS","en": "plentyShop LTS"},
"description" : "This is the official plentyShop LTS plugin developed by plentymarkets. plentyShop LTS is the default template plugin for plentymarkets online stores.",
Expand All @@ -15,7 +15,7 @@
"keywords" : ["plentymarkets", "plugins", "layout", "template", "ceres", "plentyshop", "webshop"],
"type" : "template",
"require" : {
"IO": "~5.0.64"
"IO": "~5.0.68"
},
"platform": {
"php": ">=7.3 <8.1"
Expand Down

0 comments on commit 5931fff

Please sign in to comment.