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

Commit f63d4c7

Browse files
committed
update changelog and testing instructions
1 parent 0322f24 commit f63d4c7

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

docs/testing/releases/782.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Testing notes and ZIP for release 7.8.2
2+
3+
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/8927877/woocommerce-gutenberg-products-block.zip)
4+
5+
## Feature plugin and package inclusion in WooCommerce
6+
7+
### Replace instances of wp_is_block_theme() with wc_current_theme_is_fse_theme(). ([6590](https://github.com/woocommerce/woocommerce-blocks/pull/6590))
8+
9+
**Templates logic:**
10+
1. With a block theme.
11+
2. Go to Appearance > Editor and verify you can modify the WooCommerce templates: Products by Tag, Products by Category, Single Product or Product Catalog (don't test Product Search template yet).
12+
3. Do some smoke testing: make an edit, save it, go to the frontend and verify the change has been applied, restore the template, etc.).
13+
14+
**Product Search template:**
15+
1. With a block theme.
16+
2. Go to Appearance > Editor and verify you can modify the Product Search Results template.
17+
3. Do some smoke testing: make an edit, save it, go to the frontend and verify the change has been applied, restore the template, etc.).
18+
19+
**Mini Cart link:**
20+
1. With a block theme.
21+
2. In a post or page, add the Mini Cart block.
22+
3. In the sidebar, click on _Edit Mini Cart template part(opens in a new tab)_.
23+
4. Verify you land in the template part editor, editing the Mini Cart block.

readme.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
8686

8787
== Changelog ==
8888

89+
= 7.8.2 - 2022-06-20 =
90+
91+
#### Bug Fixes
92+
93+
- Replace instances of wp_is_block_theme() with wc_current_theme_is_fse_theme(). ([6590](https://github.com/woocommerce/woocommerce-blocks/pull/6590))
94+
8995
= 7.8.1 - 2022-06-13 =
9096

9197
#### Bug Fixes

0 commit comments

Comments
 (0)