From a91bd63e2513cabd5174e6b278734da5c85e9bc6 Mon Sep 17 00:00:00 2001 From: tesladethray Date: Mon, 28 Sep 2015 16:27:10 -0700 Subject: [PATCH] Updating to version 0.8.1 --- CHANGELOG.md | 4 +++- README.md | 2 +- php/terminus.php | 2 +- utils/contrib-list | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31a99f158..df678f977 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.8.1] - 2015-09-28 ### Changed - Packagist now indexes this project as `[pantheon-systems/cli](https://packagist.org/packages/pantheon-systems/cli)` (was `terminus/terminus`) - `site owner` now just returns the owner ID. The --set flag has been removed. Setting is now done by `site set-owner`. (#469) @@ -24,6 +24,8 @@ All notable changes to this project starting with the 0.6.0 release will be docu - `site organizations add|remove` no longer crashes when given an invalid organization. (#515) - Filename for aliases as shown in `sites aliases` help text (#522) - Element selection on `sites backups` (#532) +- Fixed regression on backups (#525) +- Fixed PHP 5.3.x compatibility (#541) ##[0.8.0] - 2015-09-15 ###Added diff --git a/README.md b/README.md index a367d1792..2c293d2c3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For more advanced installation instructions, please see [the installation page o Installing Terminus is simple. Ensure that your system has and can run the required software above and run this in your favorite terminal client: ```bash -curl https://github.com/pantheon-systems/cli/releases/download/0.8.0/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus +curl https://github.com/pantheon-systems/cli/releases/download/0.8.1/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus ``` To get started with Terminus, you must first authenticate: diff --git a/php/terminus.php b/php/terminus.php index 94401cb36..f207b513d 100755 --- a/php/terminus.php +++ b/php/terminus.php @@ -2,7 +2,7 @@ //Can be used by plugins/themes to check if Terminus is running or not define('Terminus', true); -define('TERMINUS_VERSION', '0.8.0'); +define('TERMINUS_VERSION', '0.8.1'); $source = 'unknown'; if ((PHP_SAPI == 'cli') && isset($argv)) { diff --git a/utils/contrib-list b/utils/contrib-list index 55f0f70e4..ff71c5838 100755 --- a/utils/contrib-list +++ b/utils/contrib-list @@ -1,7 +1,7 @@ #!/usr/bin/env bash if [ $# -lt 1 ]; then - echo "usage: $(basename $0) v0.8.0..master [-l]" + echo "usage: $(basename $0) v0.8.1..master [-l]" exit 1 fi