diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a265d71c..aaecb46d 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 + diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 6b8aeccf..e3acaa7b 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -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." };