Releases: pantheon-systems/terminus
Releases · pantheon-systems/terminus
3.0.9
Changed
- Verbose option description to make it clearer (#2383)
Fixed
- Terminus plugin manager composer commands should not be affected by current directory (#2386)
- Omit reload warning if running reload command (#2388)
- Deprecation warnings on PHP 8.1 (#2391)
3.0.8
Changed
- Install plugins can now be done from git url (#2362)
Fixed
- Make sure local:clone gets the right branch (#2375)
- Plugin update should work without args or with 'all' args (#2369)
- Make backup:restore command work with element = all (#2381)
3.0.7
Changed
- Change alias for local:commitAndPush to lcp to avoid aliases conflict (#2341)
- Make framework value more human friendly for site:info command (#2351)
Fixed
- Check upstream updates before getting upstream status to get composer updates info (#2349)
- Fix bug that didn't allow merging a multidev env with only numbers in the name (#2350)
3.0.6
Changed
- Make upstream status report on composer updates (#2338)
Fixed
- Fix bug where
self:console
was not working because psy/psysh was a dev dependency. (#2332)
- Pin to league/container ^3 to avoid fatal errors (#2337)
3.0.5
Added
- Added the
--element
usage for backup:create
(#2317)
- Add GitHub Pull Request Template and move Issue Template (#2325)
Changed
- Replace git:// urls with https:// urls (#2319)
Fixed
- Fix bug where
site:list
was unable to properly filter by tags when part of site team (#2316)
- Fix bug where
--simulate
option was being ignored (#2321)
- Fix bug where
site:delete
command always fails (#2324)
- Fix bug where
self:update
reports it only works with the phar version of Terminus (#2328)
2.6.6
- Replace git:// urls with https:// urls (#2318)
- Fix bug where
site:delete
command always fails (#2323)
3.0.4
Added
- Added self:plugin:migrate command (#2299)
- Add php 8.1 support (#2295)
Changed
- Set memory limit with ini_set() rather than /usr/bin/env -S (#2303)
- Optimize Terminus phar build (#2307)
- Do not require composer/composer as a direct dependency of Terminus (#2308)
- Avoid dependency on ext-curl in Terminus (#2310)
- Improve error verbosity in
Sites::get()
(#2311)
- Retry API request on "Connection refused" and "Operation timed out" errors (#2313)
Fixed
- self:update command should now work when plugins have been installed (#2297)
- Fix filestore scandir problem (#2309)
3.0.3
Fixed
- Fix PHP 7.4 regressions and revert PHP 8.1 support. PHP 8.1 support will be restored in a future release (#2292)
3.0.2
Added
- Add aliases for Terminus plugin commands (#2274)
- Add PHP 8.1 support (#2284)
Changed
- Allow upstream:updates:apply to default to dev environment if no environment explicitly provided (#2282)
Fixed
- Change env:wake to use https on the platform domain (#2283)
- Minor fixup to help output of dashboard:view and self:console (#2277)
2.6.5
- Change env:wake to use https on the platform domain (#2287)