Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Fixes #1985: Cannot upgrade to Drupal 8.4 with a released version of BLT because of drush version. #1988

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1fe4687
Small fix to custom Drupal-VM. (#1902)
dpagini Aug 9, 2017
639ff50
Fixes #1903: 8.9.1 Feedback. (#1904)
grasmash Aug 9, 2017
57449a2
Updating CHANGELOG.md with 8.9.2 release notes.
grasmash Aug 9, 2017
2c7f69e
Fixed pass-by-reference error. (#1907)
danepowell Aug 9, 2017
fc99dcc
Fix BLT version constant. (#1908)
danepowell Aug 9, 2017
69439eb
Updating BLT version to 8.9.2.
grasmash Aug 9, 2017
f906f74
Fixed BLT doctor VM errors. (#1909)
danepowell Aug 9, 2017
907a938
Executing examples:init during project creation. (#1910)
grasmash Aug 9, 2017
b3cac01
Adding notification after phphcs failure.
grasmash Aug 9, 2017
937355a
Support pulling JavaScript libraries from Asset Packagist (#1923)
Aug 21, 2017
301776d
Check if ['USER'] is defined. (#1928)
thom8 Aug 16, 2017
3fbd052
Fixes #1935: features-import-all build step errors do not fail build.…
grasmash Aug 22, 2017
a4d23c6
BLT-1962: adding environment calls to pipelines scripts. (#1963)
mikemadison13 Sep 5, 2017
49ed2c9
Fixes #1914: BLT Schema out of date process. (#1943)
grasmash Aug 23, 2017
d266156
Fix blt sync:files command so it runs outside VM (#1911)
gabe-connolly Aug 10, 2017
0c6f8c1
Use the latest chromedriver. (#1967)
ericchenshine Sep 6, 2017
eccbc0c
Adds manual port information for SimpleSAML when on Acquia Cloud. (#1…
typhonius Sep 5, 2017
223b888
Adds template for allowing warnings/errors to succeed. (#1937)
grahl Aug 21, 2017
d2697b1
Travis should only exit early for docs on PRs. (#1912)
danepowell Aug 10, 2017
96d23d1
Adding update message and updating changelog.
grasmash Sep 12, 2017
284c80b
Fixes #1915: Default site factory applications to PHP 5.6. (#1972)
grasmash Sep 7, 2017
1051b91
Connects to #1979: Restricting Behat to 3.3.*. (#1981)
grasmash Sep 12, 2017
74e3ecc
Fixes #1985: Cannot upgrade to Drupal 8.4 with a released version of …
grasmash Sep 13, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Change Log

## [8.9.3](https://github.com/acquia/blt/tree/8.9.3) (2017-09-12)
[Full Changelog](https://github.com/acquia/blt/compare/8.9.2...8.9.3)

**Implemented enhancements:**

- Use the latest chromedriver. [\#1967](https://github.com/acquia/blt/pull/1967) ([ericchenshine](https://github.com/ericchenshine))
- Adds manual port information for SimpleSAML when on Acquia Cloud. [\#1958](https://github.com/acquia/blt/pull/1958) ([typhonius](https://github.com/typhonius))
- Adds template for allowing warnings/errors to succeed. [\#1937](https://github.com/acquia/blt/pull/1937) ([grahl](https://github.com/grahl))

**Fixed bugs:**

- Check if server\['USER'\] is defined. [\#1928](https://github.com/acquia/blt/pull/1928) ([thom8](https://github.com/thom8))
- Fixes \#1935: features-import-all build step errors do not fail build. [\#1942]
- BLT-1962: adding environment calls to pipelines scripts. [\#1963](https://github.com/acquia/blt/pull/1963) ([mikemadison13](https://github.com/mikemadison13))
- Fixes \#1914: BLT Schema out of date process. [\#1943](https://github.com/acquia/blt/pull/1943) ([grasmash](https://github.com/grasmash))
- Fix blt sync:files command so it runs outside VM [\#1911](https://github.com/acquia/blt/pull/1911) ([gabe-connolly](https://github.com/gabe-connolly))
- Travis should only exit early for docs on PRs. [\#1912](https://github.com/acquia/blt/pull/1912) ([danepowell](https://github.com/danepowell))


## [8.9.2](https://github.com/acquia/blt/tree/8.9.2) (2017-08-09)
[Full Changelog](https://github.com/acquia/blt/compare/8.9.1...8.9.2)

**Implemented enhancements:**

- Scaffold composer files required by merge plugin. [\#1849](https://github.com/acquia/blt/issues/1849)
- Fixes \#1903: 8.9.1 Feedback. [\#1904](https://github.com/acquia/blt/pull/1904) ([grasmash](https://github.com/grasmash))))
- Adding phpcs.xml. [\#1895](https://github.com/acquia/blt/pull/1895) ([grasmash](https://github.com/grasmash))

**Fixed bugs:**

- setup:behat overwrites behat.yml and example.local.yml [\#1898](https://github.com/acquia/blt/issues/1898)
- Couldn't create a new project with blt [\#1896](https://github.com/acquia/blt/issues/1896)
- Small fix to custom Drupal-VM. [\#1902](https://github.com/acquia/blt/pull/1902) ([dpagini](https://github.com/dpagini))
- Fixes \#1898: setup:behat overwrites behat.yml and example.local.yml. [\#1899](https://github.com/acquia/blt/pull/1899) ([grasmash](https://github.com/grasmash))

**Closed issues:**

- phpcs: haltonwarning no longer available [\#1889](https://github.com/acquia/blt/issues/1889)

**Misc merged pull requests**

- Fixes \#1889: phpcs: haltonwarning no longer available. [\#1897](https://github.com/acquia/blt/pull/1897) ([grasmash](https://github.com/grasmash))


## [8.9.1](https://github.com/acquia/blt/tree/8.9.1) (2017-08-08)
[Full Changelog](https://github.com/acquia/blt/compare/8.9.0...8.9.1)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"oomphinc/composer-installers-extender": "^1.1",
"dflydev/dot-access-data": "^1.1.0",
"drupal/coder": "^8.2.11",
"drush/drush": "^8.1.10",
"drush/drush": "^8.1.8|^9.0.0-beta4",
"grasmash/drupal-security-warning": "^1.0.0",
"grasmash/yaml-cli": "^1.0.0",
"grasmash/yaml-expander": "^1.0.5",
Expand Down
Loading