diff --git a/composer.json b/composer.json index 7b166387d..1bdad9f32 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.0", + "version": "1.2.1", "license": [ "Apache-2.0" ], diff --git a/docs/installation.rst b/docs/installation.rst index 39a803045..ed5d13854 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.0` +* Install the extension via composer: `composer require amzn/amazon-payments-magento-2-plugin:^1.2.1` * 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.0` 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.1` 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 92d08c61b..da6c1a880 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.0", + "version": "1.2.1", "license": [ "Apache-2.0" ], "require": { "amzn/amazon-pay-sdk-php": "^3.1.0", - "amzn/amazon-pay-and-login-with-amazon-core-module": "1.2.0", - "amzn/login-with-amazon-module": "1.2.0", - "amzn/amazon-pay-module": "1.2.0" + "amzn/amazon-pay-and-login-with-amazon-core-module": "1.2.1", + "amzn/login-with-amazon-module": "1.2.1", + "amzn/amazon-pay-module": "1.2.1" } } diff --git a/src/Core/composer.json b/src/Core/composer.json index 4916e48b2..a048f665a 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.0", + "version": "1.2.1", "license": [ "Apache-2.0" ], diff --git a/src/Core/etc/module.xml b/src/Core/etc/module.xml index 362a0f5d0..d65141ab0 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 72b2334f7..601870119 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.0", + "version": "1.2.1", "license": [ "Apache-2.0" ], diff --git a/src/Payment/composer.json b/src/Payment/composer.json index e1e60ce6d..18425930d 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.0", + "version": "1.2.1", "license": [ "Apache-2.0" ],