Add WC Blocks 9.8.1 changelog and testing steps

This commit is contained in:
Albert Juhé Lluveras 2023-03-15 14:37:34 +01:00
parent a55b63f96c
commit 9f3f460372
3 changed files with 51 additions and 1 deletions

View File

@ -0,0 +1,41 @@
# Testing notes and ZIP for release 9.8.1
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10979797/woocommerce-gutenberg-products-block.zip)
## WooCommerce Core
### fix: disable compatibility layer for block themes that have a default block template [#8758](https://github.com/woocommerce/woocommerce-blocks/pull/8758)
1. Active TT3.
2. Be sure that the Single Product Template has no custom change.
3. Go on a product and ensure the Single Product Template is loaded.
4. Active Tsubaki theme (or a theme that has the Single Product Template defined)
5. Be sure that the Single Product Template has no custom change.
6. Go on a product and ensure the Single Product Template is loaded.
### Change the property name of the attribute slug in Products By Attribute [#8759](https://github.com/woocommerce/woocommerce-blocks/pull/8759)
1. Add new Post
2. Add Products by Attribute block
3. Choose some attributes
4. Click Done
5. **Expected:** Block renders correctly and preview the products
6. Publish post and confirm it looks the same in the frontend
### Fix the local pickup price in the shipping type selector and pickup options [#8623](https://github.com/woocommerce/woocommerce-blocks/pull/8623)
0. Make sure your store Checkout page is using the Checkout block.
1. Go to WooCommerce -> Settings -> Tax (you might need to check _Enable tax rates and calculations_ before).
2. Under Prices entered with tax, select Yes, I will enter prices inclusive of tax
3. Under Display prices in the shop and Price display suffix, select Including tax
4. Save changes
5. Go to WooCommerce -> Shipping -> Local pickup
6. Add price for local pickup. You may keep it not taxable.
7. Add some regular shipping methods, but NOT a free one, assign costs to them.
8. Add an item to your cart and go to the Checkout block.
9. Confirm shipping and local pickup price is correct.
10. Confirm correct price is getting displayed in the pickup options.
| Before | After |
| ------ | ----- |
|![image](https://user-images.githubusercontent.com/11503784/225302674-306bee3d-3572-4ca2-9876-2767a2f74e58.png)|![image](https://user-images.githubusercontent.com/11503784/225302726-6327620f-4823-4580-b14e-f1b517c7aed9.png)|

View File

@ -128,6 +128,7 @@ Every release includes specific testing instructions for new features and bug fi
- [9.7.1](./971.md)
- [9.7.2](./972.md)
- [9.8.0](./980.md)
- [9.8.1](./981.md)
<!-- FEEDBACK -->

View File

@ -80,7 +80,15 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
== Changelog ==
= 9.8.0 - 2023-03-13 =
= 9.8.1 - 2023-03-15 =
#### Bug Fixes
- Fix Single Product page not visible in block themes that provided a custom template. ([8758](https://github.com/woocommerce/woocommerce-blocks/pull/8758))
- Products by Attributes: Fix the block rendered empty in the Editor. ([8759](https://github.com/woocommerce/woocommerce-blocks/pull/8759))
- Fix the local pickup price in the shipping type selector and pickup options. ([8623](https://github.com/woocommerce/woocommerce-blocks/pull/8623))
= 9.8.0 - 2023-03-14 =
#### Enhancements