5.0-1 release

This commit is contained in:
Ian Moore 2015-08-04 23:46:08 -04:00
parent b735c0d90e
commit 2e885ced73
2 changed files with 49 additions and 36 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------
5.0-1 2015-08-04
-------------------------------------
Fix paths in recovery.php-disabled
Fix Content-type header in api.php
Fix add medium button context menu in VM settings
Fix RDP link
Fix bug when changing password
-------------------------------------
5.0-0 2015-07-18
-------------------------------------

View File

@ -14,7 +14,7 @@
/*
* This version of phpVirtualBox
*/
define('PHPVBOX_VER', '5.0-0');
define('PHPVBOX_VER', '5.0-1');
class phpVBoxConfigClass {