You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/testing/releases/270.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,13 +88,13 @@ _(Requires at least WooCommerce 4.3)_
88
88
89
89
#### Product grid inconsistencies (#2428)
90
90
- Update a product so it has a very small image (100px or less).
91
-
- Add the All Products block and a PHP-based product grids block (Hand-picked products, for example) and verify:
91
+
- Add the All Products block and a PHP-based product grids block (Hand-picked Products, for example) and verify:
92
92
- Both of them have the same styles for prices.
93
93
- Both of them scale up the small image.
94
-
_Handpicked products on top, All Products below:_<br>
94
+
_Hand-picked Products on top, All Products below:_<br>
95
95

96
96
- Add the [code snippets](https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/trunk/docs/theming/product-grid-270.md#product-grid-blocks-style-update-in-270) from the theming docs to undo the changes and verify:
97
-
- Hand-picked products block doesn't scale up the image anymore.
97
+
- Hand-picked Products block doesn't scale up the image anymore.
98
98
- All Products block shows discounted prices in two lines.
99
-
_Handpicked products on top, All Products below:_<br>
99
+
_Hand-picked Products on top, All Products below:_<br>
100
100

Copy file name to clipboardExpand all lines: docs/testing/releases/540.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ To test this properly you'll need Stripe setup locally in sandbox mode. You can
31
31
32
32
1. Smoke test blocks and make sure they're insertable.
33
33
34
-
### Allow products to be added by SKU in the Hand-Picked Products block. ([4366](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4366))
34
+
### Allow products to be added by SKU in the Hand-picked Products block. ([4366](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4366))
Copy file name to clipboardExpand all lines: readme.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Use this plugin if you want access to the bleeding edge of available blocks for
20
20
21
21
- **Featured Product Block**
22
22
- **Featured Category Block**
23
-
- **Hand-Picked products Block**
23
+
- **Hand-picked Products Block**
24
24
- **Best Selling Products Block**
25
25
- **Top Rated Products Block**
26
26
- **Newest Products Block**
@@ -79,7 +79,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
79
79
80
80
1. The Featured Product Block
81
81
2. Selecting a product for the Featured Product Block
82
-
3. Selecting Products for the Hand-Picked Products Block
82
+
3. Selecting Products for the Hand-picked Products Block
83
83
4. Selecting categories in the Products By Category block
84
84
5. WooCommerce Product Blocks in the block inserter menu
85
85
@@ -123,7 +123,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
123
123
124
124
#### Various
125
125
126
-
- Allow products to be added by SKU in the Hand-Picked Products block. ([4366](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4366))
126
+
- Allow products to be added by SKU in the Hand-picked Products block. ([4366](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4366))
127
127
- Add Slot in the Discounts section of the Checkout sidebar to allow third party extensions to render their own components there. ([4310](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4310))
128
128
129
129
= 5.3.2 - 2021-06-28 =
@@ -727,7 +727,7 @@ You can read [more about the release here](https://woocommerce.wordpress.com/?p=
727
727
- Add `getAdminLink()` utility method. #1244
728
728
729
729
= 2.5.1 - 2019-11-26 =
730
-
- Fix Products by Tag, Products by Attribute and Handpicked products blocks showing an invalid attributes error. #1254
730
+
- Fix Products by Tag, Products by Attribute and Hand-picked Products blocks showing an invalid attributes error. #1254
731
731
- Fix the price slider updating instantly even when filter button was enabled. #1228
732
732
- Honor CSS classes in the editor for blocks added in 2.5. #1227
733
733
- Fix variable products price format in All Products block. #1210
@@ -764,7 +764,7 @@ You can read [more about the release here](https://woocommerce.wordpress.com/?p=
764
764
- Feature: Added Reviews by Category block.
765
765
- Feature: Added a new product search block to insert a product search field on a page.
766
766
- Enhancement: Add error handling for API requests to the featured product block.
767
-
- Enhancement: Allow hidden products in handpicked products block.
767
+
- Enhancement: Allow hidden products in Hand-picked Products block.
768
768
- Fix: Prevented block settings being output on every route. Now they are only needed when the route has blocks requiring them.
769
769
- Dev: Introduced higher order components, global data handlers, and refactored some blocks.
770
770
- Dev: Created new HOCs for retrieving data: `withProduct`, `withComponentId`, `withCategory`.
@@ -796,7 +796,7 @@ You can read [more about the release here](https://woocommerce.wordpress.com/?p=
796
796
- Fix: Disable HTML editing on dynamic blocks which have no content.
797
797
- Fix: Hide background opacity control in Featured Product settings if there is no background image.
798
798
- Fix: Reduce CSS specificity to make styling easier.
799
-
- Fix: Fix author access to API for handpicked products block.
799
+
- Fix: Fix author access to API for Hand-picked Products block.
0 commit comments