This is a patch (bugfix) release of Drupal 11 and is ready for use on production sites. Learn more about Drupal 11.
Drupal 11.2.x will receive security coverage until June 2026.
Important update information
This is a hotfix release to declare incompatiblity with phpcs 1.1.0. A fix for the underlying issue has already been committed to phpcs and it should be possible to update to phpcs 1.1.1 when it is released. See [#3532187] for more information.
For full information on important changes in 11.2, read the 11.2.0 release notes.
Known issues
-
[#3524738]
-
Numerous site owners and developers have reported difficulty updating to Drupal 11.2.0 due to conflicting versions of Drupal core's development dependencies. Several core development dependencies had their major version constraints increased in the 11.2.0 release:
- PHPStan was increased from v1 to v2.
sebastian/diffwas increased from v5 to v6.- PHPUnit was increased from v10 to v11.
In a future bugfix release, we may attempt to support compatibility with both major versions of these dependencies. For the time being, however, we recommend site owners attempt updating all their packages which may use core's development dependencies together, for example:
composer update "drupal/core*" drupal/automatic_updates "drupal/gin*" drupal/project_browser --with-all-dependencies
For more information and debugging suggestions that may help for your site, see [#3531287].
-
Users of the contributed linkit module should update to version 7.0.5 or higher.
-
The Editor advanced link module has an open issue to add compatibility for Ckeditor5 v45.2.0, users of this module may want to delay updating to 11.2.0 until that issue is fixed.
Search the issue queue for known issues.
All changes since Drupal 11.2.1
- Issue #3532187 by immaculatexavier, alexpott, adrianm6254, xjm, sharif.elshobkshy: Composer issue when dealerdirect/phpcodesniffer-composer-installer update from v1.0.0 to v1.1.0
- Issue #3532199 by joelpittet, griffynh: Remove joelpittet as maintainer for Theme API
- Issue #3471194 by shalini_jha, kim.pepper, smustgrave, quietone, longwave, larowlan: ImageItem and FileItem generateSampleValue methods makes bad Uris
- Back to dev.