From e4ad52a01a05372db6a641bbb2bd501cc7a57fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Wed, 19 Apr 2023 09:24:01 +0200 Subject: [PATCH] Add 10.0.2 testing steps --- docs/internal-developers/testing/releases/1002.md | 12 ++++++++++++ docs/internal-developers/testing/releases/README.md | 1 + 2 files changed, 13 insertions(+) create mode 100644 docs/internal-developers/testing/releases/1002.md diff --git a/docs/internal-developers/testing/releases/1002.md b/docs/internal-developers/testing/releases/1002.md new file mode 100644 index 00000000000..8a722f9d774 --- /dev/null +++ b/docs/internal-developers/testing/releases/1002.md @@ -0,0 +1,12 @@ +# Testing notes and ZIP for release 10.0.2 + +Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/11269797/woocommerce-gutenberg-products-block.zip) + +## WooCommerce Core + +### Single Product Compatibility Layer: add support for custom HTML Blocks. [(9090)](https://github.com/woocommerce/woocommerce-blocks/pull/9090) + +1. Make sure your environment is WordPress 6.1.1 +2. Ensure the Post, Page and Site editors load without issues. +3. Go to Appearance > Editor > Templates > Single Product and add the Product Price block somewhere on the page. +4. Without reloading the page, edit the Single template (or any other template unrelated to WooCommerce). Verify you can't add the Product Price block. diff --git a/docs/internal-developers/testing/releases/README.md b/docs/internal-developers/testing/releases/README.md index 58c906f3131..246ca9c8b53 100644 --- a/docs/internal-developers/testing/releases/README.md +++ b/docs/internal-developers/testing/releases/README.md @@ -138,6 +138,7 @@ Every release includes specific testing instructions for new features and bug fi - [9.9.0](./990.md) - [10.0.0](./1000.md) - [10.0.1](./1001.md) + - [10.0.2](./1002.md)