Skip to content

Commit

Permalink
Release 3.0.0 (#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Spellman authored Dec 8, 2021
1 parent 7a3a448 commit d2e9f06
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

## 3.0.0-rc1 - 2021-12-03
## 3.0.0 - 2021-12-06

### Added
- Look up host for 'terminus drush' / 'terminus wp' commands via an alternate nameserver, if selected (#2253)
- Typehint param and return value in lookupHostViaAlternateNameserver (#2253)
- Symfony Library updates (5.x)
- Adds plugin manager, contributed by [Ed Reel](https://github.com/uberhacker) (#2054)
- New command `self:plugin:install` to install Terminus plugins.
- New command `self:plugin:list` to list installed Terminus plugins.
- New command `self:plugin:search` to locate Terminus plugins to install.
- New command `self:plugin:uninstall` to uninstall Terminus plugins.
- New command `self:plugin:update` to update already-installed Terminus plugins.

### Changed
- Update auth:login command so that to not produce a false negative on successful login (#2231)
Expand All @@ -17,6 +28,7 @@ All notable changes to this project will be documented in this file. This projec
- Return json_decode as array (#2239)
- Restore openUrl function from LocalMachineHelper (#2248)
- Draft debian linux packaging (#2255, #2238)
- Update version compatibility check and messaging (#2267)

### Removed
- Remove code related to D9ify (#2246)
Expand All @@ -28,18 +40,6 @@ All notable changes to this project will be documented in this file. This projec
- Fix issue with Phar builder as well as DEB dependencies (#2255)
- Fix coding standards (#2239)

## 3.0.0-beta1 - 2021-10-28

### Added
- D9ify command (see docs)
- Symfony Library updates (5.x)
- Adds plugin manager, contributed by [Ed Reel](https://github.com/uberhacker) (#2054)
- New command `self:plugin:install` to install Terminus plugins.
- New command `self:plugin:list` to list installed Terminus plugins.
- New command `self:plugin:search` to locate Terminus plugins to install.
- New command `self:plugin:uninstall` to uninstall Terminus plugins.
- New command `self:plugin:update` to update already-installed Terminus plugins.

## 2.6.0 - 2021-06-04

### Added
Expand Down
36 changes: 18 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
---

# App
TERMINUS_VERSION: '3.0.0-rc2-dev'
TERMINUS_VERSION: '3.0.0'

# Connectivity
TERMINUS_HOST: 'terminus.pantheon.io'
Expand Down

0 comments on commit d2e9f06

Please sign in to comment.