Skip to content

Commit 74f0434

Browse files
authored
Update to 3.1.2 (#2416)
* Update version number. * Update CHANGELOG.md. * Update dependencies. * Update date in changelog. * Update additional dependencies. * Remove .gitignore change.
1 parent e9666f0 commit 74f0434

File tree

4 files changed

+174
-158
lines changed

4 files changed

+174
-158
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
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.2-dev
4+
## 3.1.2 - 2023-01-03
5+
6+
### Added
7+
- PHP 8.2 compatibility (#2414)
8+
9+
### Changed
10+
- Documentation for import:site command (#2410)
11+
- Database and cache connection information is now fetched from env vars (#2403)
512

613
## 3.1.1 - 2022-11-08
714

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 = '19d217d1ab';
35+
$terminusPluginsDependenciesVersion = 'e227447905';
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)