Install
To start a new Drupal project with version 11.4.2: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
22.03 MB
MD5: bfcc105279464b53e1c2ce8a1083c430
SHA-1: 0eb59476e56483290ab21481ce4887dd6fc09ebd
SHA-256: 88efcc3e334489080c911f31678021a7098f00ece34d223638b727f424ee46c9
Download zip
36.99 MB
MD5: 57a57a5d37c603884c3677ccba3db8ba
SHA-1: 32807e6cfb6dd30e9f503b36c521d7113e6a7e77
SHA-256: 92cccf2eb0154061a5e8cc3830110698a77a000ed8bbabe122fed4f6b3da5760
Release notes
This is a patch (bugfix) release of Drupal 11 and is ready for use on production sites. Learn more about the latest version of Drupal.
Drupal 11.4.x will receive security coverage until June 2027.
This release fixes two regressions in the update path from 11.3.x or 10.6.x to 11.4.x.
-
When running
composer update, Drupal's scaffolding command would fail to create the newly requiredautoload_runtime.phpin some cases, requiring runningcomposer installin addition. This issue should now be resolved. -
Sites with search and/or help modules installed would in some cases run into a fatal error during updates to enable the new
search_nodeandsearch_helpmodules, these updates should now run smoothly.
Known issues
- 11.4.0 introduced an unintentional incompatibility with certain route definitions, this is being worked on in #3608776: Regression: Route discovery isn't fully compatible with Symfony routes
Several other other bugfixes and compatibility improvements are also included, see the full list below.
All changes since 11.4.1
- refactor: #3608912 Move search updates back to search module and fix missing plugin errors
- fix: #3608288 Update FileReferenceResolver::__construct() to use the more generic CacheBackendInterface
- fix: #3605792 SQL injection via unvalidated operator in case-insensitive entity query array conditions
- fix: #3608805 [random test failure] Drupal\Tests\config\Functional\ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite
- fix: #3091285 Composer scaffolding fails when permissions on default.settings.yml or default.settings.php is not writable.
- fix: #3607866 Scaffold plugin does not always create autoload_runtime.php when upgrading to 11.4
- fix: #3609363 Regression: install_import_translations() no longer lets contrib/custom translations override core on install-from-config
- fix: #3609124 Add proper BC for ImageFormatter
- fix: #3132725 "Limit list to selected items" on exposed filters does not filter
- fix: #3609087 \Drupal\locale\LocaleProjectRepository::buildProjects() does not respect weight in 11.4.x
- task: #3608738 Avoid adding user:0 cache tag in UserRoles cache context
- fix: #3609020 BC layer in locale_translation_get_projects() implemented incorrectly
- fix: #3605554 Translations are never loaded or downloaded for a custom profile
- fix: #3608374 Data for non-revisionable/non-translatable/no-dedicated-field-tables entity types such as file is loaded twice
- fix: #3593838 Views QueryParameter argument_default plugin doesn't apply default value if root-level parameter key is present, but nested key is missing
- task: #3608308 Composer 2.10 causing Drupal recipe unpacking tests to fail