-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Bump fulfillment hook and template versions to 10.1.0 #59783
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
Bump fulfillment hook and template versions to 10.1.0 #59783
Conversation
…-order-fulfillments-replace-all-new-since-version-tags-with-101
Testing GuidelinesHi @ismaeldcom , Apart from reviewing the code changes, please make sure to review the testing instructions (Guide) and verify that relevant tests (E2E, Unit, Integration, etc.) have been added or updated as needed. Reminder: PR reviewers are required to document testing performed. This includes:
|
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.
Looks good to me, although I've found the following unchanged cases, not sure if they also need to be updated:
* @since 9.9.0 * @since 9.9.0 * @since 9.9.0 return apply_filters( 'wc_get_email_fulfillment_items_table', ob_get_clean(), $order, $fulfillment ); if ( ! function_exists( 'wc_get_email_fulfillment_items' ) ) {
Test using WordPress PlaygroundThe changes in this pull request can be previewed and tested using a WordPress Playground instance. Test this pull request with WordPress Playground. Note that this URL is valid for 30 days from when this comment was last updated. You can update it by closing/reopening the PR or pushing a new commit. |
Thanks @ismaeldcom, I've fixed the findings you pointed out, except the last one, which was a function name :) |
f614fe1
into
feature/57353-order-fulfillments-entity
Hi @tpaksu! Your PR contains REST API changes. Please consider updating the REST API documentation if your changes affect the public API. Changed API files:
|
Submission Review Guidelines:
Changes proposed in this Pull Request:
This PR renames hooks added in fulfillments with the
wc_fulfillment
prefix to have the standard form ofwoocommerce_fulfillment
prefix, and bumps the version number on the@since 9.9.0
tagged filters to10.1.0
.Closes #59456 WOOPLUG-4911 .
How to test the changes in this Pull Request:
Using the WooCommerce Testing Instructions Guide, include your detailed testing instructions:
The code changes:
wc_fulfillment -> woocommerce_fulfillment
and9.9.0 -> 10.0.1
changes,Changelog entry
Changelog Entry Details
Significance
Type
Message
Changelog Entry Comment
Comment
This PR is a part of a feature branch, which will have it's own changelog.