Navigation Menu

Skip to content

Commit

Permalink
Update readme, changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Sinopoli authored and Nick Sinopoli committed Aug 19, 2012
1 parent d1743d5 commit 403b46a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## v2.1

* Add ability to ignore hidden files (GH-57)
* Add error handler for non-JSON responses from the server (GH-48, GH-58)
* Use strict checking with readdir() (GH-56)
* Handle unbalanced braces properly (GH-54)
* Fix error that occurs when no snapshot is selected on Archives page (GH-50)
* Reduce complexity of Apache installations (GH-45)
* Fix autoloader to only load files required by VPU (GH-46)
* Only return child directories of test_directory (GH-44)

## v2.0

* Overhaul the entire code base
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -114,7 +114,7 @@ If you'd like to enable error sandboxing, you will have to do the following:
1. Within the `$config` array, change `sandbox_errors` to `true`. If you'd like, you can keep this set as `false`, though you will have to change the 'Sandbox Errors' option to 'Yes' on the UI if you want the errors encountered during the test run to be sandboxed.
2. Within the `$config` array, change `error_reporting` to reflect which errors you'd like to have sandboxed. See PHP's manual entry on [error_reporting](http://php.net/manual/en/function.error-reporting.php) for more information.

### Ignore Hidden Files
### Ignore Hidden Folders

By default, the file selector does not display hidden folders (i.e., folders with a '.' prefix). If you'd like to display hidden folders, you will have to do the following:

Expand Down Expand Up @@ -166,7 +166,7 @@ bin/vpu

## Version Information

Current stable release is v2.0, last updated on June 16, 2012.
Current stable release is v2.1, last updated on August 19, 2012.

## Feedback

Expand Down

0 comments on commit 403b46a

Please sign in to comment.