diff --git a/CHANGELOG.md b/CHANGELOG.md index 0842d598..250e2d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.7.0 +* Changed the response of completeCheckoutSession API call to include both increment ID and order ID +* Fixed issue with logging in when a customer has an empty password hash (thanks @rafczow!) +* Fixed issue with sending too many decimal points to Amazon API, particularly an issue when using TaxJar as it uses more decimal points than Magento typically does (thanks @vkalchenko!) +* Fixed issue where the Address Form would not be shown even though Amazon address did not provide a needed field, particularly State/Province +* Fixed issue where using Amazon Pay in the Payment Methods section did not work on one step checkouts +* Fixed issue where using Amazon Pay in the Payment Methods section could bypass agreeing to Terms and Conditions +* Removed usage of isPlaceOrderActionAllowed in js components +* Updated API calls to take in a masked cart ID so they can be used without relying on Magento sessions +* Updated response validators to look for specific response code and states + ## 5.6.0 * Changed the merchantReferenceId to be set on the charge permission after the order is completed * Changed IPN handling so that it wouldn’t re-try capture on duplicate messages diff --git a/README.md b/README.md index 66256cd9..4c811151 100755 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The following table provides an overview on which Git branch is compatible to wh Magento Version | Github Branch | Latest release ---|---|--- 2.2.6 - 2.2.11 (EOL) | [V2checkout-1.2.x](https://github.com/amzn/amazon-payments-magento-2-plugin/tree/V2checkout-1.2.x) | 1.20.0 (EOL) -2.3.0 - 2.4.x | [master](https://github.com/amzn/amazon-payments-magento-2-plugin/tree/master) | 5.6.0 +2.3.0 - 2.4.x | [master](https://github.com/amzn/amazon-payments-magento-2-plugin/tree/master) | 5.7.0 ## Release Notes See [CHANGELOG.md](/CHANGELOG.md) diff --git a/composer.json b/composer.json index 03e353b5..bd24ba35 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "amzn/amazon-pay-magento-2-module", "description": "Official Magento2 Plugin to integrate with Amazon Pay", "type": "magento2-module", - "version": "5.6.0", + "version": "5.7.0", "license": [ "Apache-2.0" ],