-
Notifications
You must be signed in to change notification settings - Fork 219
Conversation
* Unset default state * add controller for customers * rename validation file * explain fix inline * address feedback * revert back state logic * Update src/StoreApi/Utilities/ValidationUtils.php Co-authored-by: Mike Jolley <mike.jolley@me.com> --------- Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Fix Customer account sidebar link incorrect margin in WP 6.2 * Update class name to match the guidelines
* Ensure array item data is removed * Remove unused key * Clean up code and add comments * Check for null instead of empty * Use plain foreach to filter and map arrays
This requires AvaTax credentials for testing. So, we'll test for regressions instead
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
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.
Update Pull Request description and get approvals
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:
|
The release ZIP for this PR is accessible via:
Script Dependencies ReportThe
This comment was automatically generated by the TypeScript Errors Report
assets/js/atomic/blocks/product-elements/add-to-cart/product-types/grouped/group-list/index.tsx
assets/js/atomic/blocks/product-elements/shared/config.tsx assets/js/base/components/cart-checkout/address-form/address-form.tsx assets/js/base/components/cart-checkout/shipping-calculator/index.tsx assets/js/blocks/cart-checkout-shared/payment-methods/test/payment-methods.js assets/js/blocks/cart/cart-line-items-table/cart-line-item-row.tsx assets/js/blocks/cart/inner-blocks/cart-express-payment-block/edit.tsx assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/block.tsx assets/js/blocks/cart/inner-blocks/register-components.ts assets/js/blocks/cart/test/block.js assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/edit.tsx assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/block.tsx assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/edit.tsx assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/index.js assets/js/blocks/checkout/inner-blocks/register-components.ts assets/js/blocks/featured-items/with-featured-item.tsx assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/empty-mini-cart-contents-block/index.tsx assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/filled-mini-cart-contents-block/index.tsx assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/index.tsx assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/index.tsx assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/index.tsx assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/index.tsx assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/index.tsx assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/register-components.ts assets/js/blocks/rating-filter/block.tsx assets/js/blocks/store-notices/index.tsx assets/js/data/payment/utils/check-payment-methods.ts assets/js/editor-components/expandable-search-list-item/expandable-search-list-item.tsx assets/js/editor-components/product-attribute-term-control/index.js assets/js/editor-components/search-list-control/search-list-control.tsx assets/js/editor-components/view-switcher/index.js assets/js/extensions/shipping-methods/pickup-location/edit-location/form.tsx assets/js/extensions/shipping-methods/pickup-location/edit-location/state-control.tsx assets/js/interactivity/wpx.js packages/checkout/blocks-registry/register-checkout-block.ts packages/checkout/filter-registry/index.ts |
Size Change: -139 B (0%) Total Size: 1.1 MB
ℹ️ View Unchanged
|
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.
Tested with WC core 7.4 and it's working as expected.
Patch release
This is the patch release pull request for WooCommerce Blocks plugin
9.6.6
.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/9.6.6
. cc @gigitux