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

Latest commit

 

History

History
20 lines (12 loc) · 1.17 KB

File metadata and controls

20 lines (12 loc) · 1.17 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 8.5.1

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

Feature plugin and package inclusion in WooCommerce

Fix a bug in which resource hinting was breaking cart in subfolder installs. (7211)

  1. Make sure Gutenberg is disabled.
  2. Add an item to cart.
  3. Go to any frontend page, and view the page source.
  4. In that source page, search for scripts starting with /wp-includes, you shouldn't see any relative links in them, e.g. /wp-includes/js/dist/vendor/lodash.min.js, but that everything starts with a full link, e.g. https://example.com/wp-includes/js/dist/vendor/lodash.min.js.