Skip to content

Commit

Permalink
Prepare 1.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaertl committed Jun 30, 2015
1 parent a3f3aa5 commit 888c5c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.0.7

* WIP
* Issue #6: Solve `proc_open()` pipe configuration for both, Windows / Linux

## 1.0.6

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pass `command`, `execCommand` and `args` as options. This will call the respecti
which will create the option "--exclude 'val1' 'val2'".
* `$escape`: If set, this overrides the `$escapeArgs` setting and enforces escaping/no escaping
* `getOutput()`: The command output as string. Empty if none.
* `getError()`: The error message, either stderr or internal message. Empty if none.
* `getError()`: The error message, either stderr or internal message. Empty if no error.
* `getStdErr()`: The stderr output. Empty if none.
* `getExitCode()`: The exit code.
* `getExecuted()`: Whether the command was successfully executed.
Expand Down
2 changes: 1 addition & 1 deletion src/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* This class represents a shell command.
*
* @author Michael Härtl <[email protected]>
* @version 1.0.7-dev
* @version 1.0.7
* @license http://www.opensource.org/licenses/MIT
*/
class Command
Expand Down

0 comments on commit 888c5c9

Please sign in to comment.