Skip to content

Commit 9cd0458

Browse files
committed
Update CHANGELOG and README
1 parent fc2fd32 commit 9cd0458

File tree

2 files changed

+42
-20
lines changed

2 files changed

+42
-20
lines changed

CHANGELOG.txt

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
-------------------------------------
2-
7.1-2
2+
7.2-2 2025-11-01
3+
-------------------------------------
4+
Disable Page Fusion feature
5+
https://github.com/phpvirtualbox/phpvirtualbox/issues/363
6+
7+
Add VRDP Security Method selection to the Remote Display settings
8+
https://github.com/phpvirtualbox/phpvirtualbox/issues/366
9+
10+
Remove the Console tab with the old Flash and Java RDP and VNC clients
11+
https://github.com/phpvirtualbox/phpvirtualbox/issues/367
12+
13+
Fix NVRAM related issues
14+
https://github.com/phpvirtualbox/phpvirtualbox/issues/364
15+
https://github.com/phpvirtualbox/phpvirtualbox/issues/369
16+
17+
Fix USB Device Filters related issues
18+
https://github.com/phpvirtualbox/phpvirtualbox/issues/371
19+
20+
-------------------------------------
21+
7.2-1 2025-09-01
22+
-------------------------------------
23+
Add Virtualbox 7.2 support
24+
https://github.com/phpvirtualbox/phpvirtualbox/issues/360
25+
26+
-------------------------------------
27+
7.1-2 2025-04-29
328
-------------------------------------
429
Fixed https://github.com/phpvirtualbox/phpvirtualbox/issues/350
530
Clonig VMs causes an error - Vm clonig is unuseable in phpvirtualbox

README.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,34 @@
11
# About
22

3-
April 2025
4-
5-
Project adopted by Anonie Muss. Updated from https://github.com/studnitskiy/phpvirtualbox where
6-
it had been modified to work with VirtualBox 7.1. Thanks to studnitskiy for his work, and now that
7-
he is a member of the github project, I hope he will continue to contribute.
3+
Web interface for Oracle VirtualBox (https://www.virtualbox.org/)
84

95
## Roadmap
106

11-
- [ ] ~~Use Guacamole instead of Flash RDP client~~ Not possible without some gateway server
12-
- [ ] Ensure feature parity with VirtualBox 7.1 minus Oracle Cloud features
7+
- [ ] Ensure feature parity with VirtualBox 7.2 minus Oracle Cloud features
138
- [x] PHP 8.4 compatibility
149
- [x] jQuery and jQuery UI updates
1510
- [ ] Create a release process where javascript and CSS are minified and releses do not contain unnecessary build artifacts
16-
- [ ] UI parity with VirtualBox 7.1 minus Oracle Cloud features
1711

18-
## History
12+
## Project history and credits
13+
14+
October 2025
15+
16+
VirtualBox 7.2 support and various bugfixes.
17+
18+
April 2025
19+
20+
Project adopted by Anonie Muss. Updated from https://github.com/studnitskiy/phpvirtualbox.
1921

2022
October 2024
2123

2224
VirtualBox 7.1 support for x86 hosts only, no ARM hosts support.
23-
I've basically made it stop complaining and allow my existing environment to work.
24-
Minimally tested with PHP 8.2 (PHP-FPM + nginx).
25-
26-
Original text follows
2725

28-
This repository is a continuation of phpVirtualBox, which is no longer supported by the official authors (last commit on thier repository was sent on Jan 27, 2021 - written on Jan 18, 2023).
2926

30-
Right now (from 2022), this software is updated by *[Bartek Sz.](https://github.com/BartekSz95)* and various contributors (see https://github.com/BartekSz95/phpvirtualbox/graphs/contributors).
27+
2022 updated by *[Bartek Sz.](https://github.com/BartekSz95)* and various contributors.
3128

32-
phpVirtualBox was from 2017 to 2021 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au) with support from various contributors.
29+
2017-2021 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au) with support from various contributors.
3330

34-
Originally Copyright © 2010-2015 by Ian Moore (imoore76 at yahoo dot com).
31+
2010-2015 created and maintained by Ian Moore (imoore76 at yahoo dot com).
3532

3633
FREE, WITHOUT WARRANTY:
3734

@@ -49,11 +46,11 @@ possession.
4946

5047
- Webserver (eg. Apache HTTPD, nginx)
5148

52-
- VirtualBox 7.1.x
49+
- VirtualBox 7.2.x
5350

5451
# Installation from ZIP file
5552

56-
1) Download ZIP file from GitHub project site: https://github.com/phpvirtualbox/phpvirtualbox/archive/master.zip.
53+
1) Download ZIP file from the project site on GitHub - use Code > Download ZIP.
5754
2) Unzip the ZIP file into a folder accessible by your web server.
5855
3) Rename config.php-example to config.php and edit as needed.
5956

0 commit comments

Comments
 (0)