Skip to content

Commit

Permalink
Update to 3.1.4 (#2441)
Browse files Browse the repository at this point in the history
* Update dependencies in prep for 3.1.4.

* Added changelog and updated terminus version.
  • Loading branch information
kporras07 authored Mar 1, 2023
1 parent 88d7783 commit 205e7db
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 156 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

## 3.1.3-dev -
## 3.1.4 - 2023-03-01

### Added
- Multiple tag filter support for org:site:list command (#2360)
- Workflow wait command added as a copy of existing command in Build Tools plugin (#2435)

### Fixed
- Cache clear option is now used in the env:deploy command (#2432)

### Changed

- PHP compatibility errors are written to stderr instead of stdout (#2434)
- Description for database import command (#2436)
- Description for workflow:info:logs command (#2439)
- Description for aliases command (#2438)

## 3.1.3 - 2023-02-01

### Added
- Add SFTP Port as an available field for connection:info (#2420)

### Fixed
- Fix env var for db name in connection:info (#2427)
- Library updates to fix compatibility issues with php 8.2 (#2430)

## 3.1.2 - 2023-01-03

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

// 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 205e7db

Please sign in to comment.