Releases
0.11.2
Added
New field frozen
appears in sites list
when a site belonging to your user has been frozen. (#1015 )
New command site lookup
to look up sites by name. (#1027 )
New command site complete-migration
. (#1077 )
site clear-cache
now automatically clears the framework cache as well as the Varnish cache. (#1083 )
Changed
Removed the port number from the create-a-machine token URL seen when using auth login
except for when the host is localhost. (#1034 )
Changed the SynopsisValidator
so that any unnamed command argument between <
and >
may be given any name. (#1041 )
When running site deploy
and there are no changes to deploy, Terminus will now exit with status 0
rather than 1
. (#1054 )
Moved log-out function out of AuthCommand
and into the Auth
model. (#1058 )
A site's frozen status will appear now in both the site info
output and when running organizations sites list
. (#1091 )
Fixed
wp
and drush
commands both now use the object buffer and output the result of the operation without formatting. (#1023 )
Runner::getLogger()
will no longer return null
. (#1049 )
Fixed undefined-variable bug when attempting to access list of upstreams in InputHelper::upstream()
. (#1050 )
Fixed undefined-variable bug which appears when a user has one machine token saved but is logged out. (#1053 )
Multiline option details will now fully appear in help output. (#1055 )
TERMINUS_PLUGINS_DIR
now overrides the plugin directory appropriately. (#1062 )
Undefined method error while running sites mass-update
has been fixed. (#1064 )
Eliminated superfluous exception catching in TerminusRequest
so that Github API rate limit overages will not disrupt scripts. (#1082 )
Fixed bug in delete-env
which prevented the --remove-branch
option from working. (#1084 )
Fixed bug in site set-https-certificate
. (#1085 )
Updated dependencies to fix blank-menus-in-Windows bug. (#1086 )
The created
field returned by site info
now is in the format specified by TERMINUS_DATE_FORMAT
. (#1093 )
The created
field returned by organizations sites list
now is in the format specified by TERMINUS_DATE_FORMAT
. (#1093 )
The created
field returned by sites list
now is in the format specified by TERMINUS_DATE_FORMAT
. (#1093 )
Switched all remaining date-formatted fields to use the format specified by TERMINUS_DATE_FORMAT
. (#1093 )
Handling of directories in Windows has been fixed. (#1094 )
You can’t perform that action at this time.