Drupal 11.0.10
7 January 2025
Drupal version 11.0.10 is now available.
Upgrading to Drupal 11.0.10
Drupal 11.0.10 can be upgraded to (or installed) using any of Installatron's products. Use Installatron's optional Automatic Update feature to automatically apply Drupal updates as new versions are released, or use Installatron's Clone feature to duplicate an existing Drupal install to test the 11.0.10 upgrade prior to applying it live. Get started managing your Drupal installations with Installatron
What's New in Drupal 11.0.10
This is a patch (bugfix) release of Drupal 11 and is ready for use on production sites.
Bug Fixes and Changes
- [random test failure] EditorSecurityTest::testEditorXssFilterOverride
- Revert "Issue #3490710 by mfb: Catch potential exception when calling Request::create() in PathBasedBreadcrumbBuilder"
- [random test failure] LayoutBuilderBlocksTest::testBlockPlaceholder failing
- [random test failure] ImageStylesPathAndUrlTest
- Fatal error: Uncaught TypeError: Drupal\Core\Extension\ThemeHandler::addTheme()
- Document that invalid IDs are not present in the return array or EntityStorageInterface::loadMultiple
- [regression] DateHelper::dayOfWeekName() returns untranslated name
- Remove drupalci.yml
- Revisit large numbers of @see in text element docs
- ExtensionMimeTypeGuesser::guessMimeType must support file names with "0" (zero) in the extension parts like foo.0.zip
- Improve the exception message for unsupported entity types in a workspace
- Backport Hook and LegacyHook Attribute
- Catch potential exception when calling Request::create() in PathBasedBreadcrumbBuilder
- Fix bogus mocking in \Drupal\Tests\Core\Update\UpdateRegistryTest
- docs for EntityTypeInterface::getBundleOf() should say entity type *id*
- EntityAccessCheck documentation contains errors
- DefaultExceptionHtmlSubscriber should not clone the request for 400/BadRequestException