Skip to content

Commit fef1200

Browse files
committed
Merge pull request #492 from pantheon-systems/0.8
Updating to version 0.8.0
2 parents 197a36d + 5c9cd86 commit fef1200

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
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.8.0] - 2015-09-15
5+
###Added
6+
- Environment variable TERMINUS_LOG_DIR will save all logs to file in the given directory. (#487)
7+
58
###Fixed
69
- Undefined property "framework" error when running SitesCache functions (#433)
10+
- Split Terminus logger between KLogger and Outputter, fixed JSON and bash outputs
711

812
##[0.7.1] - 2015-08-21
913
###Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more advanced installation instructions, please see [the installation page o
2121

2222
Installing Terminus is simple. Ensure that your system has and can run the required software above and run this in your favorite terminal client:
2323
```bash
24-
curl https://github.com/pantheon-systems/cli/releases/download/0.7.1/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
24+
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
2525
```
2626

2727
To get started with Terminus, you must first authenticate:

php/terminus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
//Can be used by plugins/themes to check if Terminus is running or not
44
define('Terminus', true);
5-
define('TERMINUS_VERSION', '0.7.1');
5+
define('TERMINUS_VERSION', '0.8.0');
66

77
$source = 'unknown';
88
if ((PHP_SAPI == 'cli') && isset($argv)) {

0 commit comments

Comments
 (0)