From a4c23783d73b1a05a481991f31746552a2997e2c Mon Sep 17 00:00:00 2001 From: Daniel Neu Date: Thu, 7 Sep 2017 11:44:00 +0200 Subject: [PATCH 1/2] preparing release version 1.1.4 --- composer.json | 2 +- marketplace-composer.json | 2 +- src/Core/composer.json | 2 +- src/Core/etc/module.xml | 2 +- src/Login/composer.json | 2 +- src/Payment/composer.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index db3fbd3c4..d71eeeae6 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.1.3", + "version": "1.1.4", "license": [ "Apache-2.0" ], diff --git a/marketplace-composer.json b/marketplace-composer.json index d281d529a..4b2462249 100644 --- a/marketplace-composer.json +++ b/marketplace-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": "metapackage", - "version": "1.1.3", + "version": "1.1.4", "license": [ "Apache-2.0" ], diff --git a/src/Core/composer.json b/src/Core/composer.json index d1cd6698b..0cbf42be7 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.1.3", + "version": "1.1.4", "license": [ "Apache-2.0" ], diff --git a/src/Core/etc/module.xml b/src/Core/etc/module.xml index a5756550d..c6745fe14 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 b6096dc17..e033e0a3f 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.1.3", + "version": "1.1.4", "license": [ "Apache-2.0" ], diff --git a/src/Payment/composer.json b/src/Payment/composer.json index 30a4f12a4..e3fbe47d1 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.1.3", + "version": "1.1.4", "license": [ "Apache-2.0" ], From cd5efe44e811d9ce970f6647c601fae7cf074486 Mon Sep 17 00:00:00 2001 From: Daniel Neu Date: Thu, 7 Sep 2017 16:52:58 +0200 Subject: [PATCH 2/2] version increase --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index c2001c8d1..62a80828b 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.1.3` +* Install the extension via composer: `composer require amzn/amazon-payments-magento-2-plugin:^1.1.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.1.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.1.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