Skip to content

0.13.2

Compare
Choose a tag to compare
@TeslaDethray TeslaDethray released this 26 Sep 17:55

Fixed

  • Fixed apply upstream updates. (#1233)
  • Fixed site upstream-info. (#1224)
  • Fixed the notices emitting from sites list. (#1231)
  • Fixed the memberships column in sites list to accurately reflect when your user is a both a team and organizational member of a site. (#1231)
  • Fixed wp and drush commands. (#1237)

Added

  • Site::serialize() (#1224)
  • Upstream::getUpdates() (#1224)
  • Upstream::hasUpdates() (#1224)
  • Upstream::serialize() (#1224)
  • Upstream::fetch() (#1224)
  • The Upstream model now accepts an optional site object so as to conduct API operations. (#1224)
  • Environment::cacheserverConnectionInfo() (#1237)
  • Environment::databaseConnectionInfo() (#1237)
  • Environment::gitConnectionInfo() (#1237)
  • Environment::sftpConnectionInfo() (#1237)

Removed

  • Site::info() has been removed. Please use Site::serialize() instead. (#1224)
  • Site::getUpstreamUpdates() has been removed. Please use Upstream::getUpdates() via the Site model's upstream property. (#1224)

Changed

  • Environment::connectionInfo() now compiles the returns from four newly added connection-info functions. Use these if only a subset of the connection info is required in order to avoid extraneous API calls. (#1237)