Skip to content

Commit ed7a72c

Browse files
committed
Release 5.2.7
1 parent feeb9f6 commit ed7a72c

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

admin/controller/payment/mollie_ideal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ protected function _checkModuleStatus()
332332
/**
333333
* Version of the plugin.
334334
*/
335-
const PLUGIN_VERSION = "5.2.6";
335+
const PLUGIN_VERSION = "5.2.7";
336336

337337
/**
338338
* @var Mollie_API_Client

catalog/controller/payment/mollie_ideal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class ControllerPaymentMollieIdeal extends Controller
5151
/**
5252
* Version of the plugin.
5353
*/
54-
const PLUGIN_VERSION = "5.2.6";
54+
const PLUGIN_VERSION = "5.2.7";
5555

5656
/**
5757
* @var Mollie_API_Client

catalog/model/payment/mollie_ideal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ModelPaymentMollieIdeal extends Model
4545
/**
4646
* Version of the plugin.
4747
*/
48-
const PLUGIN_VERSION = "5.2.6";
48+
const PLUGIN_VERSION = "5.2.7";
4949

5050
/**
5151
* @var Mollie_API_Client

changelog.mdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
# Changelog #
44

5+
## Changes in release 5.2.7 ##
6+
+ Prevent single page checkout modules from overwriting payment method selection.
7+
+ Fixed issue with the latest vQmod release.
8+
59
## Changes in release 5.2.6 ##
610
+ Fix support for Dreamvention's Quick Checkout module plugin.
711

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mollie/opencart",
33
"description": "Mollie module for OpenCart",
4-
"version": "5.2.6",
4+
"version": "5.2.7",
55
"homepage": "https://www.mollie.nl",
66
"authors": [
77
{

0 commit comments

Comments
 (0)