Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 65ab4ac

Browse files
authored
Fix Hand-picked Products block name inconsistencies (#4497)
1 parent 371d573 commit 65ab4ac

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

docs/testing/releases/260.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ All of these blocks share a common ancestor for the PHP side registration, so it
8484
- Best Selling Products
8585
- On Sale Products
8686
- Products By Attribute
87-
- Hand-Picked Products
87+
- Hand-picked Products
8888
- Products by Category
8989
- Products by Tag
9090
- Newest Products

docs/testing/releases/270.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ _(Requires at least WooCommerce 4.3)_
8888

8989
#### Product grid inconsistencies (#2428)
9090
- 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:
9292
- Both of them have the same styles for prices.
9393
- 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>
9595
![Product grid blocks by default](https://user-images.githubusercontent.com/3616980/83166453-3d1b4480-a10f-11ea-813f-2515b26dedac.png)
9696
- 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.
9898
- 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>
100100
![Product grid blocks with the code snippets applied](https://user-images.githubusercontent.com/3616980/83164436-828a4280-a10c-11ea-81c1-b9a62cdf52b5.png)

docs/testing/releases/310.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This new release has a new system to generate the styles, so it would be great t
3535

3636
- [ ] Featured Product Block
3737
- [ ] Featured Category Block
38-
- [ ] Hand-Picked products Block
38+
- [ ] Hand-picked Products Block
3939
- [ ] Best Selling Products Block
4040
- [ ] Top Rated Products Block
4141
- [ ] Newest Products Block

docs/testing/releases/490.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
88

99
Smoke test these blocks can be inserted and render correctly:
1010

11-
* Hand-Picked products Block
11+
* Hand-picked Products Block
1212
* Best Selling Products Block
1313
* Top Rated Products Block
1414
* Newest Products Block

docs/testing/releases/520.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The controls modified in this PR are used in many blocks, so the steps below sho
5858
Affected blocks:
5959
* Featured Product Block
6060
* Featured Category Block
61-
* Hand-Picked products Block
61+
* Hand-picked Products Block
6262
* Products by Category Block
6363
* Products by Tag Block
6464
* Products by Attribute Block

docs/testing/releases/540.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ To test this properly you'll need Stripe setup locally in sandbox mode. You can
3131

3232
1. Smoke test blocks and make sure they're insertable.
3333

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))
3535

36-
1. Insert the hand picked product block
36+
1. Insert the Hand-picked Products block
3737
2. See SKUs shown for products with a SKU
3838
3. Try searching for a SKU. See results.

readme.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use this plugin if you want access to the bleeding edge of available blocks for
2020

2121
- **Featured Product Block**
2222
- **Featured Category Block**
23-
- **Hand-Picked products Block**
23+
- **Hand-picked Products Block**
2424
- **Best Selling Products Block**
2525
- **Top Rated Products Block**
2626
- **Newest Products Block**
@@ -79,7 +79,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
7979

8080
1. The Featured Product Block
8181
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
8383
4. Selecting categories in the Products By Category block
8484
5. WooCommerce Product Blocks in the block inserter menu
8585

@@ -123,7 +123,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
123123

124124
#### Various
125125

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))
127127
- 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))
128128

129129
= 5.3.2 - 2021-06-28 =
@@ -727,7 +727,7 @@ You can read [more about the release here](https://woocommerce.wordpress.com/?p=
727727
- Add `getAdminLink()` utility method. #1244
728728

729729
= 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
731731
- Fix the price slider updating instantly even when filter button was enabled. #1228
732732
- Honor CSS classes in the editor for blocks added in 2.5. #1227
733733
- 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=
764764
- Feature: Added Reviews by Category block.
765765
- Feature: Added a new product search block to insert a product search field on a page.
766766
- 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.
768768
- Fix: Prevented block settings being output on every route. Now they are only needed when the route has blocks requiring them.
769769
- Dev: Introduced higher order components, global data handlers, and refactored some blocks.
770770
- 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=
796796
- Fix: Disable HTML editing on dynamic blocks which have no content.
797797
- Fix: Hide background opacity control in Featured Product settings if there is no background image.
798798
- 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.
800800

801801
= 2.2.1 - 2019-07-04 =
802802

0 commit comments

Comments
 (0)