From 3349a3ac624ce1ddb34cd1b8261caf3c31b69836 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 16 Nov 2021 08:13:40 +0100 Subject: [PATCH] NTR: Release 1.8.12 (#295) --- MollieShopware.php | 2 +- plugin.xml | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/MollieShopware.php b/MollieShopware.php index c5d58405..5382a3e1 100644 --- a/MollieShopware.php +++ b/MollieShopware.php @@ -38,7 +38,7 @@ class MollieShopware extends Plugin { - const PLUGIN_VERSION = '1.8.11'; + const PLUGIN_VERSION = '1.8.12'; const PAYMENT_PREFIX = 'mollie_'; diff --git a/plugin.xml b/plugin.xml index 8b48bade..b8960ac6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -9,7 +9,7 @@ - 1.8.11 + 1.8.12 (c) Mollie B.V. MIT Mollie B.V. @@ -45,6 +45,22 @@ + + + - Neue Zahlart "Klarna Pay Now" ist nun verfügbar + - Neue Zahlart "Giftcards" ist nun verfügbar + - Neue Zahlart "Paysafecard" ist nun verfügbar + - Verbesserung des Plugin um auch mit "abgelaufenen" Bezahlungen korrekt umzugehen, wenn diese in den Shop zurückleiten. Dies war kürzlich (unbeabsichtigt) in manchen Situationen möglich. + + + - Add new "Klarna Pay Now" payment method. + - Add new "Giftcards" payment method. + - Add new "Paysafecard" payment method. + - Improve plugin to correctly handle "expired" payments when being returned to the shop. This was recently (accidentally) possible in some circumstances. + + + + - Artikelnummern werden nun als SKU Wert an Bestellpositionen von Mollie Bestellungen übertragen.