Add 6.3.3 testing steps

This commit is contained in:
Albert Juhé Lluveras 2021-11-25 10:16:29 +01:00
parent cd95ca5a9f
commit 6e079b9a4b
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,14 @@
## Testing notes and ZIP for release 6.3.3
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/7601543/woocommerce-gutenberg-products-block.zip)
## Feature plugin and package inclusion in WooCommerce
### Check that functions gutenberg_supports_block_templates and gutenberg_get_block_template exist before usages. ([5183](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5183))
1. Make sure Gutenberg is NOT active on your site
2. Install the [WordPress Beta Tester plugin](https://wordpress.org/plugins/wordpress-beta-tester/).
3. Go to Tools > Beta Testing and select "Bleeding edge" as the update channel.
4. Go to Dashboard > Updates and click "Update to latest 5.9 nightly".
5. After updating to e.g. WP 5.9-alpha-52211 navigate to `/shop`.
6. Verify there is no fatal error in `/shop`.

View File

@ -50,4 +50,5 @@ Every release includes specific testing instructions for new features and bug fi
- [6.3.0](./630.md)
- [6.3.1](./631.md)
- [6.3.2](./632.md)
- [6.4.0](./640.md)
- [6.3.3](./633.md)
- [6.4.0](./640.md)