Skip to content

Commit 2e29b16

Browse files
John Spellmankporras07
andauthored
[CMS-1107] Update to 3.1.1 (#2408)
* Update packages as prep for new release * Update changelog and version * Update composer coverage command and run it. Co-authored-by: Kevin Porras <[email protected]>
1 parent b1eaece commit 2e29b16

File tree

7 files changed

+100
-377
lines changed

7 files changed

+100
-377
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
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.1 - 2022-11-08
5+
6+
### Changed
7+
- Update plan:set docs to sku instead of id (#2407)
8+
9+
### Fixed
10+
- Remove Kint from terminus (#2405)
11+
- Site:org:add should not need user org membership if a label is provided (#2404)
12+
- Look for status code in ssh-key:add response (#2406)
13+
414
## 3.1.0 - 2022-10-17
515

6-
- Added new cache-hit/miss ratio in the cache commands
7-
- Fix deprecation notice in dependency on php 8.1
16+
### Added
17+
- Added new cache-hit/miss ratio in the cache commands (#2399)
18+
19+
### Fixed
20+
- Fix deprecation notice in dependency on PHP 8.1 (#2397)
821

922
## 3.0.9 - 2022-10-06
1023

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 = '833e5fac96';
35+
$terminusPluginsDependenciesVersion = '6d4a6b25a9';
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.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"consolidation/output-formatters": "^4",
2222
"consolidation/robo": "^3",
2323
"consolidation/self-update": "^2.0.4",
24-
"consolidation/site-alias": "^3.1",
24+
"consolidation/site-alias": "^4.0",
2525
"czproject/git-php": "^4.0",
2626
"guzzlehttp/guzzle": "^7.0",
2727
"justinrainbow/json-schema": "^5.2",
2828
"league/container": "^3.4",
2929
"monolog/monolog": "^2.2",
30-
"psy/psysh": "^0.10.8",
30+
"psy/psysh": "^0.11.9",
3131
"rogervila/array-diff-multidimensional": "^2.0",
3232
"symfony/console": "^5",
3333
"symfony/finder": "^5",

0 commit comments

Comments
 (0)