diff --git a/docs/internal-developers/testing/releases/851.md b/docs/internal-developers/testing/releases/851.md new file mode 100644 index 00000000000..4d02ffc2bdd --- /dev/null +++ b/docs/internal-developers/testing/releases/851.md @@ -0,0 +1,13 @@ +# Testing notes and ZIP for release 8.5.1 + +Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/9633294/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](https://github.com/woocommerce/woocommerce-blocks/pull/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. . diff --git a/docs/internal-developers/testing/releases/README.md b/docs/internal-developers/testing/releases/README.md index 436dec217ae..8c1592785f3 100644 --- a/docs/internal-developers/testing/releases/README.md +++ b/docs/internal-developers/testing/releases/README.md @@ -89,6 +89,7 @@ Every release includes specific testing instructions for new features and bug fi - [8.3.1](./831.md) - [8.4.0](./840.md) - [8.5.0](./850.md) + - [8.5.1](./851.md) diff --git a/readme.txt b/readme.txt index 7a5bf29ca0f..9c3f9d04cc5 100644 --- a/readme.txt +++ b/readme.txt @@ -86,6 +86,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/ == Changelog == += 8.5.1 - 2022-09-23 = + +#### Bug Fixes + +- Ensure that scripts are loaded using absolute URLs to prevent loading issues with subfolder installs. ([7211](https://github.com/woocommerce/woocommerce-blocks/pull/7211)) + = 8.5.0 - 2022-09-12 = #### Enhancements