File tree Expand file tree Collapse file tree 4 files changed +174
-158
lines changed
Expand file tree Collapse file tree 4 files changed +174
-158
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.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
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 = '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.
You can’t perform that action at this time.
0 commit comments