Skip to content

Releases: acquia/blt

12.5.0

17 Dec 01:05
fdebad7
Compare
Choose a tag to compare

What's new since 12.4.0

🚀 Enhancements

🐛 Bug Fixes

🧰 Maintenance

12.4.0

05 Nov 15:08
f7b521b
Compare
Choose a tag to compare

Full Changelog

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

  • Clean up Composer dependencies (#4274)
  • Remove unused semver dependency (#4273)
  • Remove RST docs (#4269)

12.3.1

21 Oct 18:55
c975a1b
Compare
Choose a tag to compare

Full Changelog

Fixed bugs

  • Fixes #4258: Project prefix missing by default (#4265)
  • Fix #4251: TTY mode errors on Pipelines deploys (#4255)
  • Fix #4244 and 4247: Set better config defaults, switch profile to minimal. (#4249)

11.6.0

21 Oct 19:02
df430af
Compare
Choose a tag to compare

Full Changelog

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

  • Fixes #4250 to backport Composer 2.x functionality into 11.x. (#4260)

Fixed bugs

  • Fix #4257: ACSF post-siteinstall.sh not executable (#4264)
  • Fix #4253: Remove Drupal Check commands (#4254)

12.3.0

04 Sep 22:01
fc3855e
Compare
Choose a tag to compare

Full Changelog

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

04 Sep 21:57
ab2a48b
Compare
Choose a tag to compare

Full Changelog

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

05 Aug 17:34
a4af0bd
Compare
Choose a tag to compare

Full Changelog

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

01 Jul 14:39
1c16387
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements

  • Fix #4156: Clarify instructions to copy and rename default settings files.

Miscellaneous

  • checks for existing settings files before adding default files (#4157)
  • BLT-4192: Fix validate twig syntax with Drupal 9. (#4193)

12.0.1

17 Jun 20:45
9a1afaf
Compare
Choose a tag to compare

Full Changelog

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

17 Jun 20:19
63fbbdd
Compare
Choose a tag to compare

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!

Full Changelog

Fixed bugs

  • Fixes #4108: Dev Desktop doctor check missing env var. (#4119)

Miscellaneous

  • adds bootstrap results to debug log (#4128)