From 9b6848621cc7f09489c714e28dc7f7c119a4a05f Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 2 Dec 2020 14:07:26 +0100 Subject: [PATCH] NTR: new release 1.6.7 (#98) --- MollieShopware.php | 2 +- plugin.xml | 37 ++++++++++++++++++++++++++++++++++++- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/MollieShopware.php b/MollieShopware.php index 89f4102c..cd225083 100644 --- a/MollieShopware.php +++ b/MollieShopware.php @@ -30,7 +30,7 @@ class MollieShopware extends Plugin { - const PLUGIN_VERSION = '1.6.6'; + const PLUGIN_VERSION = '1.6.7'; const PAYMENT_PREFIX = 'mollie_'; diff --git a/plugin.xml b/plugin.xml index 9f43b59f..70b12c38 100644 --- a/plugin.xml +++ b/plugin.xml @@ -6,7 +6,7 @@ - 1.6.6 + 1.6.7 (c) Mollie B.V. MIT Mollie B.V. @@ -42,6 +42,41 @@ + + + - Der Test Modus ist nun im Shop Storefront neben dem Namen der Zahlungsart sichtbar. + Dies erleichtert das Testen - man weiß somit sofort, wenn man auf "Live" Modus zahlen würde. + - Es gibt nun einen neuen Logger im Shopware Backend. Mollie erstellt dadurch eine separate + Log Datei mit weiteren Informationen die beim Analysieren helfen. + Zusätzlich kann die Protokollierungsstufe in den Plugin Einstellungen angepasst werden. + Wir empfehlen zumindest ERROR bzw. INFO. + - Die Struktur der Plugin Einstellungen wurde vereinfacht und die Übersicht somit erleichtert. + Auch die Bezeichungen der Einstellungen sind nun verkürzt und einfacher gestaltet. + - Der Test Modus kann in den Plugin Einstellungen nun auch von einem Hauptshop vererbt werden. + - Verbesserte Übersetzungen für DE, EN und NL im Shop sowie im Shopware Backend. + - Umbau der Rundungs-Logik für das Erstellen von Bestellungen in Mollie. + Dadurch werden Fehler wie "VAT Amount of Line Item does not match" oder "Total Amount does not match" verhindert. + - Duplizierte Status-History Einträge in Bestellungen werden nun nicht mehr erstellt bei einem + Status Übergang von einer Bestellung. + - Problembehebung des ExtJS Fehler Dialogs bei initialer Plugin Installation. + + + - The Test Mode is now visible in the Storefront next to the payment method names. This helps when testing, + so you're always know your not in production mode. + - Added a new logger in the Shopware Backend. Mollie now creates a separate log file with enhanced + information. You can also adjust the log level within the plugin configuration. + We recommend at least ERROR, or even INFO. + - Improved the plugin configuration with a structured layout along with better names for + the configuration settings. + - Test Mode in the plugin configuration can now also be inherited from a base shop + - Improve translations for DE, EN and NL in the Storefront and Shopware Backend + - Refactored the rounding algorithms when creating orders in Mollie. + This avoids errors like "VAT amount in line item does not match"...or "total amount does not match". + - Remove duplicate entries in the order status history when transitions occur + - Fix ExtJS Error Dialog in Shopware Backend when installing the plugin + + + - Neue Apple Pay Direct Einschränkungen in den Plugin Konfigurationen, um den Apple Pay Button auf bestimmten Seiten ohne Programmierung auszublenden.