Install
To start a new Drupal project with version 11.0.10: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.11 MB
MD5: ebd3509ea665fc816f5115c3844f2395
SHA-1: a916109a588b35ff37674a5c268ead8b02d3bd4d
SHA-256: 3028b0f109ddf29cb859088380c7a8f373851380f4076ca062a4f5a1228778fd
Download zip
30.52 MB
MD5: 19829996d6abe4d6a237541e78fec519
SHA-1: f1ecbca389c8e76c601fdb996fee52eca40c0251
SHA-256: 45f2f8371eddca7befeedf710b21dca9e59ed2fdaef01be781e7873d088f0883
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.
All changes in this release
- Issue #3496405 by spokje: [random test failure] EditorSecurityTest::testEditorXssFilterOverride
- Revert "Issue #3490710 by mfb: Catch potential exception when calling Request::create() in PathBasedBreadcrumbBuilder"
- Issue #3477586 by spokje, catch, godotislate, berdir, dww, nicxvan: [random test failure] LayoutBuilderBlocksTest::testBlockPlaceholder failing
- Issue #3487371 by spokje, dww: [random test failure] ImageStylesPathAndUrlTest
- Issue #3478628 by oily, alexpott, catch, sheshsharma, osopolar, dunx, shane birley, joegl: Fatal error: Uncaught TypeError: Drupal\Core\Extension\ThemeHandler::addTheme()
- Issue #3484587 by daniel.j, joachim, catch: Document that invalid IDs are not present in the return array or EntityStorageInterface::loadMultiple
- Issue #3456417 by eugene bocharov, pablo_pukha, smustgrave, oily, andypost: [regression] DateHelper::dayOfWeekName() returns untranslated name
- Issue #3489022 by mondrake, larowlan, catch, el7cosmos, bbrala, alexpott, fjgarlin, longwave, xurizaemon, rosk0, poker10, mstrelan, nick_schuch: Remove drupalci.yml
- Issue #2533756 by quietone, jhodgdon, xjm: Revisit large numbers of @see in text element docs
- Issue #3487488 by kim.pepper, mondrake, dakwamine, smustgrave: ExtensionMimeTypeGuesser::guessMimeType must support file names with "0" (zero) in the extension parts like foo.0.zip
- Issue #3491256 by amateescu: Improve the exception message for unsupported entity types in a workspace
- Issue #3482464 by nicxvan, berdir: Backport Hook and LegacyHook Attribute
- Issue #3490710 by mfb: Catch potential exception when calling Request::create() in PathBasedBreadcrumbBuilder
- Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in \Drupal\Tests\Core\Update\UpdateRegistryTest
- Issue #3484365 by nexusnovaz, joachim: docs for EntityTypeInterface::getBundleOf() should say entity type *id*
- Issue #3484799 by vladimiraus: EntityAccessCheck documentation contains errors
- Issue #3486972 by catch, longwave, larowlan: DefaultExceptionHtmlSubscriber should not clone the request for 400/BadRequestException
- Back to dev.