Skip to content

Commit

Permalink
[CMS-1107] Update to 3.1.1 (#2408)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
John Spellman and kporras07 authored Nov 8, 2022
1 parent b1eaece commit 2e29b16
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 377 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# 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.1 - 2022-11-08

### Changed
- Update plan:set docs to sku instead of id (#2407)

### Fixed
- Remove Kint from terminus (#2405)
- Site:org:add should not need user org membership if a label is provided (#2404)
- Look for status code in ssh-key:add response (#2406)

## 3.1.0 - 2022-10-17

- Added new cache-hit/miss ratio in the cache commands
- Fix deprecation notice in dependency on php 8.1
### Added
- Added new cache-hit/miss ratio in the cache commands (#2399)

### Fixed
- Fix deprecation notice in dependency on PHP 8.1 (#2397)

## 3.0.9 - 2022-10-06

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

// Cannot use $_SERVER superglobal since that's empty during phpunit testing
// getenv('HOME') isn't set on Windows and generates a Notice.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"consolidation/output-formatters": "^4",
"consolidation/robo": "^3",
"consolidation/self-update": "^2.0.4",
"consolidation/site-alias": "^3.1",
"consolidation/site-alias": "^4.0",
"czproject/git-php": "^4.0",
"guzzlehttp/guzzle": "^7.0",
"justinrainbow/json-schema": "^5.2",
"league/container": "^3.4",
"monolog/monolog": "^2.2",
"psy/psysh": "^0.10.8",
"psy/psysh": "^0.11.9",
"rogervila/array-diff-multidimensional": "^2.0",
"symfony/console": "^5",
"symfony/finder": "^5",
Expand Down
Loading

0 comments on commit 2e29b16

Please sign in to comment.