Skip to content

Commit 3a454d3

Browse files
authored
LOPS-2214 - Update to 3.4.0 (#2574)
* 4. update composer dependencies * changelog and version num in constants * updating changelog with extra PR ref
1 parent 6256b90 commit 3a454d3

File tree

4 files changed

+203
-183
lines changed

4 files changed

+203
-183
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
33

4-
## 3.3.6-dev
4+
## 3.4.0
5+
6+
- Update clone:content command documentation #2560
7+
- New test for env:metrics command #2562
8+
- Handle error processing workflow in connection:set command. #2563
9+
- The site:create command now waits for a site to be fully awake before completing #2564
10+
- The multidev:create command now waits for the environment to be fully awake before completing #2565
511

612
## 3.3.5 - 2024-02-28
713

bin/terminus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (!getenv('TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP') && version_compare(PHP_VERSI
3232

3333
// This variable is automatically managed via updateDependenciesversion() in /RoboFile.php,
3434
// which is run after every call to composer update.
35-
$terminusPluginsDependenciesVersion = '411b1e4983';
35+
$terminusPluginsDependenciesVersion = '1822f1ccac';
3636

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

0 commit comments

Comments
 (0)