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

Commit c5439ea

Browse files
committed
Merge branch 'release/9.4.0' of https://github.com/woocommerce/woocommerce-blocks into trunk
2 parents a52be40 + cf544cf commit c5439ea

File tree

4 files changed

+48
-1
lines changed

4 files changed

+48
-1
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Testing notes and ZIP for release 9.4.3
2+
3+
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10567326/woocommerce-gutenberg-products-block.zip)
4+
5+
## Feature plugin and package inclusion in WooCommerce
6+
7+
### Mini Cart block - Fix the drawer content height to allow checkout button to show. ([8351](https://github.com/woocommerce/woocommerce-blocks/pull/8351))
8+
9+
1. Set up the Mini Cart in your global navigation, if you don't have it already.
10+
2. View the front end of your site from a mobile device (or Xcode Simulator).
11+
3. Add a product to your cart.
12+
4. Open the Mini Cart drawer.
13+
5. Confirm the checkout button is fully visible (see after screenshots above).
14+
15+
### Fix a bug in WordPress 5.9 in which changing quantity doesn't work inside Cart and Mini Cart blocks. ([8356](https://github.com/woocommerce/woocommerce-blocks/pull/8356))
16+
17+
1. In WordPress 5.9.x, go to Cart block.
18+
2. Try increasing the quantity, it should work.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Testing notes and ZIP for release 9.4.4
2+
3+
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10841444/woocommerce-gutenberg-products-block.zip)
4+
5+
## Feature plugin and package inclusion in WooCommerce
6+
7+
### Check if session is set before returing updated customer address. ([8537](https://github.com/woocommerce/woocommerce-blocks/pull/8537))
8+
9+
1. Install [AvaTax](https://woocommerce.com/products/woocommerce-avatax/) (credentials in secret 7715) and set it up so taxes are applied to your orders. I used a store in the USA and used USA addresses.
10+
2. Install WooCommerce Subscriptions
11+
3. Create a Subscription product and add it to your cart. Then check out.
12+
4. Open the **subscription** in the WP dashboard and from the subscription actions box choose "Process renewal"
13+
5. <img width="319" alt="image" src="https://user-images.githubusercontent.com/5656702/219742801-c2d87718-ddad-4622-a2b2-b9f7eb3befdf.png">
14+
6. There is no error and the sum is correct.
15+

docs/internal-developers/testing/releases/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,13 @@ Every release includes specific testing instructions for new features and bug fi
117117
- [9.4.0](./940.md)
118118
- [9.4.1](./941.md)
119119
- [9.4.2](./942.md)
120+
- [9.4.3](./943.md)
121+
- [9.4.4](./944.md)
120122
- [9.5.0](./950.md)
121123
- [9.6.0](./960.md)
122124
- [9.6.1](./961.md)
123125
- [9.6.2](./962.md)
124126

125-
126127
<!-- FEEDBACK -->
127128

128129
---

readme.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,19 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
149149
- Fix: Resolve a bug that would display Billing Address for Shipping Address on checkout rest endpoint. ([8291](https://github.com/woocommerce/woocommerce-blocks/pull/8291))
150150
- Fix: Resolve an issue where the WooCommerce tab of the style book would crash and certain blocks would not load correctly. ([8243](https://github.com/woocommerce/woocommerce-blocks/pull/8243))
151151

152+
= 9.4.4 - 2023-02-27 =
153+
154+
#### Bug Fixes
155+
156+
- Check if session is set before returing updated customer address. ([8537](https://github.com/woocommerce/woocommerce-blocks/pull/8537))
157+
158+
= 9.4.3 - 2023-02-01 =
159+
160+
#### Bug Fixes
161+
162+
- Fix a bug in WordPress 5.9 in which changing quantity doesn't work inside Cart and Mini Cart blocks. ([8297](https://github.com/woocommerce/woocommerce-blocks/pull/8356))
163+
- Mini Cart block: Fix the drawer content height to allow the checkout button to be visible. ([8297](https://github.com/woocommerce/woocommerce-blocks/pull/8351))
164+
152165
= 9.4.2 - 2023-01-26 =
153166

154167
#### Bug Fixes

0 commit comments

Comments
 (0)