Port to trunk testing notes and readme from 10.2.3
This commit is contained in:
parent
0be2ef2d84
commit
ae4757a53f
|
@ -0,0 +1,51 @@
|
|||
# Testing notes and ZIP for release 10.2.3
|
||||
|
||||
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/11706741/woocommerce-gutenberg-products-block.zip)
|
||||
|
||||
## WooCommerce Core
|
||||
|
||||
### Update/patterns featured category product collection ([9765](https://github.com/woocommerce/woocommerce-blocks/pull/9765))
|
||||
|
||||
Featured Category / Focused
|
||||
| Before | After |
|
||||
| ------ | ----- |
|
||||
|![file.png](https://github.com/woocommerce/woocommerce-blocks/assets/2132595/8e29acf0-305c-4de5-aa6f-7d608554dde5) |![file.png](https://github.com/woocommerce/woocommerce-blocks/assets/2132595/f571a73c-f6c4-4198-b793-da0a29cc73e9) |
|
||||
|
||||
Featured Category / Cover image
|
||||
| Before | After |
|
||||
| ------ | ----- |
|
||||
|![file.png](https://github.com/woocommerce/woocommerce-blocks/assets/2132595/7346b9ff-c6fe-456b-93c0-722a411ac529) |![file.png](https://github.com/woocommerce/woocommerce-blocks/assets/2132595/650f91bb-400a-441d-a6ea-29fd3d61a204) |
|
||||
|
||||
Featured Category / Triple
|
||||
| Before | After |
|
||||
| ------ | ----- |
|
||||
|![file.png](https://github.com/woocommerce/woocommerce-blocks/assets/2132595/c8b09fd1-0c5c-48eb-9be9-8545f35a37c1) |![file.png](https://github.com/woocommerce/woocommerce-blocks/assets/2132595/cde1aaf7-0224-40df-93ce-ef1c5640537d)|
|
||||
|
||||
1. From the editor (post, page, etc.) apply the Featured Category / Focus, Featured Category / Cover and Featured Category / Triple pattern.
|
||||
2. Confirm the image matches the "After" version in the screenshot above in both the admin and the front end.
|
||||
Ensure all CTA links/buttons actually links to the Shop page.
|
||||
|
||||
### Update the Hero Product Split ([9762](https://github.com/woocommerce/woocommerce-blocks/pull/9762))
|
||||
|
||||
| Before | After |
|
||||
| ------ | ----- |
|
||||
|<img width="1209" alt="Screenshot 2023-06-08 at 21 47 48" src="https://github.com/woocommerce/woocommerce-blocks/assets/186112/92ba194e-5014-45ad-830e-eb821d405239">|<img width="1238" alt="Screenshot 2023-06-08 at 21 49 12" src="https://github.com/woocommerce/woocommerce-blocks/assets/186112/1fc24a6b-7fc5-4c89-983f-d13ff4e703e7">|
|
||||
|
||||
1. From the editor (post, page, etc.) apply the Hero Product Split pattern.
|
||||
2. Confirm the image matches the "After" version in the screenshot above in both the admin and the front end.
|
||||
|
||||
### Update Hero Product 3-split pattern image
|
||||
|
||||
1. From the editor (post, page, etc.) apply the Hero Product 3-Split pattern.
|
||||
2. Confirm the image matches the image in the screenshot below in both the admin and the front end.
|
||||
|
||||
<img width="924" alt="Screenshot 2023-06-09 at 15 48 33" src="https://github.com/woocommerce/woocommerce-blocks/assets/186112/698293ce-f221-4c20-982f-2e9df69c350c">
|
||||
|
||||
### Update image for the Product Hero pattern ([9764](https://github.com/woocommerce/woocommerce-blocks/pull/9764))
|
||||
|
||||
| Before | After |
|
||||
| ------ | ----- |
|
||||
| ![CleanShot 2023-06-08 at 20 48 21](https://github.com/woocommerce/woocommerce-blocks/assets/481776/7d33a2fa-c959-483e-8e48-19ccb61d2cab) | ![CleanShot 2023-06-08 at 20 48 39](https://github.com/woocommerce/woocommerce-blocks/assets/481776/7a8c9a13-df7a-40b6-9456-9d13091f51c8) |
|
||||
|
||||
1. From the editor (post, page, etc.) apply the Product Hero pattern.
|
||||
2. Confirm the image matches the "After" version in the screenshots above in both the admin and the front end.
|
|
@ -148,6 +148,7 @@ Every release includes specific testing instructions for new features and bug fi
|
|||
- [10.2.0](./1020.md)
|
||||
- [10.2.1](./1021.md)
|
||||
- [10.2.2](./1022.md)
|
||||
- [10.2.3](./1023.md)
|
||||
- [10.3.0](./1030.md)
|
||||
- [10.4.0](./1040.md)
|
||||
<!-- FEEDBACK -->
|
||||
|
|
|
@ -81,6 +81,13 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 10.2.3 - 2023-06-09 =
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Update the Featured Category patterns to replace the Unsplash image with a CCO licensed image from Pxhere. ([9765](https://github.com/woocommerce/woocommerce-blocks/pull/9765))
|
||||
- Update the Hero Product Split pattern to replace the Unsplash image with a CCO licensed image from Pxhere. ([9762](https://github.com/woocommerce/woocommerce-blocks/pull/9762))
|
||||
|
||||
= 10.4.0 - 2023-06-05 =
|
||||
|
||||
#### Enhancements
|
||||
|
|
Loading…
Reference in New Issue