diff --git a/README.md b/README.md index af0e244..a032d7f 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,13 @@ create a `VVV/www/default/dashboard/custom.css` file and add this mm/dd/yy +11/08/16 version: 0.1.9 + +* Fixes #49 PHP Warning: Invalid argument supplied for foreach() hosts-list2.php on line 80 +* Added a host tools page with database tools for each site +* A good start on plugin blueprints + + 11/08/16 version: 0.1.8 * Make it possible to delete WP error logs diff --git a/index.php b/index.php index e41587a..1c6d713 100644 --- a/index.php +++ b/index.php @@ -9,7 +9,7 @@ define( 'VVV_DASH_BASE', true ); define( 'VVV_WEB_ROOT', '/srv/www' ); define( 'VVV_DASH_ROOT', __DIR__); -define( 'VVV_DASH_VERSION', '0.1.8' ); +define( 'VVV_DASH_VERSION', '0.1.9' ); define( 'VVV_DASH_VIEWS', __DIR__ . '/views' ); define('VVV_DASH_HOSTS_DEBUG', false); diff --git a/new-features.txt b/new-features.txt index 8634793..89b5496 100644 --- a/new-features.txt +++ b/new-features.txt @@ -1,5 +1,3 @@ -* Make it possible to delete WP error logs -* Improve sidebar slide #44 props @josephfusco -* Update version check #46 props @gwelser -* Handle error opening stream #41 props @gwelser -* Fix first startup cache errors do to missing cache dir #39 \ No newline at end of file +* Fixes #49 PHP Warning: Invalid argument supplied for foreach() hosts-list2.php on line 80 +* Added a host tools page with database tools for each site +* A good start on plugin blueprints \ No newline at end of file diff --git a/version.txt b/version.txt index 84aa3a7..82551ad 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.8 \ No newline at end of file +0.1.9 \ No newline at end of file