diff --git a/meta/documents/changelog_de.md b/meta/documents/changelog_de.md index 67b3ceaf97..9f3e4d970a 100644 --- a/meta/documents/changelog_de.md +++ b/meta/documents/changelog_de.md @@ -1,6 +1,6 @@ # Release Notes für plentyShop LTS -## v5.0.58 (2023-xx-xx) Übersicht aller Änderungen +## v5.0.58 (2023-01-11) Übersicht aller Änderungen ### TODO @@ -9,6 +9,7 @@ ### Behoben - Die Buttons für die Zustimmung in der Cookiebar wurden in bestimmten Fällen nicht korrekt angezeigt. +- Es wurde eine Javascript-Funktion verwendet, die mit iOS-Versionen kleiner als 13.4 nicht kompatibel war. Dies wurde behoben. ## v5.0.57 (2023-01-09) Übersicht aller Änderungen diff --git a/meta/documents/changelog_en.md b/meta/documents/changelog_en.md index 6a019971f4..0b8e1d4011 100644 --- a/meta/documents/changelog_en.md +++ b/meta/documents/changelog_en.md @@ -1,6 +1,6 @@ # Release Notes for plentyShop LTS -## v5.0.58 (2023-xx-xx) Overview of all changes +## v5.0.58 (2023-01-11) Overview of all changes ### TODO @@ -9,6 +9,7 @@ ### Fixed - The buttons for consent in the cookie bar were not displayed correctly in certain cases. +- A javascript function was used that was not compatible with iOS version lower than 13.4. This has been fixed. ## v5.0.57 (2023-01-09) Overview of all changes diff --git a/package-lock.json b/package-lock.json index fcf6fef5b0..33344470d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Ceres", - "version": "5.0.57", + "version": "5.0.58", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 948c435094..97f736449d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Ceres", "license": "AGPL-3.0", - "version": "5.0.57", + "version": "5.0.58", "repository": { "type": "git", "url": "https://github.com/plentymarkets/plugin-ceres.git" diff --git a/plugin.json b/plugin.json index 57e24286c0..dc1bca7c8a 100755 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { - "version" : "5.0.57", + "version" : "5.0.58", "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.",