File tree Expand file tree Collapse file tree 4 files changed +135
-128
lines changed
Expand file tree Collapse file tree 4 files changed +135
-128
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.6-dev
4+ ## 3.2.0 - 2023-05-22
5+
6+ ### Added
7+
8+ - New env: rebuild-code command (#2417 )
9+ - Validation for aliases command (#2447 )
10+
11+ ### Fixed
12+ - Bug with multidev: delete when ids are numbers-only (#2462 )
13+
14+ ### Changed
15+ - Add upstream label field to site: info (#2455 )
16+ - Do not check for user membership to remove supporting org (#2453 )
17+ - Improve error messages on error 5xx (#2454 )
18+ - Add search and replace to env: clone-content command for WordPress sites (#2448 )
19+ - Deprecate getSite with param (#2449 )
520
621## 3.1.5 - 2023-04-06
722
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 = '0d76fbed18 ' ;
35+ $ terminusPluginsDependenciesVersion = 'a2aeba185b ' ;
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