Merge branch 'release/9.4.0' of https://github.com/woocommerce/woocommerce-blocks into trunk
This commit is contained in:
commit
41b04f0ae4
|
@ -0,0 +1,18 @@
|
|||
# Testing notes and ZIP for release 9.4.3
|
||||
|
||||
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10567326/woocommerce-gutenberg-products-block.zip)
|
||||
|
||||
## Feature plugin and package inclusion in WooCommerce
|
||||
|
||||
### Mini Cart block - Fix the drawer content height to allow checkout button to show. ([8351](https://github.com/woocommerce/woocommerce-blocks/pull/8351))
|
||||
|
||||
1. Set up the Mini Cart in your global navigation, if you don't have it already.
|
||||
2. View the front end of your site from a mobile device (or Xcode Simulator).
|
||||
3. Add a product to your cart.
|
||||
4. Open the Mini Cart drawer.
|
||||
5. Confirm the checkout button is fully visible (see after screenshots above).
|
||||
|
||||
### 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))
|
||||
|
||||
1. In WordPress 5.9.x, go to Cart block.
|
||||
2. Try increasing the quantity, it should work.
|
|
@ -0,0 +1,15 @@
|
|||
# Testing notes and ZIP for release 9.4.4
|
||||
|
||||
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10841444/woocommerce-gutenberg-products-block.zip)
|
||||
|
||||
## Feature plugin and package inclusion in WooCommerce
|
||||
|
||||
### Check if session is set before returing updated customer address. ([8537](https://github.com/woocommerce/woocommerce-blocks/pull/8537))
|
||||
|
||||
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.
|
||||
2. Install WooCommerce Subscriptions
|
||||
3. Create a Subscription product and add it to your cart. Then check out.
|
||||
4. Open the **subscription** in the WP dashboard and from the subscription actions box choose "Process renewal"
|
||||
5. <img width="319" alt="image" src="https://user-images.githubusercontent.com/5656702/219742801-c2d87718-ddad-4622-a2b2-b9f7eb3befdf.png">
|
||||
6. There is no error and the sum is correct.
|
||||
|
|
@ -117,12 +117,13 @@ Every release includes specific testing instructions for new features and bug fi
|
|||
- [9.4.0](./940.md)
|
||||
- [9.4.1](./941.md)
|
||||
- [9.4.2](./942.md)
|
||||
- [9.4.3](./943.md)
|
||||
- [9.4.4](./944.md)
|
||||
- [9.5.0](./950.md)
|
||||
- [9.6.0](./960.md)
|
||||
- [9.6.1](./961.md)
|
||||
- [9.6.2](./962.md)
|
||||
|
||||
|
||||
<!-- FEEDBACK -->
|
||||
|
||||
---
|
||||
|
|
|
@ -149,6 +149,19 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
|
|||
- 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))
|
||||
- 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))
|
||||
|
||||
= 9.4.4 - 2023-02-27 =
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Check if session is set before returing updated customer address. ([8537](https://github.com/woocommerce/woocommerce-blocks/pull/8537))
|
||||
|
||||
= 9.4.3 - 2023-02-01 =
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- 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))
|
||||
- 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))
|
||||
|
||||
= 9.4.2 - 2023-01-26 =
|
||||
|
||||
#### Bug Fixes
|
||||
|
|
Loading…
Reference in New Issue