From 4a97ba68854038a4b4b1d1ff17b9551213eeb768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ro=CC=88ll?= Date: Mon, 22 Mar 2021 15:35:10 +0100 Subject: [PATCH] Changelog & Release 5.0.25 --- meta/documents/changelog_de.md | 11 +++++++++++ meta/documents/changelog_en.md | 11 +++++++++++ plugin.json | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/meta/documents/changelog_de.md b/meta/documents/changelog_de.md index ddd00403f5..b3ce72fdc8 100644 --- a/meta/documents/changelog_de.md +++ b/meta/documents/changelog_de.md @@ -1,5 +1,16 @@ # Release Notes für Ceres +## v5.0.25 (2021-03-22) Übersicht aller Änderungen + +### Geändert +-Der letzte Paragraph des Text-Widgets zum Inline-Editing besaß einen Außenabstand nach unten. Hierdurch war es nicht möglich, ein Text-Widget ohne unteren Abstand zu platzieren. Dieser wurde daher entfernt. +- Bei der Ausgabe der Übersetzungen für "Brutto" (Ceres::Template.checkoutGross) und "Netto" (Ceres::Template.checkoutNet) wurden in den Summen Klammern angezeigt, die sich nicht entfernen ließen. Die Klammern wurden in die Übersetzung überführt und können zukünftig entfernt werden. +-Beim Wechsel der Anrede in der Adressauswahl werden die Felder nur noch geleert, wenn man zwischen einer Personen-Anrede und einer Firma wechselt. + +### Behoben +- Die Variantenauswahl reagierte nicht auf Nutzereingaben, wenn alle wählbaren Varianten nicht kaufbar sind. +- Auf den Standardseiten der Rechtstexte haben Abstände gefehlt. Diese wurden ergänzt. + ## v5.0.24 (2021-03-08) Übersicht aller Änderungen ### Hinzugefügt diff --git a/meta/documents/changelog_en.md b/meta/documents/changelog_en.md index 8a7fdf08ba..046e00b939 100644 --- a/meta/documents/changelog_en.md +++ b/meta/documents/changelog_en.md @@ -1,5 +1,16 @@ # Release Notes for Ceres +## v5.0.25 (2021-03-22) Overview of all changes + +### Changed +- The last paragraph of the text widget for inline editing had a spacing at the bottom, which made it impossible to use a text widget without this spacing. Thus, this was removed. +- In the output for the translations of "Brutto" (Ceres::Template.checkourtGross) and "Netto" (Ceres::Template.checkoutNet), parentheses were shown in the sums and could not be removed. Thus, the parentheses were transferred to the translations and can now be removed. +- When changing the salutation in the address selection, the fields are now only cleared when switching between a person's salutation and a company. + +### Fixed +- The variation selection did not respond to user input if all selectable variations weren't purchasable. +- Spacings were missing on the standard pages of the legal texts. These have been added. + ## v5.0.24 (2021-03-08) Overview of all changes ### Added diff --git a/plugin.json b/plugin.json index 4c7cb8d851..537ee68d0b 100755 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { - "version" : "5.0.24", + "version" : "5.0.25", "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.",