Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

11.2.0

Compare
Choose a tag to compare
@danepowell danepowell released this 05 Feb 22:38
· 60 commits to 11.x since this release
0fa69b7

Full Changelog

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

  • Fixes #3940: DT-1053: $config_directories deprecated in Drupal 8.8. (#3990)
  • Removed unnecessary allowed-packages key
  • Fix broken link in factory-hooks/post-settings-php/includes.php (#3972)
  • Warning about using port 80 in tests targets