From a47cdb4ea645f4c9dec6746150ff727e7c9b854c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:29:20 +0200 Subject: [PATCH] Release: 8.5.1 (#7212) * use full link for WordPress resources (#7211) Co-authored-by: Niels Lange * Empty commit for release pull request * update readme * add testing instructions * add zip file link * update testing instructions and changelog entry * Bumping version strings to new version. Co-authored-by: Seghir Nadir Co-authored-by: Niels Lange Co-authored-by: github-actions Co-authored-by: Luigi --- docs/internal-developers/testing/releases/851.md | 13 +++++++++++++ docs/internal-developers/testing/releases/README.md | 1 + readme.txt | 6 ++++++ 3 files changed, 20 insertions(+) create mode 100644 docs/internal-developers/testing/releases/851.md 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