Releases: acquia/blt
Releases · acquia/blt
12.8.3
13.5.2
What's new since 13.5.1
🚀 Enhancements
- DX-5153: Add support for custom Twig tests in the Twig validator. @pfrenssen (#4580)
🐛 Bug Fixes
- Fixes #4577: refactoring global access for argv. @mikemadison13 (#4578)
- Update drush executor uri check @shelane (#4562)
13.5.1
13.5.0
What's new since 13.4.0
🚨 Significant changes
- PHP 7.3 EOL @danepowell (#4484)
🚀 Enhancements
- Fixes #4500 to resolve config split recipe issues and #4501 for deprecated Twig code. @mikemadison13 (#4502)
🐛 Bug Fixes
- Fixes #4541 to resolve Drush Runserver Issues and Failed Behat Tests. @mikemadison13 (#4557)
- Fixes #4500 to resolve config split recipe issues and #4501 for deprecated Twig code. @mikemadison13 (#4502)
13.4.0
What's new since 13.3.0
🚨 Significant changes
- Make private files path in default.local.settings.php multisite-aware. @richardbporter (#4460)
- Allow admin password to be set by config if present. @pavlosdan (#4429)
🚀 Enhancements
- Support dotaccess 2 and 3. @grasmash (#4468)
- Allow admin password to be set by config if present. @pavlosdan (#4429)
🐛 Bug Fixes
- Remove installer-paths @danepowell (#4482)
13.3.0
What's new since 13.2.2
🚨 Significant changes
- Fix #4464: Support Drush 11 @danepowell (#4471)
The removes the "cm_core_key" config option, as it is no longer support by the Drush config import command. This key will default to 'sync' going forward.
🚀 Enhancements
- Remove hirak/prestissimo from composer.json suggest. @richardbporter (#4461)
13.2.2
13.2.1
What's new since 13.2.0
🐛 Bug Fixes
- Deprecated usage of setInput() @danepowell (#4433)
🧰 Maintenance
- PHP 7.3 EOL @secretsayan (#4432)
13.2.0
What's new since 13.1.1
🚨 Significant changes
- Support Robo 3 and league/container 3 @danepowell (#4424)
This should be a non-functional change for most users. The intent is just to support newer versions of consolidation/robo and league/container in order to prevent dependency conflicts when requiring BLT on projects that already depend on these packages.
However, since league/container 3.x is not backwards compatible with previous versions, this could have unintended consequences especially for projects that use plugins relying on league/container.
13.1.1
What's new since 13.1.0
🚀 Enhancements
- Support Code Studio CI @danepowell (#4423)
🐛 Bug Fixes
- Simplesamlphp wrong settings path @danepowell (#4412)
- Missing pre-commit command hook @clfer (#4410)
- Existing $settings['reverse_proxy_addresses'] gets clobbered @awm086 (#4385)
- local.settings.php not populated correctly from example.local.blt.yml @shelane (#4370)
🧰 Maintenance
- Remove unused code @danepowell (#4421)