diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4184b..accb446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.0.3 +* Fixed #30 - RepayOrderCreateResponseHandler without PayU method +* Fixed #24 and #29 - empty response for payByLinks +* Fixed for php version 7.4 + ## 2.0.2 * Updated php required version to 7.4 * Fixed typo for php version 7.4 diff --git a/Model/Config.php b/Model/Config.php index 7f556aa..c1af7af 100644 --- a/Model/Config.php +++ b/Model/Config.php @@ -19,7 +19,7 @@ class Config implements PayUConfigInterface /** * Current Plugin Version */ - const PLUGIN_VERSION = '2.0.2'; + const PLUGIN_VERSION = '2.0.3'; /** * @var \OpenPayU_Configuration diff --git a/composer.json b/composer.json index f3be791..17e63c5 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "payu magento 2.4" ], "type": "magento2-module", - "version": "2.0.2", + "version": "2.0.3", "license": "apache-2.0", "require": { "php": ">=7.4", diff --git a/etc/module.xml b/etc/module.xml index 669c01b..ffa9046 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +