diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/870.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/870.md index a8d66aaa535..c54413b0b88 100644 --- a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/870.md +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/870.md @@ -178,19 +178,6 @@ found [here](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/i different [stripe failure](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/internal-developers/testing/cart-checkout/data-stores.md#stripe-failures) modes -### Filter by rating: Provide a block transform for the legacy rating widget ([7338](https://github.com/woocommerce/woocommerce-blocks/pull/7338)) - -#### User Facing Testing - -1. Go to the Widgets editor in Appearance > Widgets. -2. Add the Filter Products by Rating widget. -3. Transform the widget using the provided block transform option. -4. Confirm the transformation works as expected and retains changed options that have an equivalent in the blocks. - -| Before | After | -| ------ | ----- | -|![before_ratings](https://user-images.githubusercontent.com/905781/194530578-feecdaca-a77d-4865-9cef-9dd16380df7d.jpg)|![after_ratings](https://user-images.githubusercontent.com/905781/194530677-30b30cf3-7b74-4e2e-ad8f-41dd91fb1bbb.jpg)| - ### Add simple, large & two menus footer patterns. ([7306](https://github.com/woocommerce/woocommerce-blocks/pull/7306)) #### User Facing Testing diff --git a/plugins/woocommerce-blocks/readme.txt b/plugins/woocommerce-blocks/readme.txt index 75bfe409a34..de4de3f6682 100644 --- a/plugins/woocommerce-blocks/readme.txt +++ b/plugins/woocommerce-blocks/readme.txt @@ -88,7 +88,6 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/ - Update the titles of some inner blocks of the Cart block and remove the lock of the Cross-Sells parent block. ([7232](https://github.com/woocommerce/woocommerce-blocks/pull/7232)) - Add filter for place order button label. ([7154](https://github.com/woocommerce/woocommerce-blocks/pull/7154)) - Exposed data related to the checkout through wordpress/data stores. ([6612](https://github.com/woocommerce/woocommerce-blocks/pull/6612)) -- Filter by rating: Provide a block transform for the legacy rating widget. ([7338](https://github.com/woocommerce/woocommerce-blocks/pull/7338)) - Add simple, large & two menus footer patterns. ([7306](https://github.com/woocommerce/woocommerce-blocks/pull/7306)) - Add minimal, large, and essential header patterns. ([7292](https://github.com/woocommerce/woocommerce-blocks/pull/7292)) - Add `showRemoveItemLink` as a new checkout filter to allow extensions to toggle the visibility of the `Remove item` button under each cart line item. ([7242](https://github.com/woocommerce/woocommerce-blocks/pull/7242))