Skip to content

Releases: acquia/blt

12.8.3

24 Aug 15:28
0717414
Compare
Choose a tag to compare

Fix #4583

Note that BLT 12 is not maintained. This fix was only made to enable #4587

13.5.2

23 Aug 19:01
c02c3e3
Compare
Choose a tag to compare

What's new since 13.5.1

🚀 Enhancements

  • DX-5153: Add support for custom Twig tests in the Twig validator. @pfrenssen (#4580)

🐛 Bug Fixes

13.5.1

15 Jul 22:21
883c69c
Compare
Choose a tag to compare

What's new since 13.5.0

🐛 Bug Fixes

13.5.0

13 Jul 19:09
9dcffed
Compare
Choose a tag to compare

What's new since 13.4.0

🚨 Significant changes

🚀 Enhancements

🐛 Bug Fixes

13.4.0

15 Mar 19:50
da018a6
Compare
Choose a tag to compare

What's new since 13.3.0

🚨 Significant changes

🚀 Enhancements

🐛 Bug Fixes

13.3.0

28 Feb 20:29
82095ae
Compare
Choose a tag to compare

What's new since 13.2.2

🚨 Significant changes

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

13.2.2

14 Jan 16:07
e0a9c82
Compare
Choose a tag to compare

What's new since 13.2.1

🐛 Bug Fixes

13.2.1

30 Nov 22:58
11fa6fb
Compare
Choose a tag to compare

What's new since 13.2.0

🐛 Bug Fixes

🧰 Maintenance

13.2.0

18 Nov 22:13
994cd78
Compare
Choose a tag to compare

What's new since 13.1.1

🚨 Significant changes

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

18 Nov 21:18
4aba896
Compare
Choose a tag to compare

What's new since 13.1.0

🚀 Enhancements

🐛 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