Skip to content

0.9.3

Compare
Choose a tag to compare
@TeslaDethray TeslaDethray released this 17 Nov 22:16

Please note that 0.9.3 is _NOT_ compatible with PHP 5.3 or 5.4.

Added

  • site environments now includes data on whether environment is initialized yet. (#654)
  • Login with Auth0 via auth login --machine-token=<Auth0 token> is now available. (#665)
  • You can set a machine token via the environment variable TERMINUS_MACHINE_TOKEN. (#665)

Changed

  • Cached sites lists are now keyed to UUID, preventing a previously logged-in user's list from interfering with the currently logged-in user. (#652)
  • Terminus now requires PHP version 5.5.0 or greater. (#661)
  • Upgraded behavioral testing to Behat 3.0.x. (#670)
  • site workflows command moved to workflows list. (#676)
  • Moved command files from php/commands to php/Terminus/Commands and standardized file names. (#682)
  • Added an assets directory, moved ASCII art out of ArtCommand and into assets. (#685)

Fixed

  • Automatic version check disabled for testing. (#643)
  • Bad Github API returns for version check now does not cause error. (#643)
  • Composer installation does not return stability errors. (#661)