Skip to content

Commit 7557cb2

Browse files
committed
Merge pull request #1014 from pantheon-systems/update/0.11.1
Updating to version 0.11.1
2 parents 7614897 + 0394b5f commit 7557cb2

File tree

7 files changed

+106
-64
lines changed

7 files changed

+106
-64
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.1] - 2016-03-30
55
### Added
66
- New command `site drupal-version` to check the Drush version number of any or all environments. (#1001)
77
- New command `site set-drupal-version` to set the Drush version number of any or all environments. (#1001)

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.0/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.1/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
4141
```
4242

4343
####Installing with Git

composer.lock

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/constants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ TERMINUS_HOST: 'dashboard.pantheon.io'
99
TERMINUS_PORT: 443
1010
TERMINUS_PROTOCOL: 'https'
1111
TERMINUS_TIME_ZONE: 'UTC'
12-
TERMINUS_VERSION: '0.11.0'
12+
TERMINUS_VERSION: '0.11.1'
1313
TERMINUS_DATE_FORMAT: 'Y-m-d H:i:s'
1414
JSON_PRETTY_PRINT: 128

docs/Helpers/InputHelper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
-bool exit If true, throw error when no value is found
326326

327327
##### Return:
328-
[Upstream]
328+
[string]
329329

330330
##### Throws:
331331
TerminusException

docs/Helpers/LaunchHelper.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Terminus\Helpers\LaunchHelper
22

3+
### assocArgsToStr
4+
##### Description:
5+
Composes associative arguments into a command string
6+
7+
##### Parameters:
8+
[array] $assoc_args Arguments for command line in array form
9+
10+
##### Return:
11+
[string] Command string form of param
12+
13+
---
14+
315
### launch
416
##### Description:
517
Launch an external process that takes over I/O.

0 commit comments

Comments
 (0)