Install

To start a new Drupal project with version 11.1.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 18.82 MB
MD5: 7459cb5f95451d032e0f3c906da9f855
SHA-1: 5b3d63f4349d71cc11b91fc72fe392c7f87e2df3
SHA-256: 1c4e256edcffdea036faff6d6e339efbacbdfabc89d9010dec536ba7a32d53f3
Download zip 32.06 MB
MD5: 3c3c9410dbcfeae301578daae6263b01
SHA-1: df2b48e46cfda3e965bb4628324d1bd1bebbb1a1
SHA-256: 5957fca5f68879359b4b6ddb0aac544b5b7bb43ee8e83991ec051e0fe93ba453

Release notes

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

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.1.x will receive security support until December 2025. Drupal 11.0.x will continue to receive security support until June 2025.

Important update information

11.1.0 tag has been moved

Due to a packaging issue the 11.1.0 tag has been moved and recreated. This will not affect anything unless you fetched tags between Friday December 13th 2024 and Monday December 16th 2024.

Changes to site-owner-managed files

The "Access the Content blocks overview page" permission is no longer required to create blocks. This means that roles that have "Create new content block" permission for a given block type will be able to create these blocks when they could not in previous releases. Site owners should audit their Block Content permissions to ensure that block creation access is granted intentionally in all cases, and can also now consider revoking access to the content block overview listing for roles that do not need it.

API and behavior changes

  • Most procedural hooks are now implemented in classes. We recommend that sites that are altering core hook implementations review those implementations and update as needed. For more details, review the following two change records:

    1. Hooks can now be implemented in classes (information on the new API)
    2. (information on the conversion of core implementations)
  • Assets are now ordered by dependencies instead of relying on the order that libraries were attached to the page. This is a bug fix that resolves various issues with asset handling. However, there may be side effects in some situations (for example, if a library specifies an individual asset weight that conflicts with its dependencies). Module or theme authors should review their projects for library dependencies that specify custom weights and evaluate any that do to determine if they are affected by this change.

  • The default value of the Account setting, "Who can register accounts?" has changed from "Visitors, but administrator approval is required" to "Administrators only" . This change only applies to new sites built with either the "Standard" or "Minimal" installation profile.

  • Using Composer is the only way to safely and correctly add new code to a Drupal installation. Therefore, the following pages (which supported installing modules and themes via file uploads) have been removed without replacement:

    • The "Add new module" page at /admin/modules/install
    • The "Add new theme" page at /admin/theme/install
    • The "Add new module or theme" page at /admin/reports/updates/install

    See the Additional information, deprecations, and API changes related to installing an extension through the user interface.

  • The Page Cache and Dynamic Page Cache response headers have been improved to include more details about the cacheability.

  • A new Workspaces UI module has been added which provides the Workspace module's routes and toolbar integration. This is to allow alternative user interface implementations in core or contrib.

    Sites already using workspaces will automatically have workspaces_ui enabled in an update.

Automated testing changes

  • Drupal core automated tests and test APIs require strict typing. Tests must add the following line after the opening php tag:

    declare(strict_types=1);
    
  • Experimental module changes

    PHP dependency changes

    • Symfony has been updated to 7.2.0.

    • Twig has been updated to 3.14.2.

    • Numerous other dependencies have received minor- and patch-level updates to the latest versions.

    PHP development dependency changes

    • Composer has been updated to 2.8.1.

    • OpenTelemetry has been updated to 1.1.0. This adds additional development dependencies including the tbachert/spi Composer plugin. When this package is installed by Composer you may be asked whether to trust this plugin. Unless you are using OpenTelemetry performance testing, in Drupal you can safely answer "no" to this question.

    Frontend (CSS and JavaScript) production dependency changes

    • CKEditor has been updated to 44.0.0.

    • jQuery UI has been updated to 1.14.0.

    Development dependencies

      The Nightwatch testing library has been updated to version 3.7.0. Reference the Nightwatch developer guide for a list of high-level changes in the 3.0.0 release.

    Known issues

    Search the issue queue for known issues.

    All changes since Drupal 10.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: catch
    Created on: 16 Dec 2024 at 17:14 UTC
    Last updated: 17 Dec 2024 at 04:57 UTC
    Bug fixes
    New features
    Insecure
    Unsupported

    Other releases