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

Commit 2c0e1f7

Browse files
committed
Update readme changelog
1 parent 6b8783b commit 2c0e1f7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

readme.txt

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

8686
== Changelog ==
8787

88+
= 4.0.0 - 2020-12-07 =
89+
90+
#### Enhancements
91+
92+
- Dev: Change register_endpoint_data to use an array of params instead of individual params. ([3478](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3478))
93+
- Dev: Expose store/cart via ExtendRestApi to extensions. ([3445](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3445))
94+
- Dev: Added formatting classes to the Store API for extensions to consume.
95+
96+
#### Bug Fixes
97+
98+
- Checkout block: Prevent `Create an account` from creating up a user account if the order fails coupon validation. ([3423](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3423))
99+
- Make sure cart is initialized before the CartItems route is used in the Store API. ([3488](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3488))
100+
- Fix notice close button color in Twenty Twenty One dark mode. ([3472](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3472))
101+
- Remove held stock for a draft order if an item is removed from the cart. ([3468](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3468))
102+
- Ensure correct alignment of checkout notice's dismiss button. ([3455](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3455))
103+
- Fixed a bug in Checkout block (Store API) causing checkout to fail when using an invalid coupon and creating an account.
104+
- Checkout block: Correctly handle cases where the order fails with an error (e.g. invalid coupon) and a new user account is created. ([3429](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3429))
105+
- Dev: Refactored and reordered Store API checkout processing to handle various edge cases and better support future extensibility. ([3454](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3454))
106+
88107
= 3.9.0 - 2020-11-25 =
89108

90109
See release post [here](https://developer.woocommerce.com/?p=8234)

0 commit comments

Comments
 (0)