Skip to content

Commit

Permalink
LOPS-2214 - Update to 3.4.0 (#2574)
Browse files Browse the repository at this point in the history
* 4. update composer dependencies

* changelog and version num in constants

* updating changelog with extra PR ref
  • Loading branch information
stovak authored Apr 23, 2024
1 parent 6256b90 commit 3a454d3
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 183 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

## 3.3.6-dev
## 3.4.0

- Update clone:content command documentation #2560
- New test for env:metrics command #2562
- Handle error processing workflow in connection:set command. #2563
- The site:create command now waits for a site to be fully awake before completing #2564
- The multidev:create command now waits for the environment to be fully awake before completing #2565

## 3.3.5 - 2024-02-28

Expand Down
2 changes: 1 addition & 1 deletion bin/terminus
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 = '411b1e4983';
$terminusPluginsDependenciesVersion = '1822f1ccac';

// 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 3a454d3

Please sign in to comment.