Install
To start a new Drupal project with version 11.0.1: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.07 MB
MD5: 6d257f279f4e99ab4d6732084c33139f
SHA-1: 6bbcebe5e36c23ce9b79268377060b06f14b917e
SHA-256: 5819026fbd6b7bee112039e7b06e4c0d0612b375876cf06599e6125be92a2d83
Download zip
30.41 MB
MD5: be7d782144c8a60cb9eaf91fa54f2b77
SHA-1: 363343d38b92f40f64c81e784de12041d1062998
SHA-256: 964968a2202d6c61b86f7f9b48d6bc04a736a6285504a6829d8373e6b86945dd
Release notes
This is a patch (bugfix) release of Drupal 11 and is ready for use on production sites. Learn more about Drupal 11.
Drupal 11.0.x will receive security coverage until June 2025.
Important update information
- If you are updating from Drupal 10, refer to Preparing your site to upgrade to a newer major version for tools you can use to check the Drupal 11 compatibility of modules, themes and sites. Then, upgrade from Drupal 10 to 11. You should also check the Drupal 11.0.0 release notes.
- If you are updating from 10.2.x or earlier and have the CKEditor font module installed, you should consider switching to CKEditor5 Plugin pack for a more up-to-date version of the plugin which is compatible with the CKEditor5 version shipped with Drupal 10.3.
Important changes in this release
- A new API has been added to support backports of database updates across major and minor versions. This primarily affects core development, but might also be needed for contributed projects (since core will support two major versions simultaneously going forward).
- jQuery UI is updated to 1.14. Sites or modules with custom JavaScript code should review the jQuery UI 1.14 upgrade guide and the 1.14.0 change log.
All changes in this release
- Issue #3447994 by Akhil Babu, Josue2591, thejimbirch, mikelutz, jnicola, b_sharpe: Example recipe isn't functional
- Issue #3466524 by catch: ModuleConfigureRouteTest is slow
- Issue #3464271 by mondrake, smustgrave: Method getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10 - replace in class ControllerBaseTest
- Issue #3463108 by catch, smustgrave: Use artifacts to share the eslint and styleint caches from core to MRs
- Issue #3449875 by nod_, catch, xjm, DamienMcKenna: Update to jQuery UI 1.14.0
- Issue #3454092 by mstrelan, nicxvan, catch: Convert WebAssertTest to a Unit test
- Issue #3439903 by pooja_sharma, SolimanHarkas, pradhumanjain2311, vensires, smustgrave: Fix Node tests that rely on UID1's super user behavior - Blocks
- Issue #3368537 by catch, TwoD, alexpott, cmlara, sboden: Ensure trailing whitespace at the end of a cache ID results in a unique cache item
- Issue #3465353 by mstrelan: ComponentGenerator hardcodes PHP 7.3.0
- Issue #3458177 by mondrake, catch, quietone, godotislate, longwave, larowlan, xjm: Changing plugins from annotations to attributes in contrib leads to error if plugin extends from a missing dependency
- Issue #3463351 by catch, heddn: Consolidate Umami performance tests
- Back to dev.