Releases: acquia/blt
12.5.0
What's new since 12.4.0
🚀 Enhancements
- DX-3021: Fix #4292: Check for Composer 2 instead of prestissimo @danepowell (#4296)
- Fix #4261: Allow site mail and account mail to be set separately @danepowell (#4294)
🐛 Bug Fixes
- DX-2286: Fix #4233: Don't overwrite default.site.yml for multisite init @danepowell (#4297)
- DX-3042: toggle:modules should use normal environment detection @danepowell (#4295)
- Fix #4271: Remove namespace from local settings @danepowell (#4287)
- Fixes #4275: Cannot run Yaml validator multiple times @hkorik (#4276)
🧰 Maintenance
- DX-2556: Switch to release drafter @danepowell (#4302)
- Upgrade to ORCA 3 @danepowell (#4285)
- DX-3067: Restore ORCA test @danepowell (#4299)
- Travis CI: Use Bionic @danepowell (#4283)
12.4.0
This release just adds compatibility for Drupal 9.1.
It removes some Composer dependencies that conflicted with Drupal 9.1. If your application depended on these packages, you should add them to your own composer.json.
Changes
12.3.1
11.6.0
Breaking change
This release removes Drupal Check commands due to ongoing instability in the Drupal Check package. See #4254 for details.
Users who wish to continue using Drupal Check commands should do so independent of BLT, or copy the removed commands from #4254 into a new custom command.
Implemented enhancements
Fixed bugs
12.3.0
Implemented enhancements
- Fix #4176: Support arbitrary config splits (#4224)
- Fix #4217: Warning during multisite init if alias file is missing
Fixed bugs
- Restored local.blt.yml generation (#4239)
- Fixes #4229: Stop modifying local db name for ACSF (#4238)
- Preserve gitignore files required by ACSF (#4227)
Miscellaneous
- Fix security check disable command
11.5.0
Implemented enhancements
- Fixes #4232: Update drupal-extension (#4237)
- Update nedsbeds/profile_split_enable (#4235)
- Check for existing settings files before adding default files (#4157)
Fixed bugs
- Backport from 12.x: Removed drush-request-trace.settings.php. (#4226)
- Fix path to simplesamlphp cert and metadata (#4207)
- Fix reference to config key 'repo.roou' (#4205)
Miscellaneous
12.2.0
Implemented enhancements
- Fix #4218: Link to disabling alias command from warning message
- Fix #4213: Use the provided URI in the drush site alias (#4214)
- Introduce new FilesetsTrait and move all protected filesets helper methods to it (#4202)
Fixed bugs
- Set file_public_path relative to the Drupal root in local.settings.php. (#4222)
Miscellaneous
- Fix undefined index on Lando
- Remove unsupported releases from release.md
- Fix #4215: More permissive bootstrap checking
12.1.0
Implemented enhancements
- Fix #4156: Clarify instructions to copy and rename default settings files.
Miscellaneous
12.0.1
Fixed bugs
- Fix #4182: Missing project.human_name attribute (#4188)
- Fix #4177: Missing docroot on default file_public_path (#4187)
- Fix #4174: Pipelines and Travis CI missing tests:all command (#4186)
- Fix #4183: Notice when running blt drupal:install (#4185)
- Fixes #4171: blt.yml missing drush section. (#4178)
- Issue #4166: Change from valiate:all to just validate. (#4167)
- Issue #4164: Changing twig and yaml linting namespace (#4165)
11.4.2
This is the terminal release on the 11.x branch, barring the discovery of any major bugs or security issues in the next six months. Consider upgrading to BLT 12!
Fixed bugs
Miscellaneous
- adds bootstrap results to debug log (#4128)