Skip to content

0.10.1

Compare
Choose a tag to compare
@TeslaDethray TeslaDethray released this 12 Jan 19:41

Added

  • config/constants.yml file to contain the default constants for Terminus. (#791)
  • Added a --name=<regex> filter to sites list. Use regex to filter the sites by name. (#802)

Changed

  • Moved Terminus::prompt(), Terminus::promptSecret() to Terminus\Helpers\Input. (#768)
  • Removed duplicative Terminus::menu() in favor of Terminus\Helpers\Input::menu. (#768)
  • Moved Terminus::line() to Terminus\Outputters\Outputter. (#768)
  • Removed dev packages from PHAR file. (#774)
  • Updated Symfony to version 3.0.0. Minimum PHP version required to run Terminus is now 5.5.9. (#772)
  • auth whoami now returns a user profile rather than their UUID. (#763)

Fixed

  • Missing creation dates in site data while using organizations site list command will no longer cause errors. (#766)
  • Fixed headers in session token-based login. (#764)
  • site backups load --element=database no longer errs upon calling the renamed function "backup". (#767)
  • site backups get --latest bug wherein it was returning the oldest backup, rather than the most recent. (#770)
  • sites aliases will no longer tell you you have no sites when none of your domains include 'pantheon.io'. (#782)
  • site tags add now searches for existing tags before adding another. (#771)
  • site redis clear undefined-variable error has been fixed. (#799)