This commit is contained in:
@@ -22,12 +22,6 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019
|
|||||||
|
|
||||||
# OUTSTANDING MAJOR AREAS TO BETA
|
# 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
|
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
|
https://www.ayanova.com/download/v8-migrate.exe
|
||||||
Current v8 docs home: https://www.ayanova.com/docs/
|
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
|
- 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
|
- Updated to the latest back and front end dependencies
|
||||||
|
|||||||
4
ayanova/package-lock.json
generated
4
ayanova/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "ayanova",
|
"name": "ayanova",
|
||||||
"version": "8.0.0-beta.0.15",
|
"version": "8.0.0-beta.1-rc1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ayanova",
|
"name": "ayanova",
|
||||||
"version": "8.0.0-beta.0.15",
|
"version": "8.0.0-beta.1-rc1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-svg-core": "^1.3.0",
|
"@fortawesome/fontawesome-svg-core": "^1.3.0",
|
||||||
"@fortawesome/free-regular-svg-icons": "^5.15.4",
|
"@fortawesome/free-regular-svg-icons": "^5.15.4",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ayanova",
|
"name": "ayanova",
|
||||||
"version": "8.0.0-beta.0.15",
|
"version": "8.0.0-beta.1-rc1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.0-beta.0.15",
|
version: "8.0.0-beta.1-rc1",
|
||||||
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
|
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -106,7 +106,7 @@
|
|||||||
<!-- No license at all UI -->
|
<!-- No license at all UI -->
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<h2 class="mb-6 ml-1">{{ $ay.t("NoLicenseTitle") }}</h2>
|
<h2 class="mb-6 ml-1">{{ $ay.t("NoLicenseTitle") }}</h2>
|
||||||
<v-expansion-panels focusable>
|
<v-expansion-panels focusable :value="0">
|
||||||
<v-expansion-panel v-if="showLicenseUi() == 'needcantrial'">
|
<v-expansion-panel v-if="showLicenseUi() == 'needcantrial'">
|
||||||
<v-expansion-panel-header>{{
|
<v-expansion-panel-header>{{
|
||||||
$ay.t("StartEvaluation")
|
$ay.t("StartEvaluation")
|
||||||
@@ -202,9 +202,9 @@
|
|||||||
<v-btn class="mt-4 mr-4" @click="helpRestore()">{{
|
<v-btn class="mt-4 mr-4" @click="helpRestore()">{{
|
||||||
$ay.t("HelpRestore")
|
$ay.t("HelpRestore")
|
||||||
}}</v-btn>
|
}}</v-btn>
|
||||||
<v-btn class="mt-4 mr-4" @click="helpReleaseKey()">{{
|
<!-- <v-btn class="mt-4 mr-4" @click="helpReleaseKey()">{{
|
||||||
$ay.t("HelpReleaseKey")
|
$ay.t("HelpReleaseKey")
|
||||||
}}</v-btn>
|
}}</v-btn> -->
|
||||||
<v-btn class="mt-4" @click="fetchKey()">{{
|
<v-btn class="mt-4" @click="fetchKey()">{{
|
||||||
$ay.t("CheckForLicense")
|
$ay.t("CheckForLicense")
|
||||||
}}</v-btn>
|
}}</v-btn>
|
||||||
|
|||||||
Reference in New Issue
Block a user