From 2d2b3443d20e1dfbbcae53a2bedf23757ea70208 Mon Sep 17 00:00:00 2001 From: Sara McCutcheon Date: Wed, 10 Aug 2016 17:00:21 -0700 Subject: [PATCH 1/2] Updated version to 0.11.4 --- CHANGELOG.md | 2 +- README.md | 2 +- config/constants.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 717bec8fa..e51346673 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.11.4] - 2016-08-10 ### Added - Added `new-relic enable` command. (#1141) - Added `new-relic disable` command. (#1141) diff --git a/README.md b/README.md index 7a0095367..bc21d161b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/config/constants.yml b/config/constants.yml index 994d8e6c6..e52cf42bb 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -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' From df97fa34ea0ffbcac48599f61e4ed5993dfc3295 Mon Sep 17 00:00:00 2001 From: Sara McCutcheon Date: Wed, 10 Aug 2016 17:00:44 -0700 Subject: [PATCH 2/2] Updating documentation for 0.11.4 --- docs/Models/Site.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/Models/Site.md b/docs/Models/Site.md index e954245ec..60938edf9 100644 --- a/docs/Models/Site.md +++ b/docs/Models/Site.md @@ -118,6 +118,18 @@ --- +### disableNewRelic +##### Description: + Disables New Relic + +##### Parameters: + [object] $site The site object + +##### Return: + [bool] + +--- + ### disableRedis ##### Description: Disables Redis caching @@ -136,6 +148,18 @@ --- +### enableNewRelic +##### Description: + Enables New Relic + +##### Parameters: + [object] $site The site object + +##### Return: + [bool] + +--- + ### enableRedis ##### Description: Enables Redis caching