Skip to content

Releases: pantheon-systems/terminus

3.0.9

06 Oct 20:51
cce0ea8
Compare
Choose a tag to compare

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

22 Aug 23:43
d29a981
Compare
Choose a tag to compare

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

29 Mar 19:56
a734d63
Compare
Choose a tag to compare

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

18 Feb 19:48
d164769
Compare
Choose a tag to compare

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

08 Feb 22:22
ad0116b
Compare
Choose a tag to compare

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

08 Feb 05:51
7b08e82
Compare
Choose a tag to compare
  • Replace git:// urls with https:// urls (#2318)
  • Fix bug where site:delete command always fails (#2323)

3.0.4

18 Jan 21:31
1ac5729
Compare
Choose a tag to compare

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

18 Dec 03:13
3f96122
Compare
Choose a tag to compare

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

17 Dec 20:41
1ca877f
Compare
Choose a tag to compare

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

17 Dec 22:12
0c91ad9
Compare
Choose a tag to compare
  • Change env:wake to use https on the platform domain (#2287)