-

Order update API endpoint now rejects non-order IDs in WooCommerce 10.8
WooCommerce 10.8 makes the Orders update endpoint reject non-shop_order IDs. Previously it silently converted them into orders. Read more
-

Payment gateways have always been enabled: A debrief
Read more about the Developer Advisory for WooCommerce PayPal Payments; regional gateways were always enabled, but you can disable them. Read more
-

Store API Vulnerability Patched in WooCommerce 5.4+ – What You Need To Know
A critical phishing vulnerability has been patched in WooCommerce versions 5.4 to 10.5.2. We recommend updating to the latest version of WooCommerce. Read more
-

Mailchimp API Maintenance on February 28, 2026
The Mailchimp API will be temporarily unavailable due to scheduled database optimization maintenance on Saturday, February 28, 2026. Read more
-

Restricting per_page for Product and ProductReview Store API Requests in WooCommerce 10.6
WooCommerce 10.6 introduces a minimum per_page value of 1 for products StoreAPI endpoints. Developers using per_page=0 will need to implement pagination instead. Read more
-

Second parameter of woocommerce_get_breadcrumb may be null for Core Breadcrumbs block in WooCommerce 10.6
WooCommerce 10.6 introduces an integration with the WordPress Core Breadcrumbs block, but developers using this filter may need to add a null check. Read more
-

Product images are now lazy-loaded by default in WooCommerce 10.6
WooCommerce 10.6 introduces lazy loading for Product Image block by default. Developers can customize this behavior using the new woocommerce_product_image_loading_attr filter. Read more
-

HPOS sync on read to be disabled by default in WooCommerce 10.7
Starting in WooCommerce 10.7, sync on read for High-Performance Order Storage (HPOS) will be disabled by default. Read more
-

WooCommerce 10.5 Release is Delayed
Initially scheduled for Tuesday, February 3, 2026, we’ve are postponing the release of WooCommerce 10.5. Read more
-

Call for testing: Experimental REST API Caching in WooCommerce 10.5
WooCommerce 10.5 will introduce an experimental caching engine for REST API endpoints, delivering significant performance improvements. Read more
-

Experimental Product Object Caching in WooCommerce 10.5
WooCommerce 10.5 introduces an experimental Product Object Caching feature that improves performance by caching product instances during each request, preventing duplicate product loads from the database. Read more
-

Add to Cart button disabled by default in variable products in WooCommerce 10.5
WooCommerce will disable the Add to Cart button on variable product pages until the variation script loads, enhancing reliability on slow networks. Read more