Skip to content

Commit

Permalink
Increase version number to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lemked committed Apr 5, 2019
1 parent 7c37351 commit 8be05c8
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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": "3.1.4",
"version": "3.1.5",
"license": [
"Apache-2.0"
],
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = u'3.1.4'
version = u'3.1.5'
# The full version, including alpha/beta/rc tags.
release = u'3.1.4'
release = u'3.1.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Expand Up @@ -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:^3.1.4`
* Install the extension via composer: `composer require amzn/amazon-payments-magento-2-plugin:^3.1.5`
* 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:^3.1.4` will always install 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:^3.1.5` will always install 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

Expand Down
8 changes: 4 additions & 4 deletions marketplace-composer.json
Expand Up @@ -2,13 +2,13 @@
"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": "3.1.4",
"version": "3.1.5",
"license": [
"Apache-2.0"
],
"require": {
"amzn/amazon-pay-and-login-with-amazon-core-module": "3.1.4",
"amzn/login-with-amazon-module": "3.1.4",
"amzn/amazon-pay-module": "3.1.4"
"amzn/amazon-pay-and-login-with-amazon-core-module": "3.1.5",
"amzn/login-with-amazon-module": "3.1.5",
"amzn/amazon-pay-module": "3.1.5"
}
}
2 changes: 1 addition & 1 deletion src/Core/composer.json
Expand Up @@ -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": "3.1.4",
"version": "3.1.5",
"license": [
"Apache-2.0"
],
Expand Down
2 changes: 1 addition & 1 deletion src/Core/etc/module.xml
Expand Up @@ -16,7 +16,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Amazon_Core" setup_version="3.1.4">
<module name="Amazon_Core" setup_version="3.1.5">
<sequence>
<module name="Magento_Store"/>
<module name="Magento_Customer"/>
Expand Down
4 changes: 2 additions & 2 deletions src/Login/composer.json
Expand Up @@ -2,13 +2,13 @@
"name": "amzn/login-with-amazon-module",
"description": "Login with Amazon module",
"type": "magento2-module",
"version": "3.1.4",
"version": "3.1.5",
"license": [
"Apache-2.0"
],
"require": {
"php": "~7.1.3||~7.2.0",
"amzn/amazon-pay-and-login-with-amazon-core-module": "^3.1.4",
"amzn/amazon-pay-and-login-with-amazon-core-module": "^3.1.5",
"magento/module-customer": "*",
"magento/module-store": "*",
"magento/module-eav": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Login/etc/module.xml
Expand Up @@ -16,7 +16,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Amazon_Login" setup_version="3.1.4">
<module name="Amazon_Login" setup_version="3.1.5">
<sequence>
<module name="Amazon_Core"/>
</sequence>
Expand Down
6 changes: 3 additions & 3 deletions src/Payment/composer.json
Expand Up @@ -2,14 +2,14 @@
"name": "amzn/amazon-pay-module",
"description": "Amazon Pay module",
"type": "magento2-module",
"version": "3.1.4",
"version": "3.1.5",
"license": [
"Apache-2.0"
],
"require": {
"php": "~7.1.3||~7.2.0",
"amzn/amazon-pay-and-login-with-amazon-core-module": "^3.1.4",
"amzn/login-with-amazon-module": "^3.1.4",
"amzn/amazon-pay-and-login-with-amazon-core-module": "^3.1.5",
"amzn/login-with-amazon-module": "^3.1.5",
"magento/module-customer": "*",
"magento/module-eav": "*",
"magento/module-sales": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Payment/etc/module.xml
Expand Up @@ -16,7 +16,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Amazon_Payment" setup_version="3.1.4" >
<module name="Amazon_Payment" setup_version="3.1.5" >
<sequence>
<module name="Amazon_Core"/>
<module name="Amazon_Login"/>
Expand Down

0 comments on commit 8be05c8

Please sign in to comment.