diff --git a/CHANGELOG.md b/CHANGELOG.md index f6503d285..bb86f8544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ #Change Log All notable changes to this project starting with the 0.6.0 release will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org) -## MASTER +## [0.10.4] - 2016-02-17 ### Added - Added new `role` data to the information returned by `site team list`. (#924) - Added `site hostnames get-recommendations` to retrieve DNS recommendations. (#933) diff --git a/README.md b/README.md index f294957b0..9c975fd3f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ composer require pantheon-systems/terminus Run this in this in your terminal client: ```bash -curl https://github.com/pantheon-systems/terminus/releases/download/0.10.3/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus +curl https://github.com/pantheon-systems/terminus/releases/download/0.10.4/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus ``` ####Installing with Git To install with Git and use Terminus HEAD, you should clone this repository and run Terminus directly. If you would like to contribute to the Terminus source, this is the way you should install it. You will require Composer for this installation. diff --git a/config/constants.yml b/config/constants.yml index f0ff73cc4..68865a221 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -9,4 +9,4 @@ TERMINUS_HOST: 'dashboard.pantheon.io' TERMINUS_PORT: 443 TERMINUS_PROTOCOL: 'https' TERMINUS_TIME_ZONE: 'UTC' -TERMINUS_VERSION: '0.10.3' +TERMINUS_VERSION: '0.10.4' diff --git a/docs/Models/Collections/Hostnames.md b/docs/Models/Collections/Hostnames.md index 7d5baacbf..cc2e289e9 100644 --- a/docs/Models/Collections/Hostnames.md +++ b/docs/Models/Collections/Hostnames.md @@ -12,3 +12,15 @@ --- +### setHydration +##### Description: + Changes the value of the hydration property + +##### Parameters: + [mixed] $value Value to set the hydration property to + +##### Return: + [void] + +--- + diff --git a/docs/Models/Collections/SiteAuthorizations.md b/docs/Models/Collections/SiteAuthorizations.md new file mode 100644 index 000000000..f2adba001 --- /dev/null +++ b/docs/Models/Collections/SiteAuthorizations.md @@ -0,0 +1,15 @@ +# Terminus\Models\Collections\SiteAuthorizations + +### add +##### Description: + Adds a model to this collection + +##### Parameters: + [object] $model_data Data to feed into attributes of new model + [array] $options Data to make properties of the new model + +##### Return: + [SiteAuthorization] + +--- + diff --git a/docs/Models/Site.md b/docs/Models/Site.md index 1df93473d..27248f1f4 100644 --- a/docs/Models/Site.md +++ b/docs/Models/Site.md @@ -350,7 +350,7 @@ ### setOwner ##### Description: - Owner handler + Sets the site owner to the indicated team member ##### Parameters: [string] $owner UUID of new owner of site