-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update WooCommerce Blocks package to 7.2.0 #32075
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mikejolley
added
the
plugin: woocommerce
Issues related to the WooCommerce Core plugin.
label
Mar 15, 2022
5 tasks
jonathansadowski
added
the
release: cherry-pick
Commits from this PR also needs to be added to current release branch.
label
Mar 17, 2022
Adding the |
ObliviousHarmony
approved these changes
Mar 17, 2022
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.
All tests are passing, thanks for this!
Hi @ObliviousHarmony, thanks for merging this pull request. Please take a look at these follow-up tasks you may need to perform:
|
ObliviousHarmony
added
release: add changelog
Mark all PRs that have not had their changelog entries added. [auto]
and removed
release: cherry-pick
Commits from this PR also needs to be added to current release branch.
release: add changelog
Mark all PRs that have not had their changelog entries added. [auto]
labels
Mar 21, 2022
senadir
added a commit
that referenced
this pull request
Mar 23, 2022
This pull updates the WooCommerce Blocks plugin to 7.2.1. It is intended to target WooCommerce 6.4 for release. This supercedes #32075. Details from all the different releases included in this pull: ## Blocks 7.2.1 [Release PR](woocommerce/woocommerce-blocks#6072) [Testing Instruction](https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/trunk/docs/testing/releases/721.md) ### Changelog entry #### The following changelog entries are only those that impact existing blocks and functionality surfaced to users: #### Bug fixes - Don't trigger class deprecations notices if headers are already sent [#6074](woocommerce/woocommerce-blocks#6074) ### Changelog entry > Dev - Update WooCommerce Blocks version to 7.2.1
ObliviousHarmony
added a commit
that referenced
this pull request
Mar 29, 2022
…7.2.1 This pull updates the WooCommerce Blocks plugin to 7.2.1. It is intended to target WooCommerce 6.4 for release. This supercedes #32075.
chihsuan
pushed a commit
that referenced
this pull request
Mar 29, 2022
This pull updates the WooCommerce Blocks plugin to 7.2.1. It is intended to target WooCommerce 6.4 for release. This supercedes #32075. Details from all the different releases included in this pull: ## Blocks 7.2.1 [Release PR](woocommerce/woocommerce-blocks#6072) [Testing Instruction](https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/trunk/docs/testing/releases/721.md) ### Changelog entry #### The following changelog entries are only those that impact existing blocks and functionality surfaced to users: #### Bug fixes - Don't trigger class deprecations notices if headers are already sent [#6074](woocommerce/woocommerce-blocks#6074) ### Changelog entry > Dev - Update WooCommerce Blocks version to 7.2.1
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull updates the WooCommerce Blocks plugin to 7.2.0. It includes changes from WooCommerce Blocks 7.0.0-7.2.0 and is intended to target WooCommerce 6.4 for release. This supercedes #32033.
Details from all the different releases included in this pull:
Blocks 7.0.0
Release PR
Testing Instruction
Release Post
Blocks 7.1.0
Release PR
Testing Instruction
Release Post
Blocks 7.2.0
Release PR
Testing Instruction
Release Post
Changelog entry
The following changelog entries are only those that impact existing blocks and functionality surfaced to users:
Enhancements
wc/store/v1
namespace. (5911)Bug Fixes
wooocommerce_store_api_validate_add_to_cart
andwooocommerce_store_api_validate_cart_item
hook names. (5926)Various
InvalidCartException
for handling cart validation. (5904)X-WC-Store-API
prefixes. #5983woocommerce_blocks_checkout_order_processed
in favour ofwoocommerce_store_api_checkout_order_processed
woocommerce_blocks_checkout_update_order_meta
in favour ofwoocommerce_store_api_checkout_update_order_meta
woocommerce_blocks_checkout_update_order_from_request
in favour ofwoocommerce_store_api_checkout_update_order_from_request
Changelog entry