Skip to content

Commit

Permalink
Merge pull request #118 from bestit/release/3.6.0
Browse files Browse the repository at this point in the history
Release 3.6.0
  • Loading branch information
b3nl authored Oct 10, 2019
2 parents 65ab614 + 7925180 commit 2383f0d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.0] - 2019-10-10
### Fixed
- The ajax request for confirmation is now fired, if agb click is not active or checked [#115](https://github.com/bestit/amazon-pay-oxid/pull/115)

### Changed
- You don't need to configure the special street contries (aAmazonStreetNoStreetCountries) anymore.
The module just checks the matches and chooses which field is used for the street.
Refactored a bit! [#116](https://github.com/bestit/amazon-pay-oxid/pull/116)

### Added
- Added a special number handling for the error cases, in which amazon saves just the house number in address line 2. [#117](https://github.com/bestit/amazon-pay-oxid/pull/117)

## [3.5.0] - 2019-10-04
### Changed
- Refactored Docker setup
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.5.0",
"version": "3.6.0",
"license": [
"GPL-3.0-only",
"proprietary"
Expand Down
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.5.0',
'version' => '3.6.0',
'author' => 'best it GmbH & Co. KG',
'url' => 'http://www.bestit-online.de',
'email' => 'support@bestit-online.de',
Expand Down

0 comments on commit 2383f0d

Please sign in to comment.