Skip to content

Commit

Permalink
Update to 3.0.7 (#2352)
Browse files Browse the repository at this point in the history
* Apply composer updates.

* Update version number and changelog.
  • Loading branch information
kporras07 authored Mar 29, 2022
1 parent b064834 commit a734d63
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 212 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

## 3.0.7-dev
## 3.0.7 - 2022-03-29

### Changed
- Change alias for local:commitAndPush to lcp to avoid aliases conflict (#2341)
- Make framework value more human friendly for site:info command (#2351)

### Fixed
- Check upstream updates before getting upstream status to get composer updates info (#2349)
- Fix bug that didn't allow merging a multidev env with only numbers in the name (#2350)

## 3.0.6 - 2022-02-18

Expand Down
2 changes: 1 addition & 1 deletion bin/terminus
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (!getenv('TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP') && version_compare(PHP_VERSI

// This variable is automatically managed via updateDependenciesversion() in /RoboFile.php,
// which is run after every call to composer update.
$terminusPluginsDependenciesVersion = '617a5343ca';
$terminusPluginsDependenciesVersion = '4f7bf5e1bb';

// Cannot use $_SERVER superglobal since that's empty during phpunit testing
// getenv('HOME') isn't set on Windows and generates a Notice.
Expand Down
Loading

0 comments on commit a734d63

Please sign in to comment.