-
Notifications
You must be signed in to change notification settings - Fork 221
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: 0 B Total Size: 1.61 MB ℹ️ View Unchanged
|
a206490
to
ccf20b4
Compare
ccf20b4
to
e8e620c
Compare
…was updated in another PR from Shrink columns to fit to Responsive
…lock (#11745) * Change the default for Mini Cart block The Block Hooks API currently doesn’t allow for setting the default state of the block injected into content so this ensures the mini-cart block has a better default state for injection. The current default (displaying total value in cart) takes up more width increasing the risk of poor layout. * Utilize Block Hooks to automatically inject mini-cart block. * include experimental prefix on filters * Fix filter name. * remove experimental prefix. On thinking about this, I don’t think these need to be experimental. They are intentionally provided as escape hatches for hosts/themes that want to opt-in/out so we’ll have to support them when this is shipped (at least until its no longer needed!) * fix variable name! * fix unit tests because of new default * remove another incorrect text expectation Defaults for the block affect this expectation. * fix E2E tests * Mini Cart Block: improve E2E test * fix: improve check for the Product Collection block --------- Co-authored-by: Luigi Teschio <[email protected]>
Add types for `useAddToCartFormContext`Add types for `useAddToCartFormContext`
woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/simple.tsx Lines 16 to 27 in 57cf916
🚀 This comment was generated by the automations bot based on a
|
Add types for `useAddToCartFormContext`Add types for `useAddToCartFormContext`
Lines 92 to 103 in 57cf916
🚀 This comment was generated by the automations bot based on a
|
Add types for `useAddToCartFormContext`Add types for `useAddToCartFormContext`
Lines 21 to 32 in 57cf916
🚀 This comment was generated by the automations bot based on a
|
Add types for `useAddToCartFormContext`Add types for `useAddToCartFormContext`
woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/simple.tsx Lines 16 to 27 in 741aabd
🚀 This comment was generated by the automations bot based on a
|
Add types for `useAddToCartFormContext`Add types for `useAddToCartFormContext`
Lines 92 to 103 in 741aabd
🚀 This comment was generated by the automations bot based on a
|
Add types for `useAddToCartFormContext`Add types for `useAddToCartFormContext`
Lines 21 to 32 in 741aabd
🚀 This comment was generated by the automations bot based on a
|
Add types for `useAddToCartFormContext`Add types for `useAddToCartFormContext`
woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/simple.tsx Lines 16 to 27 in 11ffec1
🚀 This comment was generated by the automations bot based on a
|
Add types for `useAddToCartFormContext`Add types for `useAddToCartFormContext`
Lines 21 to 32 in 11ffec1
🚀 This comment was generated by the automations bot based on a
|
Add types for `useAddToCartFormContext`Add types for `useAddToCartFormContext`
Lines 92 to 103 in 11ffec1
🚀 This comment was generated by the automations bot based on a
|
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.
Changelog from "Implement the Block Hooks API to automatically inject the Mini-Cart block #11745" is missing.
Otherwise all good! 🚀
Tested using testing steps!
053c4f1
to
d4af439
Compare
For some reason, GitHub checks are blocked and refuse to start: |
dddb073
to
4cd0653
Compare
4cd0653
to
681cf50
Compare
* Updated readme.txt, versions, added testing steps * Updated testing zip link
I couldn't get that to work. My guess is that it's related to the conflicts. So running the tests in a separate PR up to date with |
All checks have passed in #12046, so I will proceed with the release. |
Release Pull Request
This is the release pull request for WooCommerce Blocks plugin
11.7.0
.Changelog
Communication
Prepared Updates
Please leave a comment on this PR with links to the following:
https://developer.woo.com/2023/12/05/woocommerce-blocks-11-7-0-release-notes/
Quality
https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/internal-developers/testing/releases/1170.md
🚀 This pull request was generated by the automations bot triggered by the creation of the branch:
release/11.7.0
. cc @Aljullu