Skip to content

Commit 0344461

Browse files
authored
Update to 3.2.0 (#2463)
* Run composer update. * Update version and changelog.
1 parent d679320 commit 0344461

File tree

4 files changed

+135
-128
lines changed

4 files changed

+135
-128
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
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.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

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 = '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.

0 commit comments

Comments
 (0)