This repository was archived by the owner on Mar 5, 2025. It is now read-only.
11.2.0
The biggest change in this release is the addition of a new command to migrate your project from Drupal Scaffold (now deprecated) to Composer Scaffold. Read more about this in #3982
There's one potentially breaking change in this release when running artifact
commands: if you previously set a custom deploy.dir
, you must now also set deploy.docroot
. See #3975 for details.
Implemented enhancements
- DT-1036: Command to migrate projects to Composer Scaffold. (#3982)
- Added source:link command to support local package development. (#3986)
- Adds a config value for deployment docroot. (#3975)
Fixed bugs
- DT-1166: Restrict drupal-check version to fix Pipelines TTY error. (#4001)
- DT-1108: Fixes #3965: Stop setting tmp file path. (#3991)
- DT-1141: Fixes #3980: pre-commit validation doesn't catch code standards errors. (#3981)
- DT-1129: Avoid PHPUnit version conflict with Drupal core. (#3978)
- DT-1128: Fixes #3952: Contributed Drush commands deployed as subprojects. (#3977)
Miscellaneous