From 4eb6ba6ed4a300c472ae7f40bc91f67e0a6e70f2 Mon Sep 17 00:00:00 2001 From: Vladimir Reznichenko Date: Thu, 17 Mar 2022 13:35:39 +0100 Subject: [PATCH 1/2] Release: updated changelog --- changelog.txt | 8 ++++++++ readme.txt | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/changelog.txt b/changelog.txt index c1d950aa..bcb67933 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,13 @@ *** Amazon Pay Changelog *** += 2.1.2 - 2022-xx-xx = +* Fix - Payment fails when site name is longer than 50 characters. +* Fix - Payment fails when recurring payment frequency is passed as an integer. +* Fix - Order changes status to 'Failed' during payment processing. +* Fix - Error opening subscriptions details due to internal errors. +* Fix - Multiple pay buttons showing on shipping method change (thank you gyopiazza). +* Fix - Additional way of identifying order id on amazon return. + = 2.1.1 - 2022-02-03 = * Fix - Honoring WooCommerce's setting for decimals when formatting numbers. * Fix - Formatting numbers won't separate thousands by ','. diff --git a/readme.txt b/readme.txt index 8c3112b4..5d3ab2b7 100644 --- a/readme.txt +++ b/readme.txt @@ -54,6 +54,14 @@ Automatic updates should work like a charm; as always though, ensure you backup == Changelog == += 2.1.2 - 2022-xx-xx = +* Fix - Payment fails when site name is longer than 50 characters. +* Fix - Payment fails when recurring payment frequency is passed as an integer. +* Fix - Order changes status to 'Failed' during payment processing. +* Fix - Error opening subscriptions details due to internal errors. +* Fix - Multiple pay buttons showing on shipping method change (thank you gyopiazza). +* Fix - Additional way of identifying order id on amazon return. + = 2.1.1 - 2022-02-03 = * Fix - Honoring WooCommerce's setting for decimals when formatting numbers. * Fix - Formatting numbers won't separate thousands by ','. From 7e2c2bb9338bda2892283a4a40a3451d39ce538a Mon Sep 17 00:00:00 2001 From: Vladimir Reznichenko Date: Thu, 17 Mar 2022 13:38:22 +0100 Subject: [PATCH 2/2] Release: updated changelog --- changelog.txt | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index bcb67933..a7d8b31d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,7 +6,7 @@ * Fix - Order changes status to 'Failed' during payment processing. * Fix - Error opening subscriptions details due to internal errors. * Fix - Multiple pay buttons showing on shipping method change (thank you gyopiazza). -* Fix - Additional way of identifying order id on amazon return. +* Fix - Additional way of identifying order id on return. = 2.1.1 - 2022-02-03 = * Fix - Honoring WooCommerce's setting for decimals when formatting numbers. diff --git a/readme.txt b/readme.txt index 5d3ab2b7..357dae47 100644 --- a/readme.txt +++ b/readme.txt @@ -60,7 +60,7 @@ Automatic updates should work like a charm; as always though, ensure you backup * Fix - Order changes status to 'Failed' during payment processing. * Fix - Error opening subscriptions details due to internal errors. * Fix - Multiple pay buttons showing on shipping method change (thank you gyopiazza). -* Fix - Additional way of identifying order id on amazon return. +* Fix - Additional way of identifying order id on return. = 2.1.1 - 2022-02-03 = * Fix - Honoring WooCommerce's setting for decimals when formatting numbers.