Skip to content

Commit d2e9f06

Browse files
author
John Spellman
authored
Release 3.0.0 (#2266)
1 parent 7a3a448 commit d2e9f06

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
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.0.0-rc1 - 2021-12-03
4+
## 3.0.0 - 2021-12-06
5+
6+
### Added
7+
- Look up host for 'terminus drush' / 'terminus wp' commands via an alternate nameserver, if selected (#2253)
8+
- Typehint param and return value in lookupHostViaAlternateNameserver (#2253)
9+
- Symfony Library updates (5.x)
10+
- Adds plugin manager, contributed by [Ed Reel](https://github.com/uberhacker) (#2054)
11+
- New command `self:plugin:install` to install Terminus plugins.
12+
- New command `self:plugin:list` to list installed Terminus plugins.
13+
- New command `self:plugin:search` to locate Terminus plugins to install.
14+
- New command `self:plugin:uninstall` to uninstall Terminus plugins.
15+
- New command `self:plugin:update` to update already-installed Terminus plugins.
516

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

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

31-
## 3.0.0-beta1 - 2021-10-28
32-
33-
### Added
34-
- D9ify command (see docs)
35-
- Symfony Library updates (5.x)
36-
- Adds plugin manager, contributed by [Ed Reel](https://github.com/uberhacker) (#2054)
37-
- New command `self:plugin:install` to install Terminus plugins.
38-
- New command `self:plugin:list` to list installed Terminus plugins.
39-
- New command `self:plugin:search` to locate Terminus plugins to install.
40-
- New command `self:plugin:uninstall` to uninstall Terminus plugins.
41-
- New command `self:plugin:update` to update already-installed Terminus plugins.
42-
4343
## 2.6.0 - 2021-06-04
4444

4545
### Added

composer.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/constants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
---
88

99
# App
10-
TERMINUS_VERSION: '3.0.0-rc2-dev'
10+
TERMINUS_VERSION: '3.0.0'
1111

1212
# Connectivity
1313
TERMINUS_HOST: 'terminus.pantheon.io'

0 commit comments

Comments
 (0)