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

Prepare release v2.1.0 #140

Merged
merged 1 commit into from
Jan 10, 2022
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
14 changes: 12 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
*** Amazon Pay Changelog ***

= 2.0.4 - 2021-xx-xx =
* Fix - Interference when subcsriptions' payment method changes to other payment method.
= 2.1.0 - 2022-xx-xx =
* Update - Disable option "Hide standard checkout button on cart page" when other payment gateway are activated.
* Fix - Enable subscription amount change support.
* Fix - Accept states without letters mark variations on shipping restriction.
* Fix - Render cart button on update shipping method.
* Add - Process orders created in V1 with V2 handlers.
* Fix - Interference when subscriptions payment method changes to other payment method.
* Fix - Force Decimals to 2 on amounts sent to API to prevent errors on api calls.
* Fix - Save Amazon Reference Id on order _transaction_id order meta field on payment process.
* Update - Hide the API V1 keys on setting when the V2 onboarding is done.
* Fix - Disabling "Hide standard checkout button on cart page" option hides the gateway on the new installations.
* Update - Translation and comments fixes (thank you geist-ahnen, shoheitanaka).

= 2.0.3 - 2021-06-15 =
* Fix - Issues with state level handling of shipping zones.
Expand Down
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,18 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 2.0.4 - 2021-xx-xx =
* Fix - Interference when subcsriptions' payment method changes to other payment method.
= 2.1.0 - 2022-xx-xx =
* Update - Disable option "Hide standard checkout button on cart page" when other payment gateway are activated.
* Fix - Enable subscription amount change support.
* Fix - Accept states without letters mark variations on shipping restriction.
* Fix - Render cart button on update shipping method.
* Add - Process orders created in V1 with V2 handlers.
* Fix - Interference when subscriptions payment method changes to other payment method.
* Fix - Force Decimals to 2 on amounts sent to API to prevent errors on api calls.
* Fix - Save Amazon Reference Id on order _transaction_id order meta field on payment process.
* Update - Hide the API V1 keys on setting when the V2 onboarding is done.
* Fix - Disabling "Hide standard checkout button on cart page" option hides the gateway on the new installations.
* Update - Translation and comments fixes (thank you geist-ahnen, shoheitanaka).

= 2.0.3 - 2021-06-15 =
* Fix - Issues with state level handling of shipping zones.
Expand Down