diff --git a/CHANGELOG.md b/CHANGELOG.md index ab9ea53..0b83d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.3 + * Remove Apple Pay when not available + ## 1.1.2 * Fix #13 - create refund and invoice from admin diff --git a/Model/Config.php b/Model/Config.php index 25b91f2..f8b5afb 100644 --- a/Model/Config.php +++ b/Model/Config.php @@ -25,7 +25,7 @@ class Config implements PayUConfigInterface /** * Current Plugin Version */ - const PLUGIN_VERSION = '1.1.2'; + const PLUGIN_VERSION = '1.1.3'; /** * @var \OpenPayU_Configuration diff --git a/composer.json b/composer.json index 1192628..57ce6c9 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "payu magento 2.3" ], "type": "magento2-module", - "version": "1.1.2", + "version": "1.1.3", "license": [ "OSL-3.0", "AFL-3.0"