From 140b18b01974e3b141531c0d47871459e2bfd382 Mon Sep 17 00:00:00 2001 From: Gytautas Date: Wed, 29 May 2024 16:49:17 +0300 Subject: [PATCH] changlog update and version bump --- changelog.md | 9 +++++++++ mollie.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 4f8fe6d63..993a4840d 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,15 @@ ## Changes in release 6.2.0 ## + New payment methods: Bancomat and Alma ++ Apple certificate update ++ Conflicting services fix ++ Bootstrap 5 compatibility improved ++ Sentry error logger consent option added ++ Maximum fee field ++ Back office admin ++ Multi carrier for subscription orders added ++ Design improvements in BO ++ Improved subscription creation logic ## Changes in release 6.1.1 ## + Updated translations for Dutch, German, English and French languages diff --git a/mollie.php b/mollie.php index de16d96ce..0439674d1 100755 --- a/mollie.php +++ b/mollie.php @@ -84,7 +84,7 @@ public function __construct() { $this->name = 'mollie'; $this->tab = 'payments_gateways'; - $this->version = '6.1.1'; + $this->version = '6.2.0'; $this->author = 'Mollie B.V.'; $this->need_instance = 1; $this->bootstrap = true;