From 1ab92c0b293982ff848ef47768d30502608192f2 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 12 Oct 2022 09:23:06 +0200 Subject: [PATCH] NTR: Release 2.3.0 (#359) --- MollieShopware.php | 2 +- plugin.xml | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/MollieShopware.php b/MollieShopware.php index ebe4b50e..bb1f6a53 100644 --- a/MollieShopware.php +++ b/MollieShopware.php @@ -38,7 +38,7 @@ class MollieShopware extends Plugin { - const PLUGIN_VERSION = '2.2.0'; + const PLUGIN_VERSION = '2.3.0'; const PAYMENT_PREFIX = 'mollie_'; diff --git a/plugin.xml b/plugin.xml index bcd2f857..9344ed20 100644 --- a/plugin.xml +++ b/plugin.xml @@ -9,7 +9,7 @@ - 2.2.0 + 2.3.0 (c) Mollie B.V. MIT Mollie B.V. @@ -45,6 +45,21 @@ + + + - SEPA Lastschrift wurde entfernt. Diese ist nicht mehr für normale und initiale Zahlungen möglich. + - Apple Pay Direct entfernt nun für die Anzeige automatisch die Beschreibung einer Versandmethode, wenn diese HTML Inhalte enthält. + - Behebung eines Problems bei der Auswahl von Bestellungen in der Bestellübersicht im Backend. Dies führte zum Fehler me.getOrderPositionGrid in der Konsole des Browsers. + - HTTP Timeout wurde für die Mollie API erhöht, um Kommunikationen noch stabiler zu machen. + + + - Remove SEPA Direct Debit. This is not available anymore for regular and initial payment attempts. + - Apple Pay Direct does now remove shipping method descriptions when displaying it, if HTML content is found. + - Fix broken Shopware Backend when selecting orders in the order overview. This led to the error me.getOrderPositionGrid in the console output + - Increase HTTP timeout for the Mollie API to make it even more reliable. + + + - Neue Funktion in der Plugin-Konfiguration, um optional die Fehlergründe von Mollie bei Zahlungsproblemen direkt im Frontend anzuzeigen.