Skip to content

Commit b572cbb

Browse files
author
Daan van Marsbergen
committed
Prepared for release 5.1.5
1 parent 6d17565 commit b572cbb

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

admin/controller/payment/mollie_ideal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ protected function _checkModuleStatus()
293293
/**
294294
* Version of the plugin.
295295
*/
296-
const PLUGIN_VERSION = "5.1.4";
296+
const PLUGIN_VERSION = "5.1.5";
297297

298298
/**
299299
* @var Mollie_API_Client

catalog/controller/payment/mollie_ideal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class ControllerPaymentMollieIdeal extends Controller
5252
/**
5353
* Version of the plugin.
5454
*/
55-
const PLUGIN_VERSION = "5.1.4";
55+
const PLUGIN_VERSION = "5.1.5";
5656

5757
/**
5858
* @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.4";
47+
const PLUGIN_VERSION = "5.1.5";
4848

4949
/**
5050
* @var Mollie_API_Client

changelog.mdown

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

33
# Changelog #
44

5+
## Changes in release 5.1.5 ##
6+
+ Resolved the problem that multiple payments could be created for one single order.
7+
+ Fixed an issue where a successful payment can be changed to expired.
8+
+ Show Mollie payment methods on the correct position.
9+
510
## Changes in release 5.1.4 ##
611
+ Now with support for Joomla-based OpenCart installations.
712
+ Fixed old PHP 5.2- regression bug.

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

0 commit comments

Comments
 (0)