Skip to content

Commit

Permalink
Merge pull request #1144 from pantheon-systems/update/0.11.4
Browse files Browse the repository at this point in the history
Update/0.11.4
  • Loading branch information
TeslaDethray authored Aug 11, 2016
2 parents deb3955 + df97fa3 commit 86aaac8
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 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.11.4] - 2016-08-10
### Added
- Added `new-relic enable` command. (#1141)
- Added `new-relic disable` command. (#1141)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.11.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.11.4/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
```

####Installing with [Homebrew](http://brew.sh/)(for Macs)
Expand Down
2 changes: 1 addition & 1 deletion config/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# App
JSON_PRETTY_PRINT: 128
TERMINUS_VERSION: '0.11.3'
TERMINUS_VERSION: '0.11.4'

# Connectivity
TERMINUS_HOST: 'dashboard.pantheon.io'
Expand Down
24 changes: 24 additions & 0 deletions docs/Models/Site.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,18 @@

---

### disableNewRelic
##### Description:
Disables New Relic

##### Parameters:
[object] $site The site object

##### Return:
[bool]

---

### disableRedis
##### Description:
Disables Redis caching
Expand All @@ -136,6 +148,18 @@

---

### enableNewRelic
##### Description:
Enables New Relic

##### Parameters:
[object] $site The site object

##### Return:
[bool]

---

### enableRedis
##### Description:
Enables Redis caching
Expand Down

0 comments on commit 86aaac8

Please sign in to comment.