-

WooCommerce 11.1 skips block registration on non-rendering requests
WooCommerce 11.1 skips block registration on requests that can’t render blocks so Store API and REST are 40% faster. If your extension renders Woo blocks there, opt back in with… Read more
-

Retiring stable feature flags in WooCommerce 11.1
Developer advisory: WooCommerce 11.1 retires stable WooCommerce Admin feature flags. Certain flags still work, but now emit deprecation warnings. Audit your extensions to make sure you’re up to date! Read more
-

Changes to order item deletion in WooCommerce 11.1
11.0 added deferred deletion for order items, which clears memory items while DB deletion occurs. 11.1 enhances this so that only the IDs you specify get deleted. Custom stores can… Read more
-

Changes to product lifecycle hooks in WooCommerce 11.2: save and reorder
In WooCommerce 11.1 and 11.2, we are focusing on performance optimizations for larger product catalogs, including updates to our product lifecycle hooks. Read more
-

Reserved item meta keys are no longer persisted in the admin
In WooCommerce 11.0.0, reserved order item meta keys added via the Add meta button are no longer saved in the admin, preventing unstable behavior and keeping internal order data consistent. Read more
-

Security update for Stripe for WooCommerce
Please update Stripe for WooCommerce for the latest security update. Read more
-

Security update for WooCommerce Subscriptions
If you have sites running WooCommerce Subscriptions (production or staging), please update to 9.1.0. If you have trouble updating, contact our Happiness team for further assistance. Read more
-

Updates to removed order items actions in WooCommerce 11.0
WooCommerce 11.0.0 changes the timing of the woocommerce_removed_order_items action, deferring database deletion until save() to enhance order resume flow and avoid data loss. Read more
-

WooCommerce 11.0 release is delayed
WooCommerce 11.0 release, originally set for July 28, 2026, is tentatively postponed to August 4, 2026. Read more
-

‘Failed’ status orders will now restore reduced stock in WooCommerce 11.0
WooCommerce 11.0 changes stock management by restoring stock when orders transition to a failed status. Developers should review their code accordingly. Read more
-

Dev Advisory: Stripe for WooCommerce payment validation issue patched
⚠️ Advisory: We’ve released patched versions of Stripe for WooCommerce for a payment validation issue affecting some stores using Adaptive Pricing. :thread: Read more
-

A more reliable get_queried_object() in WooCommerce 11.0
Starting with WooCommerce 11.0, the function get_queried_object() on the Shop page will return a WP_Post object instead of a WP_Post_Type object, aligning its behavior with other pages. Read more