File tree Expand file tree Collapse file tree 5 files changed +150
-127
lines changed
Expand file tree Collapse file tree 5 files changed +150
-127
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.0.9-dev
4+ ## 3.0.9 - 2022-10-06
5+
6+ ### Changed
7+ - Verbose option description to make it clearer (#2383 )
8+
9+ ### Fixed
10+ - Terminus plugin manager composer commands should not be affected by current directory (#2386 )
11+ - Omit reload warning if running reload command (#2388 )
12+ - Deprecation warnings on PHP 8.1 (#2391 )
513
614## 3.0.8 - 2022-08-22
715
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 = 'e993a57a30 ' ;
35+ $ terminusPluginsDependenciesVersion = '801b936d59 ' ;
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.
Original file line number Diff line number Diff line change 158158 "sort-packages" : true ,
159159 "platform" : {
160160 "php" : " 7.4"
161+ },
162+ "allow-plugins" : {
163+ "phpstan/extension-installer" : true
161164 }
162165 },
163166 "extra" : {
You can’t perform that action at this time.
0 commit comments