This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 218
Graduate __experimental_woocommerce_blocks_checkout_update_order_meta
action to stable
#5017
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
rubikuserbot
requested review from
a team and
senadir
and removed request for
a team
October 27, 2021 15:45
opr
added
focus: blocks
Specific work involving or impacting how blocks behave.
focus: rest api
Work impacting REST api routes.
status: needs review
focus: documentation
This issue is a request for better documentation.
labels
Oct 27, 2021
Size Change: 0 B Total Size: 1.12 MB ℹ️ View Unchanged
|
mikejolley
approved these changes
Oct 28, 2021
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.
Approving this one also, but same feedback as in #5015 (review) applies.
github-actions
bot
added
status: ready to merge
and removed
status: needs review
labels
Oct 28, 2021
opr
force-pushed
the
update/graduate-update-order-meta
branch
from
November 2, 2021 09:46
ebd3023
to
c4e9a12
Compare
nielslange
added
type: enhancement
The issue is a request for an enhancement.
skip-changelog
PRs that you don't want to appear in the changelog.
and removed
skip-changelog
PRs that you don't want to appear in the changelog.
labels
Nov 16, 2021
3 tasks
jonny-bull
pushed a commit
to jonny-bull/woocommerce-gutenberg-products-block
that referenced
this pull request
Dec 14, 2021
…a` action to stable (woocommerce#5017) * Deprecate __experimental_woocommerce_blocks_checkout_update_order_meta * Update docs to show new action and remove deprecated one * Amend deprecated tag and add version numbers * Resolve conflict where old hook name was included in example docs
jonny-bull
pushed a commit
to jonny-bull/woocommerce-gutenberg-products-block
that referenced
this pull request
Dec 16, 2021
…a` action to stable (woocommerce#5017) * Deprecate __experimental_woocommerce_blocks_checkout_update_order_meta * Update docs to show new action and remove deprecated one * Amend deprecated tag and add version numbers * Resolve conflict where old hook name was included in example docs
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
focus: blocks
Specific work involving or impacting how blocks behave.
focus: documentation
This issue is a request for better documentation.
focus: rest api
Work impacting REST api routes.
type: enhancement
The issue is a request for an enhancement.
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 PR will deprecate the
__experimental_woocommerce_blocks_checkout_update_order_meta
action and replace it withwoocommerce_blocks_checkout_update_order_meta
.It also updates the docs relating to this hook. All references to the now deprecated hook have been replaced with the new hook, besides the one in the experimental interfaces document, which has changed to note that the prefixed hook is now deprecated.
Fixes #4995
Manual Testing
How to test the changes in this Pull Request:
functions.php
file:wp-config.php
file:debug.log
file and ensure there's a deprecation message logged for__experimental_woocommerce_blocks_checkout_update_order_meta
.Changelog