-
Notifications
You must be signed in to change notification settings - Fork 219
Conversation
Patch release stepsThe release pull request has been created! This checklist is a guide to follow for the remainder of the patch release process. You can check off each item in this list once completed.
Initial Preparation
Create the Testing Notes
Each porter is responsible for testing the PRs that fall under the focus of their own team. Shared functionality should be tested by both porters. This means that the Rubik porter will mostly test checkout blocks and Store API endpoints, while the Kirigami porter will test the product related blocks and Store API endpoints.
Push the button - Deploy
If this release is deployed to WordPress.org
After Deploy
Pull request in WooCommerce Core for Package updateThis only needs done if the patch release needs to be included in WooCommerce Core. Reviewing and merging the PR is your team's responsibility, except in the case of
Publish PostsYou only need to post public release announcements and update relevant public facing docs if this patch release is deployed to WP.org. Otherwise, you can skip this section.
🚀 This comment was generated by the automations bot triggered by the creation of the branch:
|
#11455) In WordPress 6.4, it appears that the global `have_posts` is `false` in the context of the full site editing single product template. This breaks the Classic Template block. In this commit, we are creating a custom query using the available id instead of relying on the global query. This might be a temporary workaround as we are waiting to see if that's an issue that core is willing to fix, as it might affect backwards-compatibility for other vendors. (cherry picked from commit d9e8809)
The release ZIP for this PR is accessible via:
Script Dependencies ReportThe
This comment was automatically generated by the TypeScript Errors Report
assets/js/blocks/collection-filters/inner-blocks/price-filter/price-slider/inspector.tsx
assets/js/blocks/collection-filters/utils.ts assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/frontend.tsx |
Size Change: 0 B Total Size: 1.54 MB ℹ️ View Unchanged
|
…11690) * Add protection towards wrong params in get_block_template_fallback() * Improve protection
9b49aed
to
4cd3b8c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this release! LGTM! 🚢
Heads-up that the failing tests in the |
Patch release
This is the patch release pull request for WooCommerce Blocks plugin
11.5.1
.Changelog
Communication
Prepared Updates
Please leave a comment on this PR with links to the following:
Quality
Testing Instructions are included in this PR: https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/internal-developers/testing/releases/1151.md
Any performance impacts are documented.
🚀 This pull request was generated by the automations bot triggered by the creation of the branch:
release/11.5.1
. cc @sunyatasattva