Skip to content

Commit

Permalink
Update to 3.1.2 (#2416)
Browse files Browse the repository at this point in the history
* Update version number.

* Update CHANGELOG.md.

* Update dependencies.

* Update date in changelog.

* Update additional dependencies.

* Remove .gitignore change.
  • Loading branch information
kporras07 authored Jan 3, 2023
1 parent e9666f0 commit 74f0434
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 158 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

## 3.1.2-dev
## 3.1.2 - 2023-01-03

### Added
- PHP 8.2 compatibility (#2414)

### Changed
- Documentation for import:site command (#2410)
- Database and cache connection information is now fetched from env vars (#2403)

## 3.1.1 - 2022-11-08

Expand Down
2 changes: 1 addition & 1 deletion bin/terminus
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (!getenv('TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP') && version_compare(PHP_VERSI

// This variable is automatically managed via updateDependenciesversion() in /RoboFile.php,
// which is run after every call to composer update.
$terminusPluginsDependenciesVersion = '19d217d1ab';
$terminusPluginsDependenciesVersion = 'e227447905';

// Cannot use $_SERVER superglobal since that's empty during phpunit testing
// getenv('HOME') isn't set on Windows and generates a Notice.
Expand Down
Loading

0 comments on commit 74f0434

Please sign in to comment.