From b0892758ced5c901b00b097b2125737274a2c9e1 Mon Sep 17 00:00:00 2001 From: Christian Dangl Date: Thu, 9 Mar 2023 09:39:07 +0100 Subject: [PATCH] NTR: Release 2.4.0 --- MollieShopware.php | 2 +- README.md | 2 +- plugin.xml | 21 ++++++++++++++++++--- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/MollieShopware.php b/MollieShopware.php index bb1f6a53..a4d9c699 100644 --- a/MollieShopware.php +++ b/MollieShopware.php @@ -38,7 +38,7 @@ class MollieShopware extends Plugin { - const PLUGIN_VERSION = '2.3.0'; + const PLUGIN_VERSION = '2.4.0'; const PAYMENT_PREFIX = 'mollie_'; diff --git a/README.md b/README.md index 1f982a08..307a96dd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Introduction -Mollie offers various payment methods which can be easily integrated into your Shopware-powered webshop by using our official plugin. Mollie accepts all major payment methods such as Visa, Mastercard, American Express, PayPal, Apple Pay, iDEAL, SOFORT Banking, SEPA Bank Transfer, SEPA Direct Debit, KBC/CBC Payment Button, Bancontact, Belfius Pay Button, paysafecard, CartaSi, Cartes Bancaires and Gift cards +Mollie offers various payment methods which can be easily integrated into your Shopware-powered webshop by using our official plugin. Mollie accepts all major payment methods such as Visa, Mastercard, American Express, PayPal, Apple Pay, iDEAL, SOFORT Banking, SEPA Bank Transfer, SEPA Direct Debit, KBC/CBC Payment Button, Bancontact, Billie, Belfius Pay Button, paysafecard, CartaSi, Cartes Bancaires and Gift cards 1. Installation is easy. 2. Go to [Mollie](https://www.mollie.com/signup/) to create a Mollie account diff --git a/plugin.xml b/plugin.xml index 9344ed20..4312ed13 100644 --- a/plugin.xml +++ b/plugin.xml @@ -9,7 +9,7 @@ - 2.3.0 + 2.4.0 (c) Mollie B.V. MIT Mollie B.V. @@ -45,19 +45,34 @@ + + + - Neue Zahlungsmethode "Billie" ist nun verfügbar. + - Support für das zukünftige Shopware 5.8 + - Der Link zu den Mollie API-Keys in den Plugin Einstellungen funktioniert nun auch ohne, dass zuvor ein API Key eingetragen werden muss, um das Onboarding noch einfacher zu gestalten. + - Optimierung des Auslesens von Ja/Nein Einstellungen der Plugin Konfigurationen. In seltenen Fällen führte dies zu falschem Auslesen, sofern der Administrator manuell etwas in den Einstellungen eingetragen hat ohne einen richtigen Wert auszuwählen. + + + - New payment method "Billie" is now available. + - Support for future Shopware 5.8 + - The link to the Mollie API keys in the plugin settings now works without having to enter an API key beforehand to make onboarding even easier. + - Optimization of reading yes/no settings of plugin configurations. In rare cases, this led to incorrect reading if the administrator manually entered something in the settings without selecting a correct value. + + + - 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. - +