Still treating WordPress 6.5 as the shiny new release? Myth, busted: it shipped back in 2024, and WordPress is now on the 7.0 series. WordPress 6.5 “Regina,” released April 2, 2024, added the Font Library for managing fonts in the admin, revisions for templates and template parts, new Data Views, the Interactivity API and Block Bindings API for developers, and 110+ performance improvements. It remains a landmark release in the history of the content management system, and this post is the record of what it actually delivered.
We first published this preview in November 2023, while 6.5 was still on the drawing board. Now that the release has long since shipped, here’s the updated record: what landed in 6.5, what slipped to WordPress 6.6, and what never made it past the proposal stage.
What shipped in WordPress 6.5?
Performant translations
One of the most anticipated enhancements in the 2023 pipeline — and it shipped. WordPress 6.5 merged performant translations into core, a project led by the WordPress Performance Team to speed up sites that use translations (per the make.wordpress.org i18n dev note, February 2024).
The feature is built on a new, lightweight internationalization (i18n) library that loads the binary MO files WordPress uses for translations faster while using less memory.
The library also supports translations stored in PHP files, sidestepping the binary file format entirely and taking advantage of server-level caching where available. And per the Performance Team, the new library is so fast it paves the way for the Preferred Languages feature plugin to merge translations of multiple locales.
Font Library
Typography plays a pivotal role in shaping a website’s aesthetic appeal and user experience, and WordPress 6.5 delivered here, too. The Font Library — initially slated for WordPress 6.4, then postponed — shipped with the 6.5 release.
Per the official release announcement, the Font Library lets you “effortlessly install, remove, and activate local and Google Fonts across your site for any Block theme.” Note the scope: it’s a Block-theme feature. The experience is akin to managing media, and custom typography collections give site creators and publishers more options for styling content.
Interactivity API and Block Bindings API
Two developer features that weren’t on our 2023 radar turned out to be headliners of the release. Think of blocks as the LEGO bricks of a WordPress site. The Interactivity API is what makes those bricks move: it gives developers a standardized method for building interactive front-end experiences with blocks, like fetching search results instantly or letting visitors interact with content in real time, with fewer dependencies on external tooling.
The Block Bindings API is the connector piece: it links core block attributes to custom fields and other dynamic content, so developers can use custom field values without creating custom blocks. If there’s data stored elsewhere, blocks can point to that source with only a few lines of code.
Plugin dependencies
WordPress 6.5 also made plugin dependencies easier to manage. Plugin authors can supply a new Requires Plugins header with a comma-separated list of required plugin slugs, and WordPress presents users with links to install and activate those required plugins first.
What slipped or remained in development?
Not every 2023 prediction made the cut. Here’s what moved to WordPress 6.6, and what stayed on the drawing board.
Focus on collaboration features
Here’s a prediction that didn’t pan out. WordPress 6.5 shipped no collaboration features: its highlights were the Font Library, expanded revisions, Data Views, and the developer APIs above.
Phase 3 of the Gutenberg project, which is dedicated to collaborative editing and workflows, is still underway as of August 2026. The wordpress.org roadmap’s 2026 goals name WordPress 7.0 as advancing Phase 3 collaboration features.
Improvements to WordPress admin accessibility
Admin notices inform WordPress users when something goes right — or wrong.
When we wrote this preview in November 2023, a proposal (Trac ticket #50486) aimed to provide mechanisms to help users with accessibility needs navigate through the notices in a standardized way, beyond the existing visual indication. That standardized-notices mechanism wasn’t among the features announced with WordPress 6.5, and it remained a proposal rather than a shipped feature.
Related work on the focus styling in form inputs, buttons, and links (moving to a higher contrast, continuing accessibility work introduced in WordPress 5.3) was also in progress at the time.
Automate the workflows for testing WordPress
Build package installations for new releases (such as wordpress-6.5.zip) are manually tested by WordPress.org core developers and release party attendees when a new version is released, but they don’t usually cover an extensive range of PHP, MySQL, and older WordPress versions. With over 69,000 plugins in the directory (per wordpress.org/plugins, checked August 2026) and hundreds of different hosting configurations, it’s kind of hard to account for everything!
Back in 2023, there were proposals to expand these tests programmatically to cover more areas of focus and help avoid incompatibilities. These stayed at the proposal stage rather than shipping as 6.5 features.
There was also a November 2023 proposal to include links to WordPress Playground to automatically generate a testing environment for every new piece of functionality or patch without having to install a copy of WordPress locally, meaning more people without technical skills could test and provide feedback.
Disable autoload for large options
WordPress can be fast out of the box, but performance often drops as a site grows: themes, plugins, hosting, and database behavior all play a part. A classic culprit is unoptimized plugins bloating the database with options that load on every visit.
This change shipped, one version later than predicted. WordPress 6.6 (July 2024) updated the Options API so options containing large values are no longer autoloaded by default, per the “Options API: Disabling autoload for large options” dev note (June 18, 2024).
Automatic update rollbacks
A feature that generated real buzz in 2023: the ability to roll back a failed plugin auto-update automatically. It landed in core, one release later than we guessed. The merge proposal was published on April 19, 2024, after 6.5 had shipped, and the feature became part of WordPress 6.6. It detects PHP fatal errors during automatic plugin updates and rolls the plugin back to the previously installed version, enhancing update confidence and site security, and reducing support dependency.
The standalone “Rollback Auto Update” feature plugin was retired on June 25, 2025 (the plugin directory lists the closure reason as “Merged into Core”), so there’s nothing extra to install; the protection is built into current WordPress. While it adds a layer of security, regular site backups remain essential: every DreamPress plan includes automated daily backups stored offsite, plus on-demand backups.
Read more: Our guide to WordPress automatic updates
WordPress 6.5 FAQs
WordPress 6.5 delivered on performance, typography, and developer tooling, and the predictions that missed arrived in WordPress 6.6 a few months later. The platform has kept moving since: per wordpress.org’s release archive, the current release line is WordPress 7.0, and only its most recent release is actively maintained. Quick answers to the questions people still ask:
When was WordPress 6.5 released?
WordPress 6.5 “Regina” (named for jazz violinist Regina Carter) was released on April 2, 2024, slightly later than its original March 2024 target.
What were the biggest features in WordPress 6.5?
The Font Library, revisions for templates and template parts, new Data Views, the Interactivity API, the Block Bindings API, plugin dependency management, and 110+ performance improvements, including the new performant translations system.
Is WordPress 6.5 still supported?
No. Per wordpress.org’s release archive, only the most recent release in the 7.0 series is safe to use and actively maintained. If a site is still running 6.5, update it.
What is the latest WordPress version?
As of August 2026, the latest version is WordPress 7.0.2, released July 17, 2026. WordPress 7.0 itself shipped on May 20, 2026.
Did WordPress 6.5 include collaboration features?
No. Gutenberg Phase 3 — collaborative editing and workflows — is still in progress; the wordpress.org roadmap names WordPress 7.0 as advancing Phase 3 collaboration features.
Did you enjoy this article?

