File tree Expand file tree Collapse file tree 4 files changed +175
-156
lines changed
Expand file tree Collapse file tree 4 files changed +175
-156
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments