From b71c2e0eb36b19332c26484741eaa112e35cb2b9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 18 Feb 2022 01:05:44 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 8 +------- ayanova/package-lock.json | 4 ++-- ayanova/package.json | 2 +- ayanova/src/api/ayanova-version.js | 2 +- ayanova/src/views/adm-license.vue | 6 +++--- 5 files changed, 8 insertions(+), 14 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index b8094a2c..6531a88f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -22,12 +22,6 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019 # OUTSTANDING MAJOR AREAS TO BETA -beta notification handling, prevent sending emails to customers during beta test -i.e. All emails will be sent to only the following domains otherwise will be sent to single address for testing - in beta mode it will say I would have sent this email to blah@blah.com but here it is instead: - Maybe config in notification extra line that is beta mode send all to this address kind of thing - -beta versioning for actual release, beta rc1? do a linux install fresh again here locally to confirm each step is still legit @@ -804,7 +798,7 @@ https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe https://www.ayanova.com/download/v8-migrate.exe Current v8 docs home: https://www.ayanova.com/docs/ -BUILD 8.0.0-beta.0.15 CHANGES OF NOTE +BUILD 8.0.0-beta.1-rc1 CHANGES OF NOTE - restricted and low rights users and scheduled fixes; were able to attempt to modify sched user record or create new but would be prevented by server, removed ability in sched form - Updated to the latest back and front end dependencies diff --git a/ayanova/package-lock.json b/ayanova/package-lock.json index afc88e47..b54e01cf 100644 --- a/ayanova/package-lock.json +++ b/ayanova/package-lock.json @@ -1,12 +1,12 @@ { "name": "ayanova", - "version": "8.0.0-beta.0.15", + "version": "8.0.0-beta.1-rc1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ayanova", - "version": "8.0.0-beta.0.15", + "version": "8.0.0-beta.1-rc1", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.3.0", "@fortawesome/free-regular-svg-icons": "^5.15.4", diff --git a/ayanova/package.json b/ayanova/package.json index f93977b3..e0102c6f 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -1,6 +1,6 @@ { "name": "ayanova", - "version": "8.0.0-beta.0.15", + "version": "8.0.0-beta.1-rc1", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 65339b34..1197efa1 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.0.15", + version: "8.0.0-beta.1-rc1", copyright: "© 1999-2022, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/src/views/adm-license.vue b/ayanova/src/views/adm-license.vue index 6190a3be..5673b0a1 100644 --- a/ayanova/src/views/adm-license.vue +++ b/ayanova/src/views/adm-license.vue @@ -106,7 +106,7 @@

{{ $ay.t("NoLicenseTitle") }}

- + {{ $ay.t("StartEvaluation") @@ -202,9 +202,9 @@ {{ $ay.t("HelpRestore") }} - {{ + {{ $ay.t("CheckForLicense") }}