diff --git a/meta/documents/changelog_de.md b/meta/documents/changelog_de.md index f7225b3d52..8cc6b7af9c 100644 --- a/meta/documents/changelog_de.md +++ b/meta/documents/changelog_de.md @@ -1,5 +1,12 @@ # Release Notes für plentyShop LTS +## v5.0.67 (2024-09-10) Übersicht aller Änderungen + +### Behoben + +- Im Bilderbox-Widget konnte es zu einem Fehler kommen bzgl. der Seitenverhältnis-Einstellung. Dies wurde behoben. +- Änderungen in den Abhängigkeiten wurden zurückgenommen, da diese zu Problemen mit den PayPal-Schaltflächen im Checkout führen konnten. + ## v5.0.66 (2024-08-22) Übersicht aller Änderungen ### Geändert diff --git a/meta/documents/changelog_en.md b/meta/documents/changelog_en.md index 35af4bae54..a468edeaa0 100644 --- a/meta/documents/changelog_en.md +++ b/meta/documents/changelog_en.md @@ -1,5 +1,12 @@ # Release Notes for plentyShop LTS +## v5.0.67 (2024-09-10) Overview of all changes + +### Fixed + +- An error could occur in the image box widget regarding the aspect ratio setting. This has been fixed. +- Changes in the dependencies have been reverted because they could cause problems with the PayPal buttons in the checkout. + ## v5.0.66 (2024-08-22) Overview of all changes ### Changed diff --git a/package-lock.json b/package-lock.json index 5b16b9bbad..49463b87d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Ceres", - "version": "5.0.66", + "version": "5.0.67", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f5e1618db3..c52618b2a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Ceres", "license": "AGPL-3.0", - "version": "5.0.66", + "version": "5.0.67", "repository": { "type": "git", "url": "https://github.com/plentymarkets/plugin-ceres.git" diff --git a/plugin.json b/plugin.json index 4e6f75aeab..7738cc6dcd 100755 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { - "version" : "5.0.66", + "version" : "5.0.67", "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.",