From 8a25f8be3ead6be8664a5b21f19ec0e915fb7dfb Mon Sep 17 00:00:00 2001 From: Gytautas Date: Tue, 16 Jul 2024 10:25:41 +0300 Subject: [PATCH] version bump and changelog updated --- changelog.md | 5 +++++ mollie.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 24953f1bd..78048bcf8 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,11 @@ ## Changes in release 6.2.2 ## + Error handling improvements ++ Mobile phone fix then field is removed ++ Riverty, Trustly, Payconiq payment methods added and GiroPay removed ++ HTTP status ++ Dependencies version bump ++ Improved installation process ## Changes in release 6.2.1 ## + Ideal v2 payment method improvement diff --git a/mollie.php b/mollie.php index 203aff5b4..21621619f 100755 --- a/mollie.php +++ b/mollie.php @@ -84,7 +84,7 @@ public function __construct() { $this->name = 'mollie'; $this->tab = 'payments_gateways'; - $this->version = '6.2.1'; + $this->version = '6.2.2'; $this->author = 'Mollie B.V.'; $this->need_instance = 1; $this->bootstrap = true;