Skip to content

Commit

Permalink
Release: 8.5.1 (woocommerce#7212)
Browse files Browse the repository at this point in the history
* use full link for WordPress resources (woocommerce#7211)

Co-authored-by: Niels Lange <[email protected]>

* 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 <[email protected]>
Co-authored-by: Niels Lange <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Luigi <[email protected]>
  • Loading branch information
5 people committed Nov 12, 2022
1 parent 1adb1f0 commit a47cdb4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/internal-developers/testing/releases/851.md
Original file line number Diff line number Diff line change
@@ -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. <https://example.com/wp-includes/js/dist/vendor/lodash.min.js>.
1 change: 1 addition & 0 deletions docs/internal-developers/testing/releases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- FEEDBACK -->

Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a47cdb4

Please sign in to comment.