Skip to content

Commit

Permalink
Merge pull request #935 from pantheon-systems/update/0.10.4
Browse files Browse the repository at this point in the history
Updated to version 0.10.4
  • Loading branch information
TeslaDethray committed Feb 18, 2016
2 parents 7a8daea + 8c54a0f commit 926e4e5
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
12 changes: 12 additions & 0 deletions docs/Models/Collections/Hostnames.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

---

15 changes: 15 additions & 0 deletions docs/Models/Collections/SiteAuthorizations.md
Original file line number Diff line number Diff line change
@@ -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]

---

2 changes: 1 addition & 1 deletion docs/Models/Site.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 926e4e5

Please sign in to comment.