8.4.7
Notable changes
- The
hosting: acsf
variable has been removed. It is no longer necessary. Please update your acsf module viacomposer update drupal/acsf --with-dependencies
and rerunblt acsf:init
. - A
composer nuke
command has been added as an expedient for resolving dependency conflicts. - You may now define cm.features.bundle in project.yml. This permits you to specify the features bundle for which config will be imported during a site install. This is helpful if you'd like to avoid importing new Lightning (or other) configuration.
Implemented enhancements:
- Disable twig cache for local development #477
- Adding composer nuke script. #491 (grasmash)
- Updating spacing in composer.json. #490 (grasmash)
- Removing setup:behat from setup:settings. #488 (grasmash)
- Adding drush policy file to prevent drush9 usage on Acquia Cloud. #487 (grasmash)
- Resolves #477: Disable twig cache for local development. #482 (grasmash)
- Consistent settings.php permissions. #480 (danepowell)
- Added features bundle argument. #479 (danepowell)
- Removing hosting flag for acsf. #471 (grasmash)
- Deploy build tweak. #467 (danepowell)
- Allowing single Behat scenario to be executed via BLT. #466 (grasmash)
Misc merged pull requests
- Updated deployment code and documentation for travis-ci. #492 (aweingarten)
- Update ci.md #485 (danepowell)
- Fix missing links and formatting in Windows setup docs. #476 (srowlands)
- Add documentation for using BLT with Ubuntu Bash on Windows 10. #475 (srowlands)
- Cleaned up live testing docs. #473 (danepowell)
- Simplifying install instructions. #472 (grasmash)