5.0-1 release
This commit is contained in:
parent
b735c0d90e
commit
2e885ced73
|
@ -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
|
||||
-------------------------------------
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
/*
|
||||
* This version of phpVirtualBox
|
||||
*/
|
||||
define('PHPVBOX_VER', '5.0-0');
|
||||
define('PHPVBOX_VER', '5.0-1');
|
||||
|
||||
class phpVBoxConfigClass {
|
||||
|
||||
|
|
Loading…
Reference in New Issue