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

Commit d41c464

Browse files
author
Tarun Vijwani
committed
Update changelog and testing instructions to include cherry-picked PRs
1 parent 72a9404 commit d41c464

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

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

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
4040
1. Add the `Mini cart` block to the header template of your site.
4141
2. Go to the `Site Editor` and edit the `Mini cart` template part.
4242
3. Open the `List view` and select the `Empty Mini Cart view`.
43-
4. Click on the `Start shopping` button, check that you can change the button style between `Fill` and `Outline` in the sidebar settings and change it from the default and save.
43+
4. Click on the `Start shopping` button, check that you can change the button style between `Default` and `Outline` in the sidebar settings and change it from the default and save.
4444
6. Go to the frontend and check the button has the style you just picked on the Site editor.
4545
7. Repeat the same steps for the `Filled Mini Cart view` and the `View my cart` and the `Go to checkout` buttons.
4646

@@ -63,7 +63,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
6363
- Add `Products block` to a page/post.
6464
- Select `Add to cart` inner block.
6565
- In the sidebar, confirm newly added controls work as expected:
66-
- Styles: Fill & Outline ( Feature plugin )
66+
- Styles: Default & Outline ( Feature plugin )
6767
- Width Settings ( Feature Plugin + WooCommerce Core )
6868
- Typography controls ( Feature plugin )
6969
- Confirm `Add to cart` works for cross-sells as well.
@@ -183,22 +183,6 @@ Before | After | After (with custom background color)
183183
2. Add an item to your cart and go to the Checkout block.
184184
3. Select Local Pickup and ensure the options you set up in step 1 are visible.
185185

186-
### Add default Single Product HTML template. ([8515](https://github.com/woocommerce/woocommerce-blocks/pull/8515))
187-
188-
1. Go to Appearance > Themes and activate a Blockfied theme, such as: Twenty-twenty Three;
189-
2. After the theme is activated, go to Appearance > Editor (Beta);
190-
3. Inside the Design section, click on Templates;
191-
4. Select the Single Product template;
192-
5. On the top left of the page, click on the Edit button;
193-
6. On the top right of the page, click on the three dots icon and open the Code Editor (or just hit Shift + Option + Command + M on the Mac);
194-
7. Replace the default `wp-group` section with the `wp-group` section inside the [templates/templates/blockified/single-product.html file of this PR](https://github.com/woocommerce/woocommerce-blocks/blob/ae3d39f15a62fa2d9fe559bffd245fbbaf601881/templates/templates/blockified/single-product.html).
195-
8. Click on the Save button;
196-
9. Check if the information is correctly being displayed and well positioned on the page.
197-
198-
199-
| Before | After |
200-
| ------ | ----- |
201-
| <img width="2398" alt="image" src="https://user-images.githubusercontent.com/20469356/220996471-0c487440-29f0-4c3e-8832-b80829e4a732.png"> | <img width="2286" alt="image" src="https://user-images.githubusercontent.com/20469356/220996253-e2881d28-2dde-421d-ad0a-95b6d16433c8.png"> |
202186

203187
### Add client side postcode validation. ([8503](https://github.com/woocommerce/woocommerce-blocks/pull/8503))
204188

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
141141
- Fix Single Product page not visible in block themes that provided a custom template. ([8758](https://github.com/woocommerce/woocommerce-blocks/pull/8758))
142142
- Products by Attributes: Fix the block rendered empty in the Editor. ([8759](https://github.com/woocommerce/woocommerce-blocks/pull/8759))
143143
- Fix the local pickup price in the shipping type selector and pickup options. ([8623](https://github.com/woocommerce/woocommerce-blocks/pull/8623))
144+
- Enable users to migrate to the blockified Single Product template.([8902](https://github.com/woocommerce/woocommerce-blocks/pull/8902))
145+
- Fixed an issue where extensions were unable to programatically set the shipping address during payment processing. ([8878](https://github.com/woocommerce/woocommerce-blocks/pull/8878))
146+
- Fix unlinked border widths not being applied correctly in the frontend in WP 6.2 for some blocks. ([8893](https://github.com/woocommerce/woocommerce-blocks/pull/8893))
144147

145148
= 9.8.0 - 2023-03-14 =
146149

0 commit comments

Comments
 (0)