From 1a3efccc7b5513d216b587b5f9f9ea96f01caf44 Mon Sep 17 00:00:00 2001 From: Robbert Schreuder Hes Date: Thu, 11 Dec 2014 09:49:07 +0100 Subject: [PATCH] Release 5.2.5 --- admin/controller/payment/mollie_ideal.php | 2 +- catalog/controller/payment/mollie_ideal.php | 2 +- catalog/model/payment/mollie_ideal.php | 2 +- changelog.mdown | 3 +++ composer.json | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) 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": [ {