From cc097a8c99dcc1b1d42769ed985c21bf6f85d436 Mon Sep 17 00:00:00 2001 From: Paulo Arromba <17236129+wavvves@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:07:39 +0000 Subject: [PATCH] Removed #11287 from testing instructions --- .../testing/releases/1160.md | 21 ------------------- readme.txt | 1 - 2 files changed, 22 deletions(-) diff --git a/docs/internal-developers/testing/releases/1160.md b/docs/internal-developers/testing/releases/1160.md index 34cf21645db..2a316e2fa1b 100644 --- a/docs/internal-developers/testing/releases/1160.md +++ b/docs/internal-developers/testing/releases/1160.md @@ -349,24 +349,3 @@ Twenty-Twenty Two | ![imatge](https://github.com/woocommerce/woocommerce-blocks/ | Before | After | | ------ | ----- | | image | image | - -### Product Gallery Pager: Remove unnecessary margin [#11287](https://github.com/woocommerce/woocommerce-blocks/pull/11287) - -1. With a block theme, open `Appearance > Editor`. -2. Open `Templates > Single Product`. -3. Select `Convert to Blocks` if you are using the Classic Templates. -4. Add the `Product Gallery` block. -5. Ensure the **Pager** is enabled. -6. Verify that there's no Pager top or bottom margin both in the editor and frontend. - -#### Editor - -| Before | After | -| ------ | ----- | -|Single_Product_‹_Template_‹_Editor_‹_newproductgallery_—_WordPress|Single_Product_‹_Template_‹_Editor_‹_newproductgallery_—_WordPress| - -#### Frontend - -| Before | After | -| ------ | ----- | -|V-Neck_T-Shirt_–_newproductgallery|V-Neck_T-Shirt_–_newproductgallery| diff --git a/readme.txt b/readme.txt index 60194ce218a..099d903f9f8 100644 --- a/readme.txt +++ b/readme.txt @@ -107,7 +107,6 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/ - Product Button: Improve the width and padding. [#11537](https://github.com/woocommerce/woocommerce-blocks/pull/11537) - Fix the Layout for Shipping and Billing Address Forms in the Checkout Block [#11486](https://github.com/woocommerce/woocommerce-blocks/pull/11486) - Minor fixes for PHP 8. [#11473](https://github.com/woocommerce/woocommerce-blocks/pull/11473) -- Product Gallery Pager: Remove unnecessary margin. [#11287](https://github.com/woocommerce/woocommerce-blocks/pull/11287) #### Documentation