Move testing release instructions in the right folder after refactor (https://github.com/woocommerce/woocommerce-blocks/pull/6614)

This commit is contained in:
Luigi Teschio 2022-06-22 11:09:48 +02:00 committed by GitHub
parent 15ee965e48
commit 97dbbc5520
7 changed files with 5 additions and 202 deletions

View File

@ -73,9 +73,13 @@ Every release includes specific testing instructions for new features and bug fi
- [7.4.2](./742.md)
- [7.5.0](./750.md)
- [7.6.0](./760.md)
- [7.6.1](./761.md)
- [7.6.2](./762.md)
- [7.7.0](./770.md)
- [7.8.0](./780.md)
- [7.8.1](./781.md)
- [7.8.1](./781.md)
- [7.8.2](./782.md)
- [7.8.3](./783.md)
<!-- FEEDBACK -->

View File

@ -1,37 +0,0 @@
# Testing notes and ZIP for release 7.6.1
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/8927877/woocommerce-gutenberg-products-block.zip)
## Feature plugin and package inclusion in WooCommerce
### Fix PHP notice in Mini Cart when prices included taxes. ([6537](https://github.com/woocommerce/woocommerce-blocks/pull/6537))
1. Go to _WooCommerce_ > _Settings_ and check _Enable tax rates and calculations_.
2. Go to the _Tax_ tab in the settings and check _Yes, I will enter prices inclusive of tax_ and _Display prices during cart and checkout: Including tax_.
3. Add the Mini Cart block to a post or page.
4. Visit that post or page in the frontend, and verify there isn't a PHP notice.
| Before | After |
|-------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
| ![Screenshot showing a PHP warning](https://user-images.githubusercontent.com/3616980/172639823-1b671ac0-58ea-4f4b-9b00-aa481d4acd72.png) | ![Screenshot showing no PHP warning](https://user-images.githubusercontent.com/3616980/172639911-7a1416fe-f49d-4c58-90b7-7e07637b1777.png) |
### Replace instances of wp_is_block_theme() with wc_current_theme_is_fse_theme(). ([6590](https://github.com/woocommerce/woocommerce-blocks/pull/6590))
**Templates logic:**
1. With a block theme.
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).
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.).
**Product Search template:**
1. With a block theme.
2. Go to Appearance > Editor and verify you can modify the Product Search Results template.
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.).
**Mini Cart link:**
1. With a block theme.
2. In a post or page, add the Mini Cart block.
3. In the sidebar, click on _Edit Mini Cart template part(opens in a new tab)_.
4. Verify you land in the template part editor, editing the Mini Cart block.

View File

@ -1,16 +0,0 @@
# Testing notes and ZIP for release 7.6.2
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/8940540/woocommerce-gutenberg-products-block.zip)
## Feature plugin and package inclusion in WooCommerce
### Fix images hidden by default in Product grid blocks after WC 6.6 update. ([6599](https://github.com/woocommerce/woocommerce-blocks/pull/6599))
1. With WC core 6.5.1 and WC Blocks disabled, add a Handpicked Products block to a post or page.
2. Hide the Product price and Product rating using the sidebar toggles.
3. Publish the post or page.
4. Update to WC core to 6.6.0.
5. Notice the images are no longer visible.
6. Enable WC Blocks (with this branch).
7. Verify images are visible by default.
8. Verify you can still toggle the images.

View File

@ -1,16 +0,0 @@
# Testing notes and ZIP for release 7.8.1
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/8891266/woocommerce-gutenberg-products-block.zip)
## Feature plugin and package inclusion in WooCommerce
### Fix PHP notice in Mini Cart when prices included taxes. ([6537](https://github.com/woocommerce/woocommerce-blocks/pull/6537))
1. Go to _WooCommerce_ > _Settings_ and check _Enable tax rates and calculations_.
2. Go to the _Tax_ tab in the settings and check _Yes, I will enter prices inclusive of tax_ and _Display prices during cart and checkout: Including tax_.
3. Add the Mini Cart block to a post or page.
4. Visit that post or page in the frontend, and verify there isn't a PHP notice.
| Before | After |
|-------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
| ![Screenshot showing a PHP warning](https://user-images.githubusercontent.com/3616980/172639823-1b671ac0-58ea-4f4b-9b00-aa481d4acd72.png) | ![Screenshot showing no PHP warning](https://user-images.githubusercontent.com/3616980/172639911-7a1416fe-f49d-4c58-90b7-7e07637b1777.png) |

View File

@ -1,26 +0,0 @@
# Testing notes and ZIP for release 7.8.2
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/8938665/woocommerce-gutenberg-products-block.zip)
## Feature plugin and package inclusion in WooCommerce
### Replace instances of wp_is_block_theme() with wc_current_theme_is_fse_theme(). ([6590](https://github.com/woocommerce/woocommerce-blocks/pull/6590))
**Templates logic:**
1. With a block theme.
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).
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.).
**Product Search template:**
1. With a block theme.
2. Go to Appearance > Editor and verify you can modify the Product Search Results template.
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.).
**Mini Cart link:**
1. With a block theme.
2. In a post or page, add the Mini Cart block.
3. In the sidebar, click on _Edit Mini Cart template part(opens in a new tab)_.
4. Verify you land in the template part editor, editing the Mini Cart block.

View File

@ -1,16 +0,0 @@
# Testing notes and ZIP for release 7.8.3
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/8940643/woocommerce-gutenberg-products-block.zip)
## Feature plugin and package inclusion in WooCommerce
### Fix images hidden by default in Product grid blocks after WC 6.6 update. ([6599](https://github.com/woocommerce/woocommerce-blocks/pull/6599))
1. With WC core 6.5.1 and WC Blocks disabled, add a Handpicked Products block to a post or page.
2. Hide the Product price and Product rating using the sidebar toggles.
3. Publish the post or page.
4. Update to WC core to 6.6.0.
5. Notice the images are no longer visible.
6. Enable WC Blocks (with this branch).
7. Verify images are visible by default.
8. Verify you can still toggle the images.

View File

@ -1,90 +0,0 @@
# Releases
Every release includes specific testing instructions for new features and bug fixes (if applicable). This is a list of the available release testing instruction docs:
- [2.6.0](./260.md)
- [2.6.1](./261.md)
- [2.7.0](./270.md)
- [2.7.1](./271.md)
- [2.8.0](./280.md)
- [2.9.0](./290.md)
- [3.0.0](./300.md)
- [3.1.0](./310.md)
- [3.2.0](./320.md)
- [3.3.0](./330.md)
- [3.4.0](./340.md)
- [3.5.0](./350.md)
- [3.6.0](./360.md)
- [3.7.0](./370.md)
- [3.7.1](./371.md)
- [3.8.0](./380.md)
- [3.9.0](./390.md)
- [4.0.0](./400.md)
- [4.1.0](./410.md)
- [4.2.0](./420.md)
- [4.3.0](./430.md)
- [4.4.0](./440.md)
- [4.5.0](./450.md)
- [4.5.2](./452.md)
- [4.6.0](./460.md)
- [4.7.0](./470.md)
- [4.8.0](./480.md)
- [4.9.0](./490.md)
- [4.9.1](./491.md)
- [5.0.0](./500.md)
- [5.1.0](./510.md)
- [5.2.0](./520.md)
- [5.3.0](./530.md)
- [5.3.1](./531.md)
- [5.3.2](./532.md)
- [5.4.0](./540.md)
- [5.5.0](./550.md)
- [5.6.0](./560.md)
- [5.7.0](./570.md)
- [5.7.1](./571.md)
- [5.7.2](./572.md)
- [5.8.0](./580.md)
- [5.9.0](./590.md)
- [5.9.1](./591.md)
- [6.0.0](./600.md)
- [6.1.0](./610.md)
- [6.2.0](./620.md)
- [6.3.0](./630.md)
- [6.3.1](./631.md)
- [6.3.2](./632.md)
- [6.3.3](./633.md)
- [6.4.0](./640.md)
- [6.5.0](./650.md)
- [6.6.0](./660.md)
- [6.7.0](./670.md)
- [6.7.1](./671.md)
- [6.7.2](./672.md)
- [6.7.3](./673.md)
- [6.8.0](./680.md)
- [6.9.0](./690.md)
- [7.0.0](./700.md)
- [7.1.0](./710.md)
- [7.2.0](./720.md)
- [7.2.1](./721.md)
- [7.2.2](./722.md)
- [7.3.0](./730.md)
- [7.4.0](./740.md)
- [7.4.1](./741.md)
- [7.4.2](./742.md)
- [7.5.0](./750.md)
- [7.6.0](./760.md)
- [7.6.1](./761.md)
- [7.6.2](./762.md)
- [7.7.0](./770.md)
- [7.8.0](./780.md)
- [7.8.1](./781.md)
- [7.8.2](./782.md)
- [7.8.3](./783.md)
<!-- FEEDBACK -->
---
[We're hiring!](https://woocommerce.com/careers/) Come work with us!
🐞 Found a mistake, or have a suggestion? [Leave feedback about this document here.](https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/new?assignees=&labels=type%3A+documentation&template=--doc-feedback.md&title=Feedback%20on%20./docs/testing/releases/README.md)
<!-- /FEEDBACK -->