|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [8.4.0](https://github.com/acquia/blt/tree/8.4.0) (2016-09-08) |
| 3 | +## [8.4.1](https://github.com/acquia/blt/tree/8.4.1) (2016-09-12) |
| 4 | +[Full Changelog](https://github.com/acquia/blt/compare/8.4.0...8.4.1) |
| 5 | + |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- BLT presumes sites/default, complicates multisite settings [\#380](https://github.com/acquia/blt/issues/380) |
| 9 | +- Automate execution of `blt update` after composer update [\#341](https://github.com/acquia/blt/issues/341) |
| 10 | +- Install BLT alias automatically for developers [\#284](https://github.com/acquia/blt/issues/284) |
| 11 | +- Making vm:init task more verbose. [\#376](https://github.com/acquia/blt/pull/376) ([grasmash](https://github.com/grasmash)) |
| 12 | +- Replacing external Phing random string task with internal one. [\#375](https://github.com/acquia/blt/pull/375) ([grasmash](https://github.com/grasmash)) |
| 13 | +- Added search modules [\#374](https://github.com/acquia/blt/pull/374) ([danepowell](https://github.com/danepowell)) |
| 14 | +- Chmod settings.php to 644 instead of 755 [\#370](https://github.com/acquia/blt/pull/370) ([bkosborne](https://github.com/bkosborne)) |
| 15 | +- Fixes \#341 \#284: Automating alias installation and template updates. [\#368](https://github.com/acquia/blt/pull/368) ([grasmash](https://github.com/grasmash)) |
| 16 | + |
| 17 | +**Fixed bugs:** |
| 18 | + |
| 19 | +- fatal: A branch named 'master-build' already exists. [\#381](https://github.com/acquia/blt/issues/381) |
| 20 | +- Fixing multiple deployment target bug. [\#373](https://github.com/acquia/blt/pull/373) ([grasmash](https://github.com/grasmash)) |
| 21 | +- Revert "Modify deploy phing to enable multiple environment deployments." [\#372](https://github.com/acquia/blt/pull/372) ([grasmash](https://github.com/grasmash)) |
| 22 | +- Modify deploy phing to enable multiple environment deployments. [\#363](https://github.com/acquia/blt/pull/363) ([marksakurada](https://github.com/marksakurada)) |
| 23 | + |
| 24 | +**Closed issues:** |
| 25 | + |
| 26 | +- Move all common settings files to `sites/all/settings` [\#147](https://github.com/acquia/blt/issues/147) |
| 27 | + |
| 28 | +**Misc merged pull requests** |
| 29 | + |
| 30 | +- Updating documentation. [\#383](https://github.com/acquia/blt/pull/383) ([grasmash](https://github.com/grasmash)) |
| 31 | +- Fixes \#380: Allow $site\_dir to be defined for multisite. [\#382](https://github.com/acquia/blt/pull/382) ([grasmash](https://github.com/grasmash)) |
| 32 | +- Update RELEASE.md [\#378](https://github.com/acquia/blt/pull/378) ([grasmash](https://github.com/grasmash)) |
| 33 | +- Updating CONTRIBUTING.md and RELEASE.md [\#371](https://github.com/acquia/blt/pull/371) ([grasmash](https://github.com/grasmash)) |
| 34 | + |
| 35 | +## [8.4.0](https://github.com/acquia/blt/tree/8.4.0) (2016-09-09) |
4 | 36 | [Full Changelog](https://github.com/acquia/blt/compare/8.3.4...8.4.0)
|
5 | 37 |
|
6 | 38 | **Implemented enhancements:**
|
|
30 | 62 | - Fixing bug in `blt init` [\#360](https://github.com/acquia/blt/pull/360) ([grasmash](https://github.com/grasmash))
|
31 | 63 | - Fixes \#356: deploy:acsf:init uses wrong docroot. [\#357](https://github.com/acquia/blt/pull/357) ([grasmash](https://github.com/grasmash))
|
32 | 64 |
|
33 |
| -**Merged pull requests:** |
| 65 | +**Misc merged pull requests** |
34 | 66 |
|
35 | 67 | - Fix the setup amp stack anchor. [\#355](https://github.com/acquia/blt/pull/355) ([naveenvalecha](https://github.com/naveenvalecha))
|
36 | 68 | - Adding CHANGELOG.md and generator settings. [\#354](https://github.com/acquia/blt/pull/354) ([grasmash](https://github.com/grasmash))
|
|
41 | 73 | **Implemented enhancements:**
|
42 | 74 |
|
43 | 75 | - Move tests/phpunit/Bolt tests into /tests [\#295](https://github.com/acquia/blt/issues/295)
|
| 76 | +- Completing pipelines build file. [\#351](https://github.com/acquia/blt/pull/351) ([grasmash](https://github.com/grasmash)) |
| 77 | +- Tweaking verbosity. [\#349](https://github.com/acquia/blt/pull/349) ([grasmash](https://github.com/grasmash)) |
| 78 | +- Increasing verbosity of all exec tasks. [\#347](https://github.com/acquia/blt/pull/347) ([grasmash](https://github.com/grasmash)) |
44 | 79 |
|
45 | 80 | **Fixed bugs:**
|
46 | 81 |
|
47 | 82 | - Configuration written to settings.php during install [\#345](https://github.com/acquia/blt/issues/345)
|
| 83 | +- Issue \#345: Changing require\_once\(\) to require\(\). [\#346](https://github.com/acquia/blt/pull/346) ([grasmash](https://github.com/grasmash)) |
48 | 84 |
|
49 |
| -**Merged pull requests:** |
| 85 | +**Misc merged pull requests** |
50 | 86 |
|
51 | 87 | - Switch -Dbehat.param to path in single behat test example. [\#353](https://github.com/acquia/blt/pull/353) ([seanpclark](https://github.com/seanpclark))
|
52 |
| -- Completing pipelines build file. [\#351](https://github.com/acquia/blt/pull/351) ([grasmash](https://github.com/grasmash)) |
53 |
| -- Tweaking verbosity. [\#349](https://github.com/acquia/blt/pull/349) ([grasmash](https://github.com/grasmash)) |
54 |
| -- Increasing verbosity of all exec tasks. [\#347](https://github.com/acquia/blt/pull/347) ([grasmash](https://github.com/grasmash)) |
55 |
| -- Issue \#345: Changing require\_once\(\) to require\(\). [\#346](https://github.com/acquia/blt/pull/346) ([grasmash](https://github.com/grasmash)) |
56 | 88 |
|
57 | 89 | ## [8.3.2](https://github.com/acquia/blt/tree/8.3.2) (2016-08-31)
|
58 | 90 | [Full Changelog](https://github.com/acquia/blt/compare/8.3.1...8.3.2)
|
|
61 | 93 |
|
62 | 94 | - NPM management of deployed front-end libraries [\#333](https://github.com/acquia/blt/issues/333)
|
63 | 95 | - Add nodejs frontend tools for drupalvm integration [\#324](https://github.com/acquia/blt/issues/324)
|
| 96 | +- Removing DevDesktop settings include. [\#343](https://github.com/acquia/blt/pull/343) ([grasmash](https://github.com/grasmash)) |
| 97 | +- Set perms on settings files. [\#342](https://github.com/acquia/blt/pull/342) ([danepowell](https://github.com/danepowell)) |
| 98 | +- Adding an update.sh script. [\#339](https://github.com/acquia/blt/pull/339) ([grasmash](https://github.com/grasmash)) |
| 99 | +- Issue \#333: Allow deployment of front-end libraries. [\#334](https://github.com/acquia/blt/pull/334) ([danepowell](https://github.com/danepowell)) |
64 | 100 |
|
65 | 101 | **Fixed bugs:**
|
66 | 102 |
|
67 | 103 | - override blt phing target [\#316](https://github.com/acquia/blt/issues/316)
|
68 | 104 | - drush.wrapper broken by xdebug message [\#315](https://github.com/acquia/blt/issues/315)
|
69 | 105 | - PHPUnit Tests should load project.local.yml [\#309](https://github.com/acquia/blt/issues/309)
|
| 106 | +- Removing Phantom JS CDN URL. [\#340](https://github.com/acquia/blt/pull/340) ([grasmash](https://github.com/grasmash)) |
| 107 | +- Fixes \#315: Resolving xdebug and drush.wrapper bug. [\#337](https://github.com/acquia/blt/pull/337) ([grasmash](https://github.com/grasmash)) |
| 108 | +- Ignoring a lightning patch. [\#335](https://github.com/acquia/blt/pull/335) ([grasmash](https://github.com/grasmash)) |
70 | 109 |
|
71 | 110 | **Closed issues:**
|
72 | 111 |
|
73 | 112 | - Clean up the Continuous Integration instructions [\#319](https://github.com/acquia/blt/issues/319)
|
74 | 113 |
|
75 |
| -**Merged pull requests:** |
| 114 | +**Misc merged pull requests** |
76 | 115 |
|
77 |
| -- Removing DevDesktop settings include. [\#343](https://github.com/acquia/blt/pull/343) ([grasmash](https://github.com/grasmash)) |
78 |
| -- Set perms on settings files. [\#342](https://github.com/acquia/blt/pull/342) ([danepowell](https://github.com/danepowell)) |
79 |
| -- Removing Phantom JS CDN URL. [\#340](https://github.com/acquia/blt/pull/340) ([grasmash](https://github.com/grasmash)) |
80 |
| -- Adding an update.sh script. [\#339](https://github.com/acquia/blt/pull/339) ([grasmash](https://github.com/grasmash)) |
81 |
| -- Fixes \#315: Resolving xdebug and drush.wrapper bug. [\#337](https://github.com/acquia/blt/pull/337) ([grasmash](https://github.com/grasmash)) |
82 | 116 | - The URL in template README.md is malformed [\#336](https://github.com/acquia/blt/pull/336) ([bhasselbeck](https://github.com/bhasselbeck))
|
83 |
| -- Ignoring a lightning patch. [\#335](https://github.com/acquia/blt/pull/335) ([grasmash](https://github.com/grasmash)) |
84 |
| -- Issue \#333: Allow deployment of front-end libraries. [\#334](https://github.com/acquia/blt/pull/334) ([danepowell](https://github.com/danepowell)) |
85 | 117 | - Added tips on features wrappers. [\#330](https://github.com/acquia/blt/pull/330) ([danepowell](https://github.com/danepowell))
|
86 | 118 | - Setup and deploy should install frontend dependencies. [\#327](https://github.com/acquia/blt/pull/327) ([danepowell](https://github.com/danepowell))
|
87 | 119 | - Felt backwards to me. [\#326](https://github.com/acquia/blt/pull/326) ([justinlevi](https://github.com/justinlevi))
|
|
114 | 146 | - Site installs crash if files directory is not empty [\#128](https://github.com/acquia/blt/issues/128)
|
115 | 147 | - Installation script fails when using VM and configuration directory exists [\#64](https://github.com/acquia/blt/issues/64)
|
116 | 148 |
|
117 |
| -**Merged pull requests:** |
| 149 | +**Misc merged pull requests** |
118 | 150 |
|
119 | 151 | - Resolves \#204: Removing architecture.md. [\#303](https://github.com/acquia/blt/pull/303) ([grasmash](https://github.com/grasmash))
|
120 | 152 | - Improving upgrade path. [\#302](https://github.com/acquia/blt/pull/302) ([grasmash](https://github.com/grasmash))
|
|
196 | 228 | - composer install is run twice on initial setup [\#8](https://github.com/acquia/blt/issues/8)
|
197 | 229 | - Switch documentation to not use line breaks at 80 cols [\#4](https://github.com/acquia/blt/issues/4)
|
198 | 230 |
|
199 |
| -**Merged pull requests:** |
| 231 | +**Misc merged pull requests** |
200 | 232 |
|
201 | 233 | - Resolves \#243: Document how to run a partial set of tests. [\#282](https://github.com/acquia/blt/pull/282) ([grasmash](https://github.com/grasmash))
|
202 | 234 | - Resolves \#219: Documenting committing dependencies. [\#280](https://github.com/acquia/blt/pull/280) ([grasmash](https://github.com/grasmash))
|
|
352 | 384 |
|
353 | 385 |
|
354 | 386 |
|
355 |
| -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 387 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments