File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ protected function _checkModuleStatus()
332
332
/**
333
333
* Version of the plugin.
334
334
*/
335
- const PLUGIN_VERSION = "5.2.3 " ;
335
+ const PLUGIN_VERSION = "5.2.4 " ;
336
336
337
337
/**
338
338
* @var Mollie_API_Client
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class ControllerPaymentMollieIdeal extends Controller
51
51
/**
52
52
* Version of the plugin.
53
53
*/
54
- const PLUGIN_VERSION = "5.2.3 " ;
54
+ const PLUGIN_VERSION = "5.2.4 " ;
55
55
56
56
/**
57
57
* @var Mollie_API_Client
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class ModelPaymentMollieIdeal extends Model
45
45
/**
46
46
* Version of the plugin.
47
47
*/
48
- const PLUGIN_VERSION = "5.2.3 " ;
48
+ const PLUGIN_VERSION = "5.2.4 " ;
49
49
50
50
/**
51
51
* @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.2.4 ##
6
+ + Improved default templates for Opencart 2.
7
+ + Fixed issue where vQmod broke Mollie's module code.
8
+
5
9
## Changes in release 5.2.3 ##
6
10
+ Support for OneCheckOut module.
7
11
+ Support for Dreamvention's Quick Checkout module.
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.2.3 " ,
4
+ "version" : " 5.2.4 " ,
5
5
"homepage" : " https://www.mollie.nl" ,
6
6
"authors" : [
7
7
{
You can’t perform that action at this time.
0 commit comments