diff options
author | Ian Moore <imoore76@yahoo.com> | 2015-12-07 09:18:01 -0500 |
---|---|---|
committer | Ian Moore <imoore76@yahoo.com> | 2015-12-07 09:18:01 -0500 |
commit | fc220fd7ca316a3256e00be193e7bafbe3e44744 (patch) | |
tree | 63b97341c358be9b313e2d9beb375c809b48d6a5 | |
parent | 95a7c068d1e71ea62cb35210f4c205158ca71109 (diff) | |
download | phpvirtualbox-fc220fd7ca316a3256e00be193e7bafbe3e44744.zip phpvirtualbox-fc220fd7ca316a3256e00be193e7bafbe3e44744.tar.gz phpvirtualbox-fc220fd7ca316a3256e00be193e7bafbe3e44744.tar.bz2 |
Prep for next release
-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 3439b3e..d3a978d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,8 @@ -------------------------------------
+ 5.0-5
+-------------------------------------
+
+-------------------------------------
5.0-4 2015-12-07
-------------------------------------
Fixed bug in file / folder browser when $browserRestrictFolders is
diff --git a/endpoints/lib/config.php b/endpoints/lib/config.php index 2c0c3b1..4c4fe2c 100644 --- a/endpoints/lib/config.php +++ b/endpoints/lib/config.php @@ -14,7 +14,7 @@ /*
* This version of phpVirtualBox
*/
-define('PHPVBOX_VER', '5.0-4');
+define('PHPVBOX_VER', '5.0-5');
class phpVBoxConfigClass {
|