From 2ea5347a9cff6c71ea7a6f523713d304ff35e21a Mon Sep 17 00:00:00 2001 From: Tudor Holton Date: Wed, 30 Aug 2023 10:44:40 +1000 Subject: [PATCH 1/3] Create new branch for Virtualbox 7.0 with PHP 8.0 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d7109c68..f6d20ac5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # About +To manage variations in Virtualbox protocols and language versions, +this project will be temporarily be managed as separate branches. + +Or you can try the 'unified' or 'ng' branches which aim to handle these +differences automatically. + +This branch is for Virtualbox 7.0 with PHP 8.0. + phpVirtualBox is from 2017 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au) with support from various contributors (see https://github.com/phpvirtualbox/phpvirtualbox/graphs/contributors) From 5b246e8b9cbb4b409494b1b6f0ce25000f725605 Mon Sep 17 00:00:00 2001 From: Tudor Holton Date: Wed, 30 Aug 2023 10:51:02 +1000 Subject: [PATCH 2/3] Create new branch for a unified management of the virtualbox interface. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6d20ac5..475114c0 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,8 @@ To manage variations in Virtualbox protocols and language versions, this project will be temporarily be managed as separate branches. -Or you can try the 'unified' or 'ng' branches which aim to handle these -differences automatically. - -This branch is for Virtualbox 7.0 with PHP 8.0. +This branch is an attempt to unify the differences so that the interface +between virtualbox and phpvirtualbox can continue through version upgrades. phpVirtualBox is from 2017 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au) From 489888655149553a447ca203dcc2b71f66f252d3 Mon Sep 17 00:00:00 2001 From: Tudor Holton Date: Wed, 30 Aug 2023 10:53:08 +1000 Subject: [PATCH 3/3] Create new branch for new UI development based on the unified branch. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 475114c0..2ae6e909 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ To manage variations in Virtualbox protocols and language versions, this project will be temporarily be managed as separate branches. -This branch is an attempt to unify the differences so that the interface -between virtualbox and phpvirtualbox can continue through version upgrades. +This branch is an expansion on the unified branch to include improvements +to UI experience. phpVirtualBox is from 2017 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au)