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

Latest commit

 

History

History
24 lines (16 loc) · 1.51 KB

File metadata and controls

24 lines (16 loc) · 1.51 KB

📣 Announcement: New documentation location

The documentation for WooCommerce Blocks has moved to the WooCommerce monorepo.

Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.


Testing notes and ZIP for release 10.0.3

Zip file for testing: woocommerce-gutenberg-products-block.zip

WooCommerce Core

Fix image editor in Featured Product/Category blocks on WP 6.2. (9142)

  1. With WP 6.2:
  2. Create a post and add the Featured Category block.
  3. Click on the button to edit the image (note: this button is only available if the category has an image, if you don't have any categories with images, go to wp-admin > Products > Categories and edit a category to add an image): imatge
  4. Make some changes (rotate, zoom, change aspect ratio, etc.) and apply them.
  5. Verify the changes are applied and there are no errors in the browser devtools console (you can open it with F12).
  6. Repeat all the steps above with the Featured Product block.
  7. Repeat all steps above with WP 6.1 (you can use WP Downgrade).