5.0.25

Latest release in branch 5.0
Released 1 month ago (March 13, 2026)

Software WordPress
Branch 5.0
First official release version 5.0.0
First official release date 7 years ago (December 06, 2018)
Release notes https://wordpress.org/documentation/wordpress-version/version-5-0-25/
Source code https://github.com/WordPress/wordpress-develop/tree/5.0.25
Documentation https://wordpress.org/documentation/
Download https://wordpress.org/download/releases/#branch-50
WordPress 5.0 Releases View full list

What Is New in WordPress 5.0

WordPress 5.0 is a landmark release that fundamentally changes the content creation experience with the introduction of a new block-based editor.

Category Key Changes
New Features Gutenberg block editor, Twenty Nineteen theme
Improvements Accessibility enhancements, REST API endpoints
Developer New JavaScript build process, updated coding standards

How does the new editor change content creation?

The core of WordPress 5.0 is the Gutenberg editor, which replaces the classic TinyMCE editor. Instead of a single text area, you now build posts and pages using individual content blocks for paragraphs, images, galleries, and more.

This block-based approach offers more layout flexibility without needing shortcodes or custom HTML. In practice, it makes complex page designs more intuitive for end-users, though developers need to get familiar with the new JavaScript-centric way of creating blocks.

What theme comes with this release?

Version 5.0 includes the new Twenty Nineteen theme, designed to showcase the capabilities of the Gutenberg editor. It's a minimalist, blog-focused theme with a strong emphasis on typography and wide, full-width alignment options for blocks.

The theme's simplicity is its strength, providing a clean canvas that lets the content created with blocks take center stage. It's a solid default for blogs and sites that prioritize readability.

Are there updates for developers?

Yes, the shift to Gutenberg signifies a major move towards a more modern JavaScript-driven development workflow. The build process for core now uses Webpack and Babel, moving away from Grunt.

This matters because it aligns WordPress core development with contemporary front-end practices. Developers creating custom blocks will need to work with React, JSX, and the WordPress components library.

What about accessibility and compatibility?

The release includes specific accessibility improvements to the new editor, though the community noted it was an area requiring ongoing work. A key feature is the Classic Editor plugin, which allows users to disable Gutenberg and revert to the old editing experience.

Having the Classic Editor plugin available is crucial for mitigating upgrade risks on sites with complex meta boxes or custom fields that might not be immediately compatible with the new block editor.

FAQ

How do I disable the new Gutenberg editor?
You can install and activate the official Classic Editor plugin from the WordPress repository. This plugin allows you to completely revert to the previous editing experience.

Will my old posts break in the new editor?
No, existing content will be wrapped inside a "Classic" block. This preserves all your old formatting and shortcodes, making the transition backward compatible.

Do I have to use React to create custom blocks?
While the core blocks are built with React, you can create custom blocks using any JavaScript you want, including plain JavaScript or a different library. However, using the provided React components is the recommended path.

What happens to my custom meta boxes?
Custom meta boxes will appear in a new "Advanced" panel below the block editor. They still work, but their placement is less integrated than in the classic editor, which can be a jarring user experience.

Is the REST API updated in this version?
Yes, WordPress 5.0 includes new REST API endpoints, specifically for post types and taxonomies, giving developers more tools to interact with site data externally.

Releases In Branch 5.0

Version Release date
5.0.25 1 month ago
(March 13, 2026)
5.0.24 6 months ago
(September 30, 2025)
5.0.23 8 months ago
(August 05, 2025)
5.0.22 1 year ago
(June 24, 2024)
5.0.21 2 years ago
(January 30, 2024)
5.0.20 2 years ago
(October 12, 2023)
5.0.19 2 years ago
(May 16, 2023)
5.0.18 3 years ago
(October 17, 2022)
5.0.17 3 years ago
(August 30, 2022)
5.0.16 4 years ago
(March 11, 2022)
5.0.15 4 years ago
(January 06, 2022)
5.0.14 4 years ago
(September 21, 2021)
5.0.13 4 years ago
(May 12, 2021)
5.0.12 5 years ago
(April 15, 2021)
5.0.11 5 years ago
(October 29, 2020)
5.0.10 5 years ago
(June 10, 2020)
5.0.9 5 years ago
(April 29, 2020)
5.0.8 6 years ago
(December 12, 2019)
5.0.7 6 years ago
(October 14, 2019)
5.0.6 6 years ago
(September 04, 2019)
5.0.5 7 years ago
(March 13, 2019)
5.0.4 7 years ago
(March 13, 2019)
5.0.3 7 years ago
(January 09, 2019)
5.0.2 7 years ago
(December 19, 2018)
5.0.1 7 years ago
(December 13, 2018)
5.0.0 7 years ago
(December 06, 2018)