Skip to content

Commit faeb536

Browse files
committed
Release 5.2.4
1 parent c3c6818 commit faeb536

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.3";
335+
const PLUGIN_VERSION = "5.2.4";
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.3";
54+
const PLUGIN_VERSION = "5.2.4";
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.3";
48+
const PLUGIN_VERSION = "5.2.4";
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.4 ##
6+
+ Improved default templates for Opencart 2.
7+
+ Fixed issue where vQmod broke Mollie's module code.
8+
59
## Changes in release 5.2.3 ##
610
+ Support for OneCheckOut module.
711
+ Support for Dreamvention's Quick Checkout module.

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.3",
4+
"version": "5.2.4",
55
"homepage": "https://www.mollie.nl",
66
"authors": [
77
{

0 commit comments

Comments
 (0)