diff --git a/admin/controller/payment/mollie_ideal.php b/admin/controller/payment/mollie_ideal.php index e4f74164..a537ab69 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.4"; + const PLUGIN_VERSION = "5.2.5"; /** * @var Mollie_API_Client diff --git a/catalog/controller/payment/mollie_ideal.php b/catalog/controller/payment/mollie_ideal.php index a08b7703..1ce6bca1 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.4"; + const PLUGIN_VERSION = "5.2.5"; /** * @var Mollie_API_Client diff --git a/catalog/model/payment/mollie_ideal.php b/catalog/model/payment/mollie_ideal.php index b966225b..0442da60 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.4"; + const PLUGIN_VERSION = "5.2.5"; /** * @var Mollie_API_Client diff --git a/changelog.mdown b/changelog.mdown index a8134ecd..6c82ca82 100644 --- a/changelog.mdown +++ b/changelog.mdown @@ -2,6 +2,9 @@ # Changelog # +## Changes in release 5.2.5 ## ++ Stop Google Analytics from listing payment provider as referrer. + ## Changes in release 5.2.4 ## + Improved default templates for Opencart 2. + Fixed issue where vQmod broke Mollie's module code. diff --git a/composer.json b/composer.json index db095520..5e22a42c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mollie/opencart", "description": "Mollie module for OpenCart", - "version": "5.2.4", + "version": "5.2.5", "homepage": "https://www.mollie.nl", "authors": [ {