From 6c44974ba7d0243bffcbb44ec1acf42f117371ed Mon Sep 17 00:00:00 2001 From: Daniel Neu Date: Thu, 19 Oct 2017 10:29:13 +0200 Subject: [PATCH] version increase --- composer.json | 2 +- docs/installation.rst | 4 ++-- marketplace-composer.json | 9 ++++----- src/Core/composer.json | 2 +- src/Core/etc/module.xml | 2 +- src/Login/composer.json | 2 +- src/Payment/composer.json | 2 +- 7 files changed, 11 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 4579da154..7b166387d 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.5", + "version": "1.2.0", "license": [ "Apache-2.0" ], diff --git a/docs/installation.rst b/docs/installation.rst index 62a80828b..39a803045 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.4` +* Install the extension via composer: `composer require amzn/amazon-payments-magento-2-plugin:^1.2.0` * 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.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 `^` +.. 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 `^` 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 0e2c87143..92d08c61b 100644 --- a/marketplace-composer.json +++ b/marketplace-composer.json @@ -2,15 +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.1.5", + "version": "1.2.0", "license": [ "Apache-2.0" ], "require": { - "php": "~5.6.5|7.0.2|7.0.4|~7.0.6", "amzn/amazon-pay-sdk-php": "^3.1.0", - "amzn/amazon-pay-and-login-with-amazon-core-module": "^1.1.1", - "amzn/login-with-amazon-module": "^1.1.1", - "amzn/amazon-pay-module": "^1.1.1" + "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" } } diff --git a/src/Core/composer.json b/src/Core/composer.json index 35a240f9d..4916e48b2 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.5", + "version": "1.2.0", "license": [ "Apache-2.0" ], diff --git a/src/Core/etc/module.xml b/src/Core/etc/module.xml index 7a4849df5..362a0f5d0 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 adb415165..72b2334f7 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.5", + "version": "1.2.0", "license": [ "Apache-2.0" ], diff --git a/src/Payment/composer.json b/src/Payment/composer.json index 6bbf1427b..e1e60ce6d 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.5", + "version": "1.2.0", "license": [ "Apache-2.0" ],