Skip to content

Commit

Permalink
Merge pull request #131 from bestit/develop
Browse files Browse the repository at this point in the history
Release 3.6.3
  • Loading branch information
mKnoop authored Nov 7, 2019
2 parents 19a92cc + 7d6507a commit 67df255
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec2.0.0.html).

## [3.6.3] - 2019-11-07
### Changed
- Change Documentation URL [#128](https://github.com/bestit/amazon-pay-oxid/pull/128)

##Fixed
- Reduce timeout to avoid Missing ordernumbers [#129](https://github.com/bestit/amazon-pay-oxid/pull/129)

## [3.6.2] - 2019-10-30
### Fixed
- Add missing parent::__construct calls [#124](https://github.com/bestit/amazon-pay-oxid/pull/124)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
confirmationFlow.error();
window.location = '/index.php?cl=user&fnc=cleanAmazonPay';
},
timeout: 5000
timeout: 0
});
}
);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "oxideshop-module",
"keywords": ["oxid", "modules", "eShop"],
"homepage": "https://www.bestit-online.de",
"version": "3.6.2",
"version": "3.6.3",
"license": [
"GPL-3.0-only",
"proprietary"
Expand Down
2 changes: 1 addition & 1 deletion documentation/DOCUMENTATION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The module documentation can be found at [https://support.bestit-online.de/hc/en-us/categories/115000265369-Amazon-Pay-for-OXID](https://support.bestit-online.de/hc/en-us/categories/115000265369-Amazon-Pay-for-OXID)
The module documentation can be found at [https://bestitcon.zendesk.com/hc/de/categories/115000265369-Amazon-Pay-for-OXID](https://bestitcon.zendesk.com/hc/de/categories/115000265369-Amazon-Pay-for-OXID)
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<b style="color: red">Wenn Sie das Modul von einer vorhergehenden Version updaten muss das Module deaktivert und erneut aktiviert werden</b>'
),
'thumbnail' => 'bestitamazonpay4oxid_logo.png',
'version' => '3.6.2',
'version' => '3.6.3',
'author' => 'best it GmbH & Co. KG',
'url' => 'http://www.bestit-online.de',
'email' => 'support@bestit-online.de',
Expand Down

0 comments on commit 67df255

Please sign in to comment.