Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.6.3 #131

Merged
merged 6 commits into from
Nov 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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