Skip to content

Commit 86aaac8

Browse files
authored
Merge pull request #1144 from pantheon-systems/update/0.11.4
Update/0.11.4
2 parents deb3955 + df97fa3 commit 86aaac8

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
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.11.4] - 2016-08-10
55
### Added
66
- Added `new-relic enable` command. (#1141)
77
- Added `new-relic disable` command. (#1141)

README.md

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

3838
Run this in this in your terminal client:
3939
```bash
40-
curl https://github.com/pantheon-systems/terminus/releases/download/0.11.3/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
40+
curl https://github.com/pantheon-systems/terminus/releases/download/0.11.4/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
4141
```
4242

4343
####Installing with [Homebrew](http://brew.sh/)(for Macs)

config/constants.yml

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

99
# App
1010
JSON_PRETTY_PRINT: 128
11-
TERMINUS_VERSION: '0.11.3'
11+
TERMINUS_VERSION: '0.11.4'
1212

1313
# Connectivity
1414
TERMINUS_HOST: 'dashboard.pantheon.io'

docs/Models/Site.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,18 @@
118118

119119
---
120120

121+
### disableNewRelic
122+
##### Description:
123+
Disables New Relic
124+
125+
##### Parameters:
126+
[object] $site The site object
127+
128+
##### Return:
129+
[bool]
130+
131+
---
132+
121133
### disableRedis
122134
##### Description:
123135
Disables Redis caching
@@ -136,6 +148,18 @@
136148

137149
---
138150

151+
### enableNewRelic
152+
##### Description:
153+
Enables New Relic
154+
155+
##### Parameters:
156+
[object] $site The site object
157+
158+
##### Return:
159+
[bool]
160+
161+
---
162+
139163
### enableRedis
140164
##### Description:
141165
Enables Redis caching

0 commit comments

Comments
 (0)