This commit is contained in:
2021-12-15 19:28:57 +00:00
parent 03e77419b4
commit c7134c997e
2 changed files with 7 additions and 2 deletions

View File

@@ -766,15 +766,20 @@ installed previously if present after which that won't change and you can just r
like with all other v7 installers (I was accidentally using the quicknotify installer appid code)
BUILD 8.0.0-beta.2 CHANGES OF NOTE
BUILD 8.0.0-beta.0.3 CHANGES OF NOTE
- switched to alt beta versioning numbers for our internal testing, once public will release first as 8.0.0-beta.1
- More updates to install docs
- Backup now detects if on windows OS and surrounds paths with " marks
- Windows "single" install now does not allow changing directory for install, also fixed default config.json with invalid path
- Windows 'lan' install removed backup pgdump path from config.json as it will be in the os path already (due to standalone pg install requirement)
- Updated all front end dependencies and had to fix an issue with signatures being out of whack and not working as a result of a change

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-beta.2",
version: "8.0.0-beta.0.3",
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
};