WooCommerce 10.8.0 was released on May 26, 2026. WooCommerce 10.8 comprises performance improvements, compatibility updates, and a few fixes that can greatly improve the productivity of developers, store owners, managers, and other stakeholders.
WooCommerce 10.8.1 Has Been Released
WooCommerce 10.8.1, a patch release, was released on May 28, 2026. The release helps resolve two issues in 10.8.0: a critical regression in the WooPayments onboarding flow and a PHP error during in-place upgrades from 10.7.
Changes Made Before the Final Release of 10.8.0
- Checkout evidence validation was reverted: The checkout evidence validation added to WC_Order::payment_complete () during the 10.8 development cycle has been reverted.
- WooCommerce 6.9 is now the minimum requirement: WooCommerce 10.8 requires WordPress 6.9 or later to run smoothly.
What’s New in WooCommerce 10.8 for Users
The latest release has focused on enhancing the impact of WooCommerce stores by introducing a wide range of features and improvements, including WordPress 7.0 Alignment, Offline-Aware Admin, Orders REST API, a new Webhook topic, Transactional Email, and more.
As you may be aware, like WooCommerce, WordPress 7.0 was released on May 20, 2026, so keep an eye out for this massive tech release of the year.
WordPress 7.0 Alignment
WooCommerce 10.8.0 contains 15 pull requests that help align Woo’s admin with WordPress 7.0 styling, including button radii, notice colors, form control sizing, Select2 dropdowns, and metabox styling.
Moreover, the admin theme color variable has replaced address autocomplete stylesheets and hardcoded admin blues in legacy Select2, so that borders, buttons, and hover states match your chosen color scheme.
You should update WooCommerce and WordPress simultaneously to achieve consistency.
An Offline-Aware Admin
WooCommerce 10.8.0 now prominently displays a banner if a browser disconnects due to an inconsistent internet connection.
Orders REST API now Guards Against Type Mismatches
The Orders REST endpoint in 10.8 helps prevent or reject PUT updates for order types other than shop_order from being silently coerced. This helps enhance data integrity, but it relies on extension updates in case custom order types are updated via this endpoint.
A New product.published Webhook Topic
A new webhook event — product.published will surely inspire and greatly help the developers. Through this feature, external systems will receive a clear signal as soon as the product gets published.
It will help improve workflows such as search indexing, automation triggers, and catalog syncing.
Similarly, the existing product.created and product.updated hooks remain unchanged.
Improved Transactional Emails
The latest release, WooCommerce 10.8, focuses on revolutionizing the block-based email editor and improving transactional emails. Various improvements include improved template synchronization, enhanced coupon‑code integration hooks, expanded REST/schema support for fulfillments and notes, and refined email rendering.
Shipping, Blocks, and the Long Tail
WooCommerce 10.8 has improved shipping partner suggestions and guided flows. Besides, users can experience a much-improved cart and checkout block (including emoji and DOM edge cases), a safer classic cart template with filtered products, and reliability fixes that align with WordPress 7.0.
Storefront Performance and Database Enhancements
WooCommerce 10.8 has simplified the query-reduction task from 10.7:
- New indexes on the wc_orders table (transaction ID lookups) and wc_reserved_stock table (peak-sales stock reservation) allow store owners to quickly check reserved stocks or orders.
- Cache priming across product archives, the product edit screen, the classic cart, grouped products, and the Store API product schema, allowing these paths to batch-load data rather than querying row by row. As a result, the page loads faster and reduces database load.
- Fewer SQL queries are required to populate cart data in the Store API. This means the system doesn’t need as many SQL queries to retrieve cart information.
- Coupon _used_by meta is now lazy-loaded, so coupons with thousands of usages no longer load the full usage history, improving store productivity. This leads to enhanced store performance.
- Bounded filter caches help prevent unbounded growth in wp_options caused by bot‑driven navigation filters.
- A leaner draft order flow helps reduce unnecessary database queries during checkout.
Developer, API, and Database Enhancements
From the developers’ point of view, they can benefit from advancements such as:
- REST API – Draft orders have been excluded from default queries. Furthermore, REST routes have been hardened for security to curb unintended access.
- Schema and Field Updates, such as additional refund data fields and simple tax line definitions, and Handling of null meta in endpoints can improve integration with third-party systems, making developers’ lives a lot easier.
- Database Migrations – Developers can leverage email template metadata synchronization. Plus, they can use migrating analytics import options and create a new review-order page for the updated checkout flow.
- Index Cleanup – Developers can reduce redundant meta indexes, bringing efficiency and performance.
Wrapping Up
As you know, the WooCommerce 10.8.0 release date was on May 26, 2026. Through WooCommerce 10.8, WooCommerce stores can bring efficiency, stability, and performance, resulting in better customer satisfaction and profitability.
This release comprehensively fulfills the needs of developers, store managers, and store owners.