WordPress News
WooCommerce 11.0.0 Released
What’s new in WooCommerce 11.0.0
Released: 2026-08-04
Active installations: 7,000,000
Tested up to WordPress 7.0.2
Requires PHP 7.4
Changelog
- Fix – Add a compatibility shim for the removed product block editor block registry to avoid third-party extension fatals. #65500
- Fix – Add compatibility shims for the removed block templates PHP API to avoid third-party extension fatals. #65503
- Fix – Add per-period refunds field to the legacy REST sales report so consumers can compute net sales per day or month (fixes #27552, #42694). #65467
- Fix – Add referrerPolicy to address autocomplete fetch requests to ensure Referer header is sent even with restrictive site policies. #62967
- Fix – Addressed cache invalidation gaps for product instance caching refresh. #65431
- Fix – Add the WooCommerce debug group to HPOS CLI debug messages. #65701
- Fix – Align email order item names consistently after product thumbnails. #66141
- Fix – Align Woo Home in-app promo banner styling with updated admin card patterns. #65660
- Fix – Allow decimal stock quantities below 1 to remain in stock when the woocommerce_stock_amount filter is overridden with floatval. The integer cast inside WC_Abstract_Product::validate_props() truncated values like 0.5 to 0, incorrectly flipping the product to “Out of stock”. #65023
- Fix – Allow the “Regenerate the product attributes lookup table” tool (and the related abort and resume tools) to run via the REST API instead of failing with an “Invalid nonce” error. #66082
- Fix – Allow users with the view_woocommerce_reports capability to access the Analytics Leaderboards REST endpoint and view leaderboard data. #65492
- Fix – Avoid a critical Site Health warning when WooCommerce cannot verify uploads directory protection. #65757