-
Notifications
You must be signed in to change notification settings - Fork 218
Release: 11.6.0 #11841
Release: 11.6.0 #11841
Conversation
Release StepsThe release pull request has been created! This checklist is a guide to follow for the remainder of the release process. You can check off each item in this list once completed.
Initial Preparation
Create the Testing Notes
Smoke testingEach 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.
After testing:
Deploy the update
If this release is deployed to WordPress.org
After Workflow completes
Pull request in WooCommerce Core for Package update🆕 These steps need to be done for every WooCommerce Blocks release that isn't a patch release. More information can be found here on why: pdToLP-Of-p2.
The PR description can follow this example.
Testing the PR
Monthly Releases onlyIf this is a monthly release, you'll need to do the following steps as well:
Publish posts
🚀 This comment was generated by the automations bot triggered by the creation of the branch:
|
The release ZIP for this PR is accessible via:
Script Dependencies ReportThere is no changed script dependency between this branch and trunk. This comment was automatically generated by the TypeScript Errors Report
🎉 🎉 This PR does not introduce new TS errors. |
Size Change: +13.3 kB (+1%) Total Size: 1.6 MB
ℹ️ View Unchanged
|
This commit introduces the `get_block_type_style` method in the `ProductCollectionNoResults` class. This new method is designed to manage frontend style handling specifically for this block type. Currently, it returns null, indicating no specific styles are assigned at this stage.
* Company field tests * Click page body before unchecking box
* validate coupon usage against user and email * add checks for logged out user * change to direct array call * fix the query * fix the query * fix arrays * fixe how id is fetched * Make function private * use implode instead of join * coupon shouldnt be a pointer * move ignore statement * add comment about tentative usage * Update src/StoreApi/Utilities/OrderController.php Co-authored-by: Mike Jolley <mike.jolley@me.com> * better validation for user data * remove unused variable * bail early if we dont have limits * add empty line after function --------- Co-authored-by: Mike Jolley <mike.jolley@me.com>
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.
LGTM 🚢
…aled. Might be reverted
… seem staled. Might be reverted" This reverts commit 86be4bd.
@roykho @tarunvijwani Thank you so much for all the effort reviewing and approving this 🙇🏼♂️ Testing PR for running tests with trunk merge > #11887 I created the above PR for a final test run before deploying since we have nasty unresolved trunk conflicts and the CI is not running here. |
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.
LGTM!
Tests passed ✅ #11887 |
Update/11.6.0 changelog and testing instructions #11904 for reference. |
* Empty commit for release pull request * Add missing woocommerce class (#11919) * Fix an issue that caused the Order by select in Reviews blocks to always be disabled (#11918) * Fix Reviews blocks not being rendered (#11913) * Updated readme.txt and testing instructions * Updated versions * Updated testing zip. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Mike Jolley <mike.jolley@me.com> Co-authored-by: Paulo Arromba <17236129+wavvves@users.noreply.github.com> Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
Release Pull Request
This is the release pull request for WooCommerce Blocks plugin
11.6.0
.Changelog
Communication
Prepared Updates
Please leave a comment on this PR with links to the following:
Developer Notes - The following issues require developer notes in the release post:
Quality
Testing Instructions are included in this PR
Any performance impacts are documented.
🚀 This pull request was generated by the automations bot triggered by the creation of the branch:
release/11.6.0
. cc @wavvves