WordPress 6.8 “Cecil” shipped on April 15, 2025, honoring avant-garde jazz pianist Cecil Taylor. Release lead Matt Mullenweg, coordinated by Jeffrey Paul and Michelle Frechette, and 900+ contributors (including 250+ first-time contributors) delivered 320+ enhancements and fixes across Core and Gutenberg.
From the official announcement: “WordPress 6.8 polishes and refines the tools that you use every day, making your site faster, more secure, and easier to manage.” Three things stand out: Speculative Loading made navigation feel near-instant, bcrypt password hashing strengthened security automatically with zero user action required, and the Style Book finally worked on Classic themes.

Speculative Loading: Near-Instant Page Loads
Speculative Loading is the change you feel the most as a visitor. When a user hovers over or clicks a link, WordPress can preload the next page before they finish the navigation. The result: pages load near-instantly because they were already in flight before the user “asked” for them.
The system balances aggressiveness with efficiency so it doesn’t prefetch pages users won’t visit, and you can fine-tune the behavior via a plugin or code. Only modern browsers participate, but older browsers simply ignore the hints with no impact on functionality.
bcrypt Password Hashing
WordPress 6.8 migrated password hashing to bcrypt, a slower (and therefore stronger) algorithm than the legacy PHPass approach. The upgrade happens automatically: existing passwords get rehashed on next login, new passwords use bcrypt from the start.
For site owners and admins, there’s nothing to do. For attackers, brute-forcing leaked password hashes just got considerably more expensive. It’s a meaningful security upgrade that requires zero user action to take effect.
Style Book Comes to Classic Themes
The Style Book was previously Block-themes-only. In 6.8 it became available to Classic themes that include editor styles or a theme.json file. Find it under Appearance > Design, then use it to preview every block’s styles in one place as you edit CSS or tweak the Customizer.
The Style Book itself also got a structural refresh: cleaner layout, clearer labels, easier-to-scan typography and color editing. For sites that maintain Classic themes (a meaningful chunk of WordPress’s install base), this was the bridge moment where the modern editing tooling started meeting them where they live.
Editor and Data Views Improvements
Data Views (introduced in 6.5) got easier ways to scan options and a new control to exclude sticky posts from the Query Loop block. The editor itself gained dozens of small smoothing-out changes that add up: cleaner block selection, more intuitive Inserter behavior, faster sidebar interactions.
Performance and Accessibility
Beyond Speculative Loading, 6.8 shipped performance work focused on three areas:
- Block editor performance tuning
- Faster block-type registration
- Improved query caching
- Interactivity API improvements stepping toward the team’s stated goal of no interaction taking longer than 50 milliseconds
Accessibility was a big focus of this release: 100+ accessibility fixes and enhancements touched every bundled theme, navigation menu management, the Customizer, and simplified labels throughout. The Block Editor alone got 70+ accessibility improvements covering blocks, Data Views, and overall keyboard/screen reader UX.
Wrapping Up
WordPress 6.8 “Cecil” is a release that makes WordPress sites measurably faster (Speculative Loading), measurably more secure (bcrypt), and measurably more accessible (100+ fixes), all without requiring any user-side configuration. It’s also the version that ended the long Classic-theme-vs-Block-theme split on Style Book access.
For the broader release history, see the WordPress version history. The previous major was WordPress 6.7 “Rollins”; the next was WordPress 6.9 “Gene”. The current major release is WordPress 7.0 “Armstrong”.
Official references: the WordPress 6.8 announcement, the 6.8 Field Guide for developers, and the 6.8 release notes.


