Install

To start a new Drupal project with version 11.4.0-rc2@RC:

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 21.98 MB
MD5: eaa36ed6ae17352856d0885d73d6aadf
SHA-1: 3d67cb043592d699de9feaba6516b276017a1246
SHA-256: e6cc62cf063adada9afa91d8aba7351a5a57c99f849ce2c1afb5c8bd56b28e3e
Download zip 37.12 MB
MD5: ea58a0bafea2fbd5105a3ad9fc669aea
SHA-1: a9e8b4900eb973a9f488ed39a24f65493306bf7d
SHA-256: d617316bea1f168a0c873edc1bf25cdda18d4559397a13e011dee1bafdcb49b3

Security issues fixed

Release notes

This is a release candidate for the next minor version (feature release) of Drupal 11. Release candidates are not supported for production sites, but they are intended for widespread testing in preparation for the upcoming stable release. More information on release candidates.

This release fixes security vulnerabilities. Sites are urged to update immediately after reading the notes below and the security announcements:

Important update information

  • This release also updates dependencies for upstream security releases:

  • Sites using URL discovery for Media oEmbed providers must add an additional media_oembed_discovery_trusted_host_patterns entry to settings.php for their list of known oEmbed providers (like YouTube and Vimeo). It is an array containing a series of regular expressions for matching host names for discovery. It follows the same pattern as the existing trusted hosts settings.

    Example:

    // Only allow URL discovery from example.com.
    $settings['media_oembed_discovery_trusted_host_patterns'] = [
      '^example\.com$',
    ];
    

    Most sites likely use providers.json to define their known oEmbed providers instead, and do not require this change.

Other changes since Drupal 11.4.0-rc1

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: xjm
Created on: 17 Jun 2026 at 17:57 UTC
Last updated: 17 Jun 2026 at 18:44 UTC
Security update
Insecure

Other releases