We are pleased to announce the release of WooCommerce 6.6. This release should be backwards compatible with the previous version.
This release contains:
- 904 commits from 51 contributorsย in WooCommerce Core
- 97 commits from 21 contributorsย in WooCommerce Blocks
As always, we recommend creating a backup of your site and making sure that your theme and any other plugins are compatible before updating. You can check outย this update guideย for more information.
Whatโs new in 6.6?
- Added a new TikTok Marketing Extension.ย #32778
- WooCommerce Blocks updated to version 7.6.0. See the release posts forย 7.5.0ย andย 7.6.0ย for included changes.
- Updates to bump the tested WordPress version to 6.0 and the minimum version to 5.8, per ourย WordPress support policy.
These are just some of the changes that are included in WooCommerce 6.6. You can find the complete changelog for this release in theย changelog.txt file.
Actions and Filters
This release adds 1 new action.
Action | Description |
before_woocommerce_pay_form | Triggered right before the Pay for Order form, after validation of the order and customer. |
And 1 new filter.
Filter | Description |
woocommerce_orders_cot_and_posts_sync_step_size | Filter to customize the count of orders that will be synchronized in each step of the custom orders table to/from posts table synchronization process. |
Database Changes
There are no database changes in this release.
Template Changes
There are no template changes in this release.
Deprecations
There are no deprecations in this release.
Reposted from WooCommerce