diff options
-rw-r--r-- | CHANGELOG.txt | 4 | ||||
-rw-r--r-- | endpoints/lib/config.php | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6f877e6..2257ff2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,8 @@ -------------------------------------
+ 5.0-4
+-------------------------------------
+
+-------------------------------------
5.0-3 2015-09-09
-------------------------------------
Fixed file browser header content type causing blank file / folder
diff --git a/endpoints/lib/config.php b/endpoints/lib/config.php index bf90398..2c0c3b1 100644 --- a/endpoints/lib/config.php +++ b/endpoints/lib/config.php @@ -14,7 +14,7 @@ /*
* This version of phpVirtualBox
*/
-define('PHPVBOX_VER', '5.0-3');
+define('PHPVBOX_VER', '5.0-4');
class phpVBoxConfigClass {
|