Install

To start a new Drupal project with version 11.2.14:

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.38 MB
MD5: 8c773c77ff6a958fab17323bc514dc68
SHA-1: b6e12a82d6c113ea66270c8252cee06979e84f97
SHA-256: 8a8cc8dd979bcb739cdf843fa4c4b9d0cddbf45b4a3b305a2778843464b7bf83
Download zip 33.21 MB
MD5: c76e206763b6ff340b34d44d10c6257b
SHA-1: 4d37fdbed5b0d18d237e44b3dc6ed1a7a2f1bbe9
SHA-256: d20e2d22a5d07addf9926e72e384b4d39fa6f00c5314942661ea62281863d08a

Security issues fixed

Release notes

This is a security release of the Drupal 11 series.

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.

Which release do I choose? Security coverage information

  • This is likely the final release for 11.2.x. 11.2.x is expected to be end-of-life next week. Sites on Drupal 11.2.x should update immediately to Drupal 11.2.14, and then plan to update to Drupal 11.3 or higher as soon as possible.
  • Sites on Drupal 11.3.x should update immediately to Drupal 11.3.12.
  • Sites on Drupal 10.6.x should update immediately to Drupal 10.6.11.
  • Sites on Drupal 10.5.x should update immediately to Drupal 10.5.12.
  • Drupal 11.1.x, Drupal 11.0.x, Drupal 10.4.x, and below are end-of-life and do not receive security coverage.

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:18 UTC
Last updated: 17 Jun 2026 at 18:28 UTC
Security update
Insecure
Unsupported

Other releases