Skip to content

Commit

Permalink
Merge pull request #1014 from pantheon-systems/update/0.11.1
Browse files Browse the repository at this point in the history
Updating to version 0.11.1
  • Loading branch information
TeslaDethray committed Mar 30, 2016
2 parents 7614897 + 0394b5f commit 7557cb2
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 64 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.1] - 2016-03-30
### Added
- New command `site drupal-version` to check the Drush version number of any or all environments. (#1001)
- New command `site set-drupal-version` to set the Drush version number of any or all environments. (#1001)
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.0/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.1/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
```

####Installing with Git
Expand Down
120 changes: 60 additions & 60 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ TERMINUS_HOST: 'dashboard.pantheon.io'
TERMINUS_PORT: 443
TERMINUS_PROTOCOL: 'https'
TERMINUS_TIME_ZONE: 'UTC'
TERMINUS_VERSION: '0.11.0'
TERMINUS_VERSION: '0.11.1'
TERMINUS_DATE_FORMAT: 'Y-m-d H:i:s'
JSON_PRETTY_PRINT: 128
2 changes: 1 addition & 1 deletion docs/Helpers/InputHelper.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
-bool exit If true, throw error when no value is found

##### Return:
[Upstream]
[string]

##### Throws:
TerminusException
Expand Down
12 changes: 12 additions & 0 deletions docs/Helpers/LaunchHelper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Terminus\Helpers\LaunchHelper

### assocArgsToStr
##### Description:
Composes associative arguments into a command string

##### Parameters:
[array] $assoc_args Arguments for command line in array form

##### Return:
[string] Command string form of param

---

### launch
##### Description:
Launch an external process that takes over I/O.
Expand Down
Loading

0 comments on commit 7557cb2

Please sign in to comment.