Stable Release in branch 5.3
5.3.21
Released 12 Mar 2026
(4 months ago)
SoftwareWordPress
Version5.3
Initial release5.3.0
12 Nov 2019
(6 years ago)
Latest release5.3.21
12 Mar 2026
(4 months ago)
Support statusNo
Release noteshttps://wordpress.org/documentation/wordpress-version/version-5-3-21/
Source codehttps://github.com/WordPress/wordpress-develop/tree/5.3.21
Documentationhttps://wordpress.org/documentation/
Downloadhttps://wordpress.org/download/releases/#branch-53
WordPress 5.3 ReleasesView full list

What Is New in WordPress 5.3

WordPress 5.3, "Kirk," introduces significant improvements to the block editor, administration interface, and core functionality. This release focuses on refining the user experience and expanding the platform's built-in capabilities. It also includes important updates for developers working with modern PHP and date/time handling.

Category Key Changes
New Features Block Editor improvements, New default theme (Twenty Twenty), Site Health Check
Improvements Admin UI refresh, Accessibility enhancements, Image handling
Developer Updates Date/Time component, PHP 7.4 compatibility, New admin email verification
Bug Fixes Over 150 tickets closed for the editor and core

How did the Block Editor get better?

The Block Editor received substantial usability upgrades. It now includes a more intuitive block navigation menu and improved visual styling for a clearer writing experience.

New blocks were added, like the Social Icons block and the Search block, giving users more design options out of the box. The column block also became more flexible, allowing for different background colors per column.

In practice, these changes make building complex layouts feel smoother and less clunky. You spend less time fighting the interface and more time creating content.

What's new for site administrators?

Administrators got a major upgrade with the Site Health feature. This tool provides crucial information about a site's configuration and identifies common performance and security issues.

The admin interface was refreshed with softer colors and redesigned forms, making the dashboard more comfortable to use for long periods. This matters because it reduces visual fatigue for clients and site managers who work in wp-admin daily.

User management saw an update too, with a new process for confirming administrator email address changes to prevent account hijacking.

What about the new default theme?

Twenty Twenty is a bold, content-focused theme built to pair perfectly with the Block Editor. It uses the system font stack, which boosts performance by eliminating external font requests.

The theme includes multiple template options and style variations, offering more starting points for custom designs. Its minimalist approach puts the emphasis squarely on the content you create with blocks.

What core improvements should developers know?

A new Date/Time component (wp_date()) was introduced to properly handle timezone translations, fixing a long-standing pain point. This function should be used instead of date_i18n() for correctly localized dates.

WordPress 5.3 also added compatibility for PHP 7.4, ensuring sites are ready for the newer runtime. The codebase saw updates to MySQLi for better database handling where possible.

For image processing, the platform began generating large image sizes by default, catering to modern high-resolution displays. This is a practical change that helps with responsive images.

FAQ

Is the new Date/Time component a breaking change?
No, it's additive. The new wp_date() function provides a proper way to format dates with timezone support. Existing functions like date_i18n() remain but the new method is recommended for future-proofing.

Does the Site Health feature affect performance?
No, it runs on-demand when accessed from the Tools menu. It performs a series of checks against the server environment and WordPress configuration without adding overhead to normal site operations.

How does the admin email verification work?
When an admin attempts to change their email address, a confirmation link is sent to the new address. The change is only finalized after that link is clicked, preventing unauthorized account changes.

Are there any new hooks for the improved Block Editor?
Yes, the editor updates came with new filters and actions for block variations and style handling. The block API continued to evolve, offering more control for developers creating custom blocks.

Should I replace all my date_i18n() calls with wp_date()?
For new development, absolutely. For existing sites, it's a good practice to plan a migration. The new function handles timezones correctly, which is critical for international sites and applications.

Releases In Branch 5.3

VersionRelease date
5.3.2112 Mar 2026
(4 months ago)
5.3.2030 Sep 2025
(10 months ago)
5.3.1905 Aug 2025
(1 year ago)
5.3.1824 Jun 2024
(2 years ago)
5.3.1730 Jan 2024
(2 years ago)
5.3.1612 Oct 2023
(2 years ago)
5.3.1516 May 2023
(3 years ago)
5.3.1417 Oct 2022
(3 years ago)
5.3.1330 Aug 2022
(3 years ago)
5.3.1211 Mar 2022
(4 years ago)
5.3.1106 Jan 2022
(4 years ago)
5.3.1010 Nov 2021
(4 years ago)
5.3.911 Sep 2021
(4 years ago)
5.3.812 May 2021
(5 years ago)
5.3.715 Apr 2021
(5 years ago)
5.3.630 Oct 2020
(5 years ago)
5.3.529 Oct 2020
(5 years ago)
5.3.410 Jun 2020
(6 years ago)
5.3.329 Apr 2020
(6 years ago)
5.3.218 Dec 2019
(6 years ago)
5.3.112 Dec 2019
(6 years ago)
5.3.012 Nov 2019
(6 years ago)