diff --git a/admin/controller/payment/mollie_ideal.php b/admin/controller/payment/mollie_ideal.php index b0eaf7a3..bc885497 100755 --- a/admin/controller/payment/mollie_ideal.php +++ b/admin/controller/payment/mollie_ideal.php @@ -329,7 +329,7 @@ protected function _checkModuleStatus() /** * Version of the plugin. */ - const PLUGIN_VERSION = "5.1.7"; + const PLUGIN_VERSION = "5.2.0"; /** * @var Mollie_API_Client diff --git a/catalog/controller/payment/mollie_ideal.php b/catalog/controller/payment/mollie_ideal.php index 3da886a0..f4aa68f6 100755 --- a/catalog/controller/payment/mollie_ideal.php +++ b/catalog/controller/payment/mollie_ideal.php @@ -51,7 +51,7 @@ class ControllerPaymentMollieIdeal extends Controller /** * Version of the plugin. */ - const PLUGIN_VERSION = "5.1.7"; + const PLUGIN_VERSION = "5.2.0"; /** * @var Mollie_API_Client diff --git a/catalog/model/payment/mollie_ideal.php b/catalog/model/payment/mollie_ideal.php index 1554ebc6..c21211fc 100755 --- a/catalog/model/payment/mollie_ideal.php +++ b/catalog/model/payment/mollie_ideal.php @@ -44,7 +44,7 @@ class ModelPaymentMollieIdeal extends Model /** * Version of the plugin. */ - const PLUGIN_VERSION = "5.1.7"; + const PLUGIN_VERSION = "5.2.0"; /** * @var Mollie_API_Client diff --git a/changelog.mdown b/changelog.mdown index af059c8f..57907041 100644 --- a/changelog.mdown +++ b/changelog.mdown @@ -2,6 +2,9 @@ # Changelog # +## Changes in release 5.2.0 ## ++ Support for Opencart 2. + ## Changes in release 5.1.7 ## + Describe payment statuses more clear in admin settings. diff --git a/composer.json b/composer.json index 314ca3dd..f43784b7 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mollie/opencart", "description": "Mollie module for OpenCart", - "version": "5.1.7", + "version": "5.2.0", "homepage": "https://www.mollie.nl", "authors": [ {