File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ protected function _checkModuleStatus()
293
293
/**
294
294
* Version of the plugin.
295
295
*/
296
- const PLUGIN_VERSION = "5.1.4 " ;
296
+ const PLUGIN_VERSION = "5.1.5 " ;
297
297
298
298
/**
299
299
* @var Mollie_API_Client
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class ControllerPaymentMollieIdeal extends Controller
52
52
/**
53
53
* Version of the plugin.
54
54
*/
55
- const PLUGIN_VERSION = "5.1.4 " ;
55
+ const PLUGIN_VERSION = "5.1.5 " ;
56
56
57
57
/**
58
58
* @var Mollie_API_Client
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class ModelPaymentMollieIdeal extends Model
44
44
/**
45
45
* Version of the plugin.
46
46
*/
47
- const PLUGIN_VERSION = "5.1.4 " ;
47
+ const PLUGIN_VERSION = "5.1.5 " ;
48
48
49
49
/**
50
50
* @var Mollie_API_Client
Original file line number Diff line number Diff line change 2
2
3
3
# Changelog #
4
4
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
+
5
10
## Changes in release 5.1.4 ##
6
11
+ Now with support for Joomla-based OpenCart installations.
7
12
+ Fixed old PHP 5.2- regression bug.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mollie/opencart" ,
3
3
"description" : " Mollie module for OpenCart" ,
4
- "version" : " 5.1.4 " ,
4
+ "version" : " 5.1.5 " ,
5
5
"homepage" : " https://www.mollie.nl" ,
6
6
"authors" : [
7
7
{
You can’t perform that action at this time.
0 commit comments