From 548b2b80a991544a28f04ec0f9debb8e729b9bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Thu, 19 Dec 2019 13:46:30 +0100 Subject: [PATCH] Update filter blocks descriptions to explain they only work with the All Products block (https://github.com/woocommerce/woocommerce-blocks/pull/1420) --- .../woocommerce-blocks/assets/js/blocks/active-filters/index.js | 2 +- .../assets/js/blocks/attribute-filter/index.js | 2 +- .../woocommerce-blocks/assets/js/blocks/price-filter/index.js | 2 +- plugins/woocommerce-blocks/readme.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/woocommerce-blocks/assets/js/blocks/active-filters/index.js b/plugins/woocommerce-blocks/assets/js/blocks/active-filters/index.js index 01f8f03ef3c..a86c82f8310 100644 --- a/plugins/woocommerce-blocks/assets/js/blocks/active-filters/index.js +++ b/plugins/woocommerce-blocks/assets/js/blocks/active-filters/index.js @@ -20,7 +20,7 @@ registerBlockType( 'woocommerce/active-filters', { category: 'woocommerce', keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ], description: __( - 'Display a list of active product filters.', + 'Display a list of active product filters. Works in combination with the Filter Products by Price and Filter Products by Attribute blocks.', 'woo-gutenberg-products-block' ), supports: { diff --git a/plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/index.js b/plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/index.js index 73dd2604a43..e1be352a99f 100644 --- a/plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/index.js +++ b/plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/index.js @@ -20,7 +20,7 @@ registerBlockType( 'woocommerce/attribute-filter', { category: 'woocommerce', keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ], description: __( - 'Display a list of filters based on a chosen product attribute.', + 'Display a list of filters based on a chosen product attribute. Works in combination with the All Products block.', 'woo-gutenberg-products-block' ), supports: { diff --git a/plugins/woocommerce-blocks/assets/js/blocks/price-filter/index.js b/plugins/woocommerce-blocks/assets/js/blocks/price-filter/index.js index fed3b70627e..8b8a5d81057 100644 --- a/plugins/woocommerce-blocks/assets/js/blocks/price-filter/index.js +++ b/plugins/woocommerce-blocks/assets/js/blocks/price-filter/index.js @@ -20,7 +20,7 @@ registerBlockType( 'woocommerce/price-filter', { category: 'woocommerce', keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ], description: __( - 'Display a slider to filter products in your store by price.', + 'Display a slider to filter products in your store by price. Works in combination with the All Products block.', 'woo-gutenberg-products-block' ), supports: { diff --git a/plugins/woocommerce-blocks/readme.txt b/plugins/woocommerce-blocks/readme.txt index adc61abc269..8d99c693c0d 100644 --- a/plugins/woocommerce-blocks/readme.txt +++ b/plugins/woocommerce-blocks/readme.txt @@ -67,7 +67,7 @@ Display a slider to filter products in your store by price. Works in combination Display a list of filters based on a chosen product attribute. Works in combination with the _All Products_ block. Requires WordPress 5.3. **Active Product Filters** -Display a list of active product filters. Works in combination with the _Filter Products by Price_ and _Filter Products by Attribute_ block. Requires WordPress 5.3. +Display a list of active product filters. Works in combination with the _Filter Products by Price_ and _Filter Products by Attribute_ blocks. Requires WordPress 5.3. We've also improved the category selection filter. If you select two or more categories, you can now chose to show products that include ANY or ALL selected categories.