diff --git a/admin/controller/payment/mollie_ideal.php b/admin/controller/payment/mollie_ideal.php index a537ab69..917f36bb 100755 --- a/admin/controller/payment/mollie_ideal.php +++ b/admin/controller/payment/mollie_ideal.php @@ -332,7 +332,7 @@ protected function _checkModuleStatus() /** * Version of the plugin. */ - const PLUGIN_VERSION = "5.2.5"; + const PLUGIN_VERSION = "5.2.6"; /** * @var Mollie_API_Client diff --git a/catalog/controller/payment/mollie_ideal.php b/catalog/controller/payment/mollie_ideal.php index b5a01dd5..b47a30a6 100755 --- a/catalog/controller/payment/mollie_ideal.php +++ b/catalog/controller/payment/mollie_ideal.php @@ -51,7 +51,7 @@ class ControllerPaymentMollieIdeal extends Controller /** * Version of the plugin. */ - const PLUGIN_VERSION = "5.2.5"; + const PLUGIN_VERSION = "5.2.6"; /** * @var Mollie_API_Client diff --git a/catalog/model/payment/mollie_ideal.php b/catalog/model/payment/mollie_ideal.php index a4b958fa..d4fd8914 100755 --- a/catalog/model/payment/mollie_ideal.php +++ b/catalog/model/payment/mollie_ideal.php @@ -45,7 +45,7 @@ class ModelPaymentMollieIdeal extends Model /** * Version of the plugin. */ - const PLUGIN_VERSION = "5.2.5"; + const PLUGIN_VERSION = "5.2.6"; /** * @var Mollie_API_Client diff --git a/changelog.mdown b/changelog.mdown index 6c82ca82..b722b725 100644 --- a/changelog.mdown +++ b/changelog.mdown @@ -2,6 +2,9 @@ # Changelog # +## Changes in release 5.2.6 ## ++ Fix support for Dreamvention's Quick Checkout module plugin. + ## Changes in release 5.2.5 ## + Stop Google Analytics from listing payment provider as referrer. diff --git a/composer.json b/composer.json index 5e22a42c..57bc5fb4 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mollie/opencart", "description": "Mollie module for OpenCart", - "version": "5.2.5", + "version": "5.2.6", "homepage": "https://www.mollie.nl", "authors": [ {