diff --git a/composer.json b/composer.json index 9b9788f64..ea99d92dc 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "amzn/amazon-pay-and-login-magento-2-module", "description": "Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon", "type": "magento2-module", - "version": "1.2.3", + "version": "1.2.4", "license": [ "Apache-2.0" ], diff --git a/docs/installation.rst b/docs/installation.rst index e7a64f155..2fa09cb6d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -20,12 +20,12 @@ In case you are not able or willing to use the web installation, you can install * Sign in to your server via SSH * `cd` into you Magento installation directory -* Install the extension via composer: `composer require amzn/amazon-payments-magento-2-plugin:^1.2.3` +* Install the extension via composer: `composer require amzn/amazon-payments-magento-2-plugin:^1.2.4` * Enable the extension: `php bin/magento module:enable Amazon_Core Amazon_Login Amazon_Payment` * Upgrade the Magento installation: `php bin/magento setup:upgrade` * Follow any advice the upgrade routine provides -.. note:: `composer require amzn/amazon-payments-magento-2-plugin:^1.2.3` will always instal the most current, non-breaking, Amazon Pay extension for you, when you run an update. To fix it to a specifix version, please remove the `^` +.. note:: `composer require amzn/amazon-payments-magento-2-plugin:^1.2.4` will always instal the most current, non-breaking, Amazon Pay extension for you, when you run an update. To fix it to a specifix version, please remove the `^` In production mode, you will also have to compile the code and the dependency injection (DI) configuration and deploy static content diff --git a/marketplace-composer.json b/marketplace-composer.json index 13abb324c..1d1842bf6 100644 --- a/marketplace-composer.json +++ b/marketplace-composer.json @@ -2,14 +2,14 @@ "name": "amzn/amazon-pay-and-login-magento-2-module", "description": "Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon", "type": "metapackage", - "version": "1.2.3", + "version": "1.2.4", "license": [ "Apache-2.0" ], "require": { "amzn/amazon-pay-sdk-php": "^3.1.0", - "amzn/amazon-pay-and-login-with-amazon-core-module": "1.2.3", - "amzn/login-with-amazon-module": "1.2.3", - "amzn/amazon-pay-module": "1.2.3" + "amzn/amazon-pay-and-login-with-amazon-core-module": "1.2.4", + "amzn/login-with-amazon-module": "1.2.4", + "amzn/amazon-pay-module": "1.2.4" } } diff --git a/src/Core/composer.json b/src/Core/composer.json index 472383abf..7c7d71926 100644 --- a/src/Core/composer.json +++ b/src/Core/composer.json @@ -2,7 +2,7 @@ "name": "amzn/amazon-pay-and-login-with-amazon-core-module", "description": "Shared functionality for Amazon Pay and Login with Amazon modules", "type": "magento2-module", - "version": "1.2.3", + "version": "1.2.4", "license": [ "Apache-2.0" ], diff --git a/src/Core/etc/module.xml b/src/Core/etc/module.xml index 09c7c160a..bbb306d68 100644 --- a/src/Core/etc/module.xml +++ b/src/Core/etc/module.xml @@ -1,6 +1,6 @@ - + diff --git a/src/Login/composer.json b/src/Login/composer.json index 8e545de22..4e456adaf 100644 --- a/src/Login/composer.json +++ b/src/Login/composer.json @@ -2,7 +2,7 @@ "name": "amzn/login-with-amazon-module", "description": "Login with Amazon module", "type": "magento2-module", - "version": "1.2.3", + "version": "1.2.4", "license": [ "Apache-2.0" ], diff --git a/src/Payment/composer.json b/src/Payment/composer.json index 6a0ef9d1a..8c2dcc23d 100644 --- a/src/Payment/composer.json +++ b/src/Payment/composer.json @@ -2,7 +2,7 @@ "name": "amzn/amazon-pay-module", "description": "Amazon Pay module", "type": "magento2-module", - "version": "1.2.3", + "version": "1.2.4", "license": [ "Apache-2.0" ],