Skip to content

Commit 205e7db

Browse files
authored
Update to 3.1.4 (#2441)
* Update dependencies in prep for 3.1.4. * Added changelog and updated terminus version.
1 parent 88d7783 commit 205e7db

File tree

4 files changed

+175
-156
lines changed

4 files changed

+175
-156
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
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.1.3-dev -
4+
## 3.1.4 - 2023-03-01
5+
6+
### Added
7+
- Multiple tag filter support for org:site:list command (#2360)
8+
- Workflow wait command added as a copy of existing command in Build Tools plugin (#2435)
9+
10+
### Fixed
11+
- Cache clear option is now used in the env:deploy command (#2432)
12+
13+
### Changed
14+
15+
- PHP compatibility errors are written to stderr instead of stdout (#2434)
16+
- Description for database import command (#2436)
17+
- Description for workflow:info:logs command (#2439)
18+
- Description for aliases command (#2438)
19+
20+
## 3.1.3 - 2023-02-01
21+
22+
### Added
23+
- Add SFTP Port as an available field for connection:info (#2420)
24+
25+
### Fixed
26+
- Fix env var for db name in connection:info (#2427)
27+
- Library updates to fix compatibility issues with php 8.2 (#2430)
528

629
## 3.1.2 - 2023-01-03
730

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 = 'e4ca4dc042';
35+
$terminusPluginsDependenciesVersion = '2cb33384ed';
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)