Install

To start a new Drupal project with version 11.3.0:

To update your site and all dependencies to the latest version of Drupal:

To update your site to this specific release:
Pinning to a specific release may make it more challenging to update your site in future, see composer documentation for managing pinned versions

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 19.9 MB
MD5: a99fd3c96c52ac663fa96a9774cb7ce8
SHA-1: 415e528c5900f9e4a6fd9cd921a8c8b82047cee8
SHA-256: 09c7f45e94bea4e879a2f297fbf1144aafe15606f3ed4a29d27dd40ecc582018
Download zip 34.15 MB
MD5: 0c6889e561f41908c56e0867399f205e
SHA-1: 9c212d104732530e6c46cb1376131bf63c47d657
SHA-256: 607641b734e58347d0752f562cfa2fe003c5138516cacf289589150da4c44013

Release notes

This is a a feature minor release of Drupal 11 and is ready for use on production sites. Learn more about the latest version of Drupal and the Drupal core release cycle.

Read the Drupal 11.3.0 release announcement for improvements and highlights in this release.

This minor release provides improvements and new functionality. It does not break backward compatibility (BC) for public APIs. There may be changes in internal APIs and experimental modules. If so, contributed and custom modules and themes may need updating. This is according to Drupal core's backward compatibility and experimental module policies.

This release may include string changes and additions. Translators can review the latest translation status on localize.drupal.org.

Drupal 11.3.x will receive security support until December 2026. Drupal 11.2.x will continue to receive security support until June 2026.

Drupal 11 will be supported until the release of Drupal 13.

Important update information

Permission changes

  • A new permission "Administer node published status" allows content editors to change the publication status of all content types without being able to edit the content.
  • A new permission "Rebuild node access permissions" restricts who can rebuild the node access grants, as this can be a long and disruptive process.

Neither of these permissions will be granted by default (except to administrators who have all permissions) but you may wish to review your permission setup if these features are relevant to your site.

The Navigation module is now stable and safe for use on production sites. Navigation provides a collapsible, vertical sidebar for Drupal's administrative user interface. It is a significant improvement for Drupal's administrative user experience.

Navigation will replace Drupal's existing Toolbar in the Standard profile in a future release, but there are known major and critical bugs that must be resolved first, including known accessibility issues:

Platform requirements changes

  • PHP 8.4 is now the recommended PHP version for sites using Drupal 11 versions 11.3 and above. (PHP 8.3 is still the minimum supported version.)

  • Support for hosting Drupal directly on Windows in production environments is deprecated. Windows is not a well supported environment, we do not have an automated Windows test environment and there are few developers who can test on Windows. Therefore, sites wanting to use Windows servers in production should plan to use Linux on Windows.

    Support for Windows in development environments will continue.

API and behavior changes

Deprecated modules

The Ban core module is deprecated in Drupal 11.3.0 and will be moved to contributed projects in Drupal 12.

Additional modules may be deprecated prior to Drupal 12.

PHP dependency changes

  • The doctrine/annotations package is marked abandoned upstream. Parts of the code have been forked into Drupal core. This change only affects custom code that was handling PHP annotations; for more information, see the change record.

  • Symfony components have been updated to Symfony v7.4.0.

Many dependencies have also received minor- and patch-level updates to the latest versions.

Frontend (CSS and JavaScript) production dependency changes

Many dependencies have also received minor- and patch-level updates to the latest versions.

Development dependencies

  • Framework support for testing with PHPUnit 10 is removed. Both core and contrib can now only run tests with PHPUnit 11.

  • Test classes using annotation metadata still work under PHPUnit 11, but throw PHPUnit deprecations that lead to CI job failures if appropriately set up. It is strongly recommended to convert annotations to attributes as described in Tests with PHPUnit 10 attributes are now supported.

Many dependencies have received minor- and patch-level updates to the latest versions.

Known issues

Search the issue queue for known issues.

All changes since Drupal 11.3.0-rc2

What’s next?

  1. Learn how to install Drupal
  2. Learn how to update Drupal
  3. Extend Drupal to do more
  4. Get training
  5. Check out what others built
Created by: longwave
Created on: 17 Dec 2025 at 11:33 UTC
Last updated: 19 Dec 2025 at 17:57 UTC
Bug fixes
New features
Insecure

Other releases