You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
multidev:create is now checked for whether the site is frozen before attempting to execute. (#1761)
import:database is now checked for whether the site is frozen before attempting to execute. (#1761)
Checks for frozen sites will now throw errors on dev and multidev environments as well as test and live. (#1761)
domain:list now lists id, type, and deleteable attributes. (#1763)
https:info now lists id, type, status, status_message, and deleteable attributes. (#1763)
https:info emits a RowsOfFields object instead of a PropertyList. (#1763)
domain:dns now emits an info log instead of a warning. (#1772)
TerminusCollection::fetch() no longer accepts an array of options. Use setData(array) to pass in data and setFetchArgs(array) for the same functionality. (#1779)
Deprecated
Workflow:operations() is deprecated. Use the Workflow::getOperations() to retrieve workflow operations. (#1769)