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

Commit 51c64e1

Browse files
committed
Add testing instructions for release
1 parent 9d5a836 commit 51c64e1

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Testing notes and ZIP for release 8.8.0
2+
3+
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/9851305/woocommerce-gutenberg-products-block.zip)
4+
5+
## Feature plugin and package inclusion in WooCommerce
6+
7+
### Fix mini cart items alignment issues in Editor. ([7387](https://github.com/woocommerce/woocommerce-blocks/pull/7387))
8+
9+
1. Add a mini cart to a new post
10+
2. Select mini cart block and click on `Edit mini cart template part` from sidebar
11+
![image](https://user-images.githubusercontent.com/16707866/195553558-49c48e77-adfb-4e5e-a36f-72e6eeddacc5.png)
12+
3. Editor UI should be the same as the frontend UI.
13+
14+
### Fixes a fatal error with Cart Block usage in specific site configurations with multiple shipping countries. ([6896](https://github.com/woocommerce/woocommerce-blocks/pull/6896))
15+
16+
1. Configure multiple shipping countries.
17+
2. Setup the cart block for use on the site.
18+
3. Verify there are no errors when displaying the cart in the editor or on the frontend (especially around any shipping options).
19+

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Every release includes specific testing instructions for new features and bug fi
9696
- [8.7.2](./872.md)
9797
- [8.7.3](./873.md)
9898
- [8.7.4](./874.md)
99+
- [8.8.0](./880.md)
99100

100101
<!-- FEEDBACK -->
101102

0 commit comments

Comments
 (0)