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.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
0 commit comments