diff --git a/admin/controller/payment/mollie_ideal.php b/admin/controller/payment/mollie_ideal.php index 1662d54f..bf48b0ad 100755 --- a/admin/controller/payment/mollie_ideal.php +++ b/admin/controller/payment/mollie_ideal.php @@ -293,7 +293,7 @@ protected function _checkModuleStatus() /** * Version of the plugin. */ - const PLUGIN_VERSION = "5.1.6"; + const PLUGIN_VERSION = "5.1.7"; /** * @var Mollie_API_Client diff --git a/catalog/controller/payment/mollie_ideal.php b/catalog/controller/payment/mollie_ideal.php index 863133c9..1efa9e52 100755 --- a/catalog/controller/payment/mollie_ideal.php +++ b/catalog/controller/payment/mollie_ideal.php @@ -52,7 +52,7 @@ class ControllerPaymentMollieIdeal extends Controller /** * Version of the plugin. */ - const PLUGIN_VERSION = "5.1.6"; + const PLUGIN_VERSION = "5.1.7"; /** * @var Mollie_API_Client diff --git a/catalog/model/payment/mollie_ideal.php b/catalog/model/payment/mollie_ideal.php index da064aa1..f8218027 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.6"; + const PLUGIN_VERSION = "5.1.7"; /** * @var Mollie_API_Client diff --git a/changelog.mdown b/changelog.mdown index e56c3b0d..af059c8f 100644 --- a/changelog.mdown +++ b/changelog.mdown @@ -2,6 +2,9 @@ # Changelog # +## Changes in release 5.1.7 ## ++ Describe payment statuses more clear in admin settings. + ## Changes in release 5.1.6 ## + Fixed an issue where creating orders in the backend would cause a JSON Parse error. diff --git a/composer.json b/composer.json index d983d479..314ca3dd 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mollie/opencart", "description": "Mollie module for OpenCart", - "version": "5.1.6", + "version": "5.1.7", "homepage": "https://www.mollie.nl", "authors": [ {