Skip to content

Commit

Permalink
Merge pull request #86 from amzn/pre_1.1.2
Browse files Browse the repository at this point in the history
1.1.2 Version upgrade
  • Loading branch information
danielneu authored Jul 26, 2017
2 parents b8c1407 + adac322 commit 5a775d2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
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": "1.1.1",
"version": "1.1.2",
"license": [
"Apache-2.0"
],
Expand Down
2 changes: 1 addition & 1 deletion marketplace-composer.json
Original file line number Diff line number Diff line change
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": "metapackage",
"version": "1.1.1",
"version": "1.1.2",
"license": [
"Apache-2.0"
],
Expand Down
2 changes: 1 addition & 1 deletion src/Core/composer.json
Original file line number Diff line number Diff line change
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": "1.1.1",
"version": "1.1.2",
"license": [
"Apache-2.0"
],
Expand Down
2 changes: 1 addition & 1 deletion src/Login/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amzn/login-with-amazon-module",
"description": "Login with Amazon module",
"type": "magento2-module",
"version": "1.1.1",
"version": "1.1.2",
"license": [
"Apache-2.0"
],
Expand Down
3 changes: 2 additions & 1 deletion src/Payment/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function __construct(Context $context, ModuleListInterface $moduleList)
*/
public function getModuleVersion()
{
return $this->moduleList->getOne(static::MODULE_CODE)['setup_version'];
// there is a similar function here: src/Core/Block/Adminhtml/System/Config/Form/Version.php, please update in parallel
return "1.1.2";
}
}
2 changes: 1 addition & 1 deletion src/Payment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amzn/amazon-pay-module",
"description": "Amazon Pay module",
"type": "magento2-module",
"version": "1.1.1",
"version": "1.1.2",
"license": [
"Apache-2.0"
],
Expand Down

0 comments on commit 5a775d2

Please sign in to comment.