File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ protected function _checkModuleStatus()
329
329
/**
330
330
* Version of the plugin.
331
331
*/
332
- const PLUGIN_VERSION = "5.1.7 " ;
332
+ const PLUGIN_VERSION = "5.2.0 " ;
333
333
334
334
/**
335
335
* @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.1.7 " ;
54
+ const PLUGIN_VERSION = "5.2.0 " ;
55
55
56
56
/**
57
57
* @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.7 " ;
47
+ const PLUGIN_VERSION = "5.2.0 " ;
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.2.0 ##
6
+ + Support for Opencart 2.
7
+
5
8
## Changes in release 5.1.7 ##
6
9
+ Describe payment statuses more clear in admin settings.
7
10
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.7 " ,
4
+ "version" : " 5.2.0 " ,
5
5
"homepage" : " https://www.mollie.nl" ,
6
6
"authors" : [
7
7
{
You can’t perform that action at this time.
0 commit comments