Updated Release Testing Instructions WooCommerce 6.3 (markdown)
parent
40cb0ef4db
commit
208b2ac1bd
|
@ -106,64 +106,7 @@
|
|||
|
||||
1. Activate the Gutenberg plugin (or use WordPress 5.9). Select a block theme e.g. TT1 Blocks.
|
||||
2. Open Appearance > Editor > Templates.
|
||||
3. Make sure all the templates and parts appear correctly. WooCommerce templates that should be available: `Archive Product`, `Single Product`, `Product Category` and `Product Tag`.
|
||||
|
||||
### FSE: Add support for the global style for the Stock Indicator block. ([5525](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5525))
|
||||
|
||||
1. Upgrade to `WordPress 5.9`.
|
||||
2. Install and enable the `Twenty Twenty-Two` theme.
|
||||
3. Add the `All Product Block` (this block contains `Stock Indicator block`) to a post.
|
||||
4. Click on the pencil to edit the block, add the `Stock Indicator Block` and get the focus on the `Stock Indicator block`.
|
||||
5. On the right sidebar, personalize the styles of the block.
|
||||
6. Go on the page and check if there are changes.
|
||||
7. Reset to default using the `Reset` button from the different sections.
|
||||
8. Go to Dashboard and select Appearance > Editor (beta). On top of the screen, select Home > Browser all templates > Single Post. When the page is loaded, add the block to the page. Click on the pencil to edit the block, add the `Stock Indicator Block`.
|
||||
9. On the Editor page click on the `Styles` icon on the right-top corner.
|
||||
10. Verify that the `Stock Indicator block` is shown under the `Blocks` section. Personalize the block.
|
||||
11. Save your changes.
|
||||
12. Go on the page created earlier and check if all styles are applied correctly.
|
||||
13. Edit your previous post/page again.
|
||||
14. Change again the styles.
|
||||
15. Save your changes.
|
||||
16. Check if these styles have priority over the styles from the Site Editor.
|
||||
|
||||
### FSE: Add support for the global style for the Summary Product block. ([5524](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5524))
|
||||
|
||||
1. Upgrade to `WordPress 5.9`.
|
||||
2. Install and enable the `Twenty Twenty-Two` theme.
|
||||
3. Add the `All Product Block` (this block contains `Summary Product block`) to a post.
|
||||
4. Click on the pencil to edit the block, add the `Summary Product block` and get the focus on the `Summary Product block`.
|
||||
5. On the right sidebar, personalize the styles of the block.
|
||||
6. Go on the page and check if there are changes.
|
||||
7. Reset to default using the `Reset` button from the different sections.
|
||||
8. Go to Dashboard and select Appearance > Editor (beta). On top of the screen, select Home > Browser all templates > Single Post. When the page is loaded, add the block to the page. Click on the pencil to edit the block, add the `Summary Product block`.
|
||||
9. On the Editor page click on the `Styles` icon on the right-top corner.
|
||||
10. Verify that the `Summary Product block` is shown under the `Blocks` section. Personalize the block.
|
||||
11. Save your changes.
|
||||
12. Go on the page created earlier and check if all styles are applied correctly.
|
||||
13. Edit your previous post/page again.
|
||||
14. Change again the styles.
|
||||
15. Save your changes.
|
||||
16. Check if these styles have priority over the styles from the Site Editor.
|
||||
|
||||
### FSE: Add support for the global style for the Product Title block. ([5515](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5515))
|
||||
|
||||
1. Upgrade to `WordPress 5.9`.
|
||||
2. Install and enable the `Twenty Twenty-Two` theme.
|
||||
3. Add the `All Product Block` (this block contains `Product Title block`) to a post.
|
||||
4. Click on the pencil to edit the block, add the `Product Title block` and get the focus on the `Product Title block`.
|
||||
5. On the right sidebar, personalize the styles of the block.
|
||||
6. Go on the page and check if there are changes.
|
||||
7. Reset to default using the `Reset` button from the different sections.
|
||||
8. Go to Dashboard and select Appearance > Editor (beta). On top of the screen, select Home > Browser all templates > Single Post. When the page is loaded, add the block to the page. Click on the pencil to edit the block, add the `Product Title block`.
|
||||
9. On the Editor page click on the `Styles` icon on the right-top corner.
|
||||
10. Verify that the `Product Title block` is shown under the `Blocks` section. Personalize the block.
|
||||
11. Save your changes.
|
||||
12. Go on the page created earlier and check if all styles are applied correctly.
|
||||
13. Edit your previous post/page again.
|
||||
14. Change again the styles.
|
||||
15. Save your changes.
|
||||
16. Check if these styles have priority over the styles from the Site Editor.
|
||||
3. Make sure all the templates and parts appear correctly. WooCommerce templates that should be available: `Archive Product`, `Single Product`, `Product Category` and `Product Tag`. WooCommerce template-parts that should be available `Mini Cart`.
|
||||
|
||||
### FSE: Add support for the wide and full alignment for the legacy template block. ([5433](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5433))
|
||||
|
||||
|
@ -178,8 +121,6 @@
|
|||
You should test these steps at least one between `Product Category Page`, `Product Archive Page` and `Product Tag Page`.
|
||||
You should test `Single Product Page`.
|
||||
|
||||
|
||||
|
||||
### Added controls to product grid blocks for filtering by stock levels. ([4943](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4943))
|
||||
|
||||
1. Create a new post.
|
||||
|
@ -201,8 +142,6 @@ You should test `Single Product Page`.
|
|||
9. Go to Appearance > Customize > WooCommerce > Product Images and set a custom aspect ratio (for example, 16:9).
|
||||
10. Visit the all products page again. All product images should be rendered with this new aspect ratio.
|
||||
|
||||
|
||||
|
||||
### Filter Products By Price block: Don't allow to insert negative values on inputs. ([5123](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5123))
|
||||
|
||||
1. Create a post and add `All Products` block and add `Filter Products by Price` block.
|
||||
|
@ -215,6 +154,7 @@ Check that:
|
|||
- the user can't insert on input left a number that is greater than input on the right.
|
||||
- if the user inserts on the input on the right a number that is lower than input on the left, the component sets to 0 the minimum price.
|
||||
|
||||
|
||||
### FSE: Revert "Allow LegacyTemplate block to be reinserted, only on WooCommerce block templates.". ([5643](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5643))
|
||||
|
||||
1. Load Appearance > Site Editor and select one of the WooCommerce templates. Confirm it loads the correct Legacy Template block in the Editor for the given block template.
|
||||
|
|
Loading…
Reference in New Issue