From 71d5d7abaff0528b53a7db842287335fe9261f04 Mon Sep 17 00:00:00 2001 From: Franz Mutschler Date: Mon, 13 Sep 2021 11:34:50 +0200 Subject: [PATCH] Added changelogs and changed version numbers --- meta/documents/changelog_de.md | 12 ++++++++++++ meta/documents/changelog_en.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- plugin.json | 4 ++-- 5 files changed, 28 insertions(+), 4 deletions(-) diff --git a/meta/documents/changelog_de.md b/meta/documents/changelog_de.md index 2d53d7a9c7..0021969106 100644 --- a/meta/documents/changelog_de.md +++ b/meta/documents/changelog_de.md @@ -1,5 +1,17 @@ # Release Notes für Ceres +## v5.0.39 (2021-09-13) Übersicht aller Änderungen + +### Geändert + +- Das Kontaktformular lässt sich nun bei aktiviertem reCaptcha nicht mehr absenden, wenn der entsprechende Cookie nicht akzeptiert wurde. + +### Behoben + +- Die Mengeneingabe auf der Artikelansicht ignoriert nun den Mindestbestellwert, falls der betreffende Artikel bereits im Warenkorb vorhanden ist. +- Tabs werden wieder richtig angezeigt, auch wenn sie nur ein Bilder-Widget enthalten. +- Wenn Eigenschaften mehreren Gruppen zugeordnet waren, kam es zu Problemen wenn diese über die Datenfeldauswahl in die ShopBuilder-Vorlage eingebaut wurden. Dieses Verhalten wurde behoben. + ## v5.0.38 (2021-08-31) Übersicht aller Änderungen ### Geändert diff --git a/meta/documents/changelog_en.md b/meta/documents/changelog_en.md index 03ed9bdc5f..3b4deabd80 100644 --- a/meta/documents/changelog_en.md +++ b/meta/documents/changelog_en.md @@ -1,5 +1,17 @@ # Release Notes for Ceres +## v5.0.39 (2021-09-13) Overview of all changes + +### Changed + +- It's no longer possible to send the contact form if reCaptcha is active and the corresponding cookie was not accepted by the user. + +### Fixed + +- The quantity input on the single item view now ignores the minimum order value if the shopping cart already contains the item in question. +- Tabs are displayed correctly again, even when they only include an image widget. +- If properties were assigned to multiple groups, display problems could occur if they were added to the ShopBuilder preset via the data field picker. This behaviour has been fixed. + ## v5.0.38 (2021-08-31) Overview of all changes< ### Changed diff --git a/package-lock.json b/package-lock.json index 40aa863b6a..853cd10266 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Ceres", - "version": "5.0.38", + "version": "5.0.39", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7f0ccc0376..2a76bc5f1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Ceres", "license": "AGPL-3.0", - "version": "5.0.38", + "version": "5.0.39", "repository": { "type": "git", "url": "https://github.com/plentymarkets/plugin-ceres.git" diff --git a/plugin.json b/plugin.json index 54c4803600..4f123eb4f5 100755 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { - "version" : "5.0.38", + "version" : "5.0.39", "name" : "Ceres", "marketplaceName" : {"de": "Ceres","en": "Ceres"}, "description" : "This is the official Ceres plugin developed by plentymarkets. Ceres is the default template plugin for plentymarkets 7 online stores.", @@ -15,7 +15,7 @@ "keywords" : ["plentymarkets", "plugins", "layout", "template", "ceres"], "type" : "template", "require" : { - "IO": "~5.0.38" + "IO": "~5.0.39" }, "namespace" : "Ceres", "serviceProvider" : "Ceres\\Providers\\TemplateServiceProvider",