From c4226944a68c48f00cad7effd8556f8c3cf182c0 Mon Sep 17 00:00:00 2001 From: Milan Mooibroek Date: Wed, 19 Aug 2020 12:00:42 +0200 Subject: [PATCH] Updated changelog and version. --- Components/MollieApiFactory.php | 2 +- plugin.xml | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Components/MollieApiFactory.php b/Components/MollieApiFactory.php index 07469714..37e4792a 100644 --- a/Components/MollieApiFactory.php +++ b/Components/MollieApiFactory.php @@ -51,7 +51,7 @@ public function create($shopId = null) // add plugin name and version $this->apiClient->addVersionString( - 'MollieShopware/1.5.19' + 'MollieShopware/1.5.20' ); } catch (\Exception $ex) { diff --git a/plugin.xml b/plugin.xml index ed87b8bd..cfc916cd 100644 --- a/plugin.xml +++ b/plugin.xml @@ -6,18 +6,27 @@ - 1.5.19 + 1.5.20 (c) Mollie B.V. MIT Kiener E-commerce https://www.kiener.nl - Plugin to allow iDeal payments using the Mollie API (1.5.19) - Plugin die iDealbetalingen via de Mollie API doorgeeft (1.5.19) - Plugin um Zahlungen mit der Mollie API zu ermöglichen (1.5.19) + Plugin to allow iDeal payments using the Mollie API (1.5.20) + Plugin die iDealbetalingen via de Mollie API doorgeeft (1.5.20) + Plugin um Zahlungen mit der Mollie API zu ermöglichen (1.5.20) + + + - Fixed plugin conflict with the order positions tab. + + + - Fixed plugin conflict with the order positions tab. + + + - Fixed issues with not being able to add new positions in the order overview.