Skip to content

Commit 1e51c6f

Browse files
committed
Release 5.2.0
1 parent 01bdcf2 commit 1e51c6f

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

admin/controller/payment/mollie_ideal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ protected function _checkModuleStatus()
329329
/**
330330
* Version of the plugin.
331331
*/
332-
const PLUGIN_VERSION = "5.1.7";
332+
const PLUGIN_VERSION = "5.2.0";
333333

334334
/**
335335
* @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.1.7";
54+
const PLUGIN_VERSION = "5.2.0";
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
@@ -44,7 +44,7 @@ class ModelPaymentMollieIdeal extends Model
4444
/**
4545
* Version of the plugin.
4646
*/
47-
const PLUGIN_VERSION = "5.1.7";
47+
const PLUGIN_VERSION = "5.2.0";
4848

4949
/**
5050
* @var Mollie_API_Client

changelog.mdown

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

33
# Changelog #
44

5+
## Changes in release 5.2.0 ##
6+
+ Support for Opencart 2.
7+
58
## Changes in release 5.1.7 ##
69
+ Describe payment statuses more clear in admin settings.
710

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

0 commit comments

Comments
 (0)