Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 9614af2

Browse files
committed
Update readme.txt with Changelog for 4.8.0
1 parent 7bcb11b commit 9614af2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

readme.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
8585

8686
== Changelog ==
8787

88+
= 4.8.0 - 2021-04-01 =
89+
90+
#### Enhancements
91+
92+
- Registered payment methods now have access to the `shouldSavePayment` prop in their components (which indicates whether the shopper has checked the save payment method checkbox). ([3990](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3990))
93+
- Payment methods implementing the `savedTokenComponent` configuration property will now have the `onPaymentProcessing` event available to the registered component. ([3982](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3982))
94+
95+
#### Bug Fixes
96+
97+
- Fix customer address country saving to orders in certain circumstances. ([4013](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4013))
98+
- Prevent error messages returned by the API from displaying raw HTML. ([4005](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4005))
99+
- Fix the Proceed to checkout button click bug happening when the Coupon error is visible in the Cart block. ([3996](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3996))
100+
88101
= 4.7.0 - 2021-03-16 =
89102

90103
#### Enhancements

0 commit comments

Comments
 (0)