Skip to content

Commit 926e4e5

Browse files
committed
Merge pull request #935 from pantheon-systems/update/0.10.4
Updated to version 0.10.4
2 parents 7a8daea + 8c54a0f commit 926e4e5

File tree

6 files changed

+31
-4
lines changed

6 files changed

+31
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Change Log
22
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)
33

4-
## MASTER
4+
## [0.10.4] - 2016-02-17
55
### Added
66
- Added new `role` data to the information returned by `site team list`. (#924)
77
- Added `site hostnames get-recommendations` to retrieve DNS recommendations. (#933)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ composer require pantheon-systems/terminus
3535

3636
Run this in this in your terminal client:
3737
```bash
38-
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
38+
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
3939
```
4040
####Installing with Git
4141
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.

config/constants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ TERMINUS_HOST: 'dashboard.pantheon.io'
99
TERMINUS_PORT: 443
1010
TERMINUS_PROTOCOL: 'https'
1111
TERMINUS_TIME_ZONE: 'UTC'
12-
TERMINUS_VERSION: '0.10.3'
12+
TERMINUS_VERSION: '0.10.4'

docs/Models/Collections/Hostnames.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,15 @@
1212

1313
---
1414

15+
### setHydration
16+
##### Description:
17+
Changes the value of the hydration property
18+
19+
##### Parameters:
20+
[mixed] $value Value to set the hydration property to
21+
22+
##### Return:
23+
[void]
24+
25+
---
26+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Terminus\Models\Collections\SiteAuthorizations
2+
3+
### add
4+
##### Description:
5+
Adds a model to this collection
6+
7+
##### Parameters:
8+
[object] $model_data Data to feed into attributes of new model
9+
[array] $options Data to make properties of the new model
10+
11+
##### Return:
12+
[SiteAuthorization]
13+
14+
---
15+

docs/Models/Site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350

351351
### setOwner
352352
##### Description:
353-
Owner handler
353+
Sets the site owner to the indicated team member
354354

355355
##### Parameters:
356356
[string] $owner UUID of new owner of site

0 commit comments

Comments
 (0)