From 918e3d8200df494be7211ef4633a138cd5f6244e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 10 May 2022 18:05:54 +0000 Subject: [PATCH] --- devdocs/deploy.md | 2 +- devdocs/todo.txt | 15 +++++---------- dist/install/windows/x64/lan.iss | 2 +- dist/install/windows/x64/standalone.iss | 2 +- docs/8.0/ayanova/docs/beta.md | 4 ++-- docs/8.0/ayanova/docs/index.md | 2 +- docs/8.0/customer/docs/index.md | 2 +- server/AyaNova/util/AyaNovaVersion.cs | 2 +- 8 files changed, 13 insertions(+), 18 deletions(-) diff --git a/devdocs/deploy.md b/devdocs/deploy.md index c733346b..b7cca871 100644 --- a/devdocs/deploy.md +++ b/devdocs/deploy.md @@ -6,7 +6,7 @@ If any packages have been changed in the release do a thorough security scan and ### Bump version numbers: -Search and replace 8.0.0-beta.5 +Search and replace 8.0.0-beta.6 webapp,server,launcher, v8migrate Client end ayanova-version.js, diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 0641a5bd..2297c2ca 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -1,8 +1,6 @@ # now -Completed if not perfect docs first with a new update (check db update if worth doing as well) - double check all links may have changed - Post online with notice in beta forum then can perfect docs more later + @@ -12,7 +10,8 @@ TODO: Unit model select template doesn't offer UPC as a field nor does it in Uni todo: unit model discontinued date should be hidden until disconitnued is checked in client UI - +todo: something in v8migrate level 1 change regarding loan units or something?? + I think it's the only outstanding current issue other than plugins before release and the bits here in this "now" todo section ADD TO DOCS: @@ -23,16 +22,12 @@ ADD TO DOCS: Also docs need addition about this issue and process. not a highly important thing, but should be noted in docs at least -rockfish contact email form app - do not email confirmation to user anymore, just show message sent result to user so we avoid spamming back to spammers - add an external .json list it can read from to see who to NOT send emails from but pretend it did so can edit anytime - TEST IMPORT FILE OPEN ON iPad device as the file input accept type may not work with apple There is a postgres14 update, check into it for the windows standalone and docs, see if it's a critical upgrade or not -Release new beta version and document on forum + Image all the prior docs: Docs could use images on every page of each item, people like images and they may read the docs rather than look at the app so it's nice to show them Add where items are selected to all prior docs just as it's been done at the top of the vendors doc which goes a long way to have users understand the purpose of each type of object and why they might want to use it @@ -965,7 +960,7 @@ https://www.ayanova.com/download/next/ayanova-linux-x64-server.zip https://www.ayanova.com/download/next/ayanova-windows-x64-lan-setup.exe Current v8 docs home: https://www.ayanova.com/docs/next -BUILD 8.0.0-beta.5 CHANGES OF NOTE +BUILD 8.0.0-beta.6 CHANGES OF NOTE - Customer user docs system changed at back end and front end so that customer only sees their own manual not the regular AyaNova manual - Customer user documentation written diff --git a/dist/install/windows/x64/lan.iss b/dist/install/windows/x64/lan.iss index 2d939556..eff3de45 100644 --- a/dist/install/windows/x64/lan.iss +++ b/dist/install/windows/x64/lan.iss @@ -1,7 +1,7 @@ ; LAN install for internal network use only #define MyAppName "AyaNova server" -#define MyAppVersion "8.0.0-beta.5" +#define MyAppVersion "8.0.0-beta.6" #define MyAppPublisher "Ground Zero Tech-Works, Inc." #define MyAppURL "https://ayanova.com/" #define MyAppLauncherExeName "ayanova-launcher.exe" diff --git a/dist/install/windows/x64/standalone.iss b/dist/install/windows/x64/standalone.iss index aa76bcd2..9471380e 100644 --- a/dist/install/windows/x64/standalone.iss +++ b/dist/install/windows/x64/standalone.iss @@ -3,7 +3,7 @@ ; external to lan requires different config #define MyAppName "AyaNova" -#define MyAppVersion "8.0.0-beta.5" +#define MyAppVersion "8.0.0-beta.6" #define MyAppPublisher "Ground Zero Tech-Works, Inc." #define MyAppURL "https://ayanova.com/" #define MyAppLauncherExeName "ayanova-launcher.exe" diff --git a/docs/8.0/ayanova/docs/beta.md b/docs/8.0/ayanova/docs/beta.md index 96bad6f1..5d4c4570 100644 --- a/docs/8.0/ayanova/docs/beta.md +++ b/docs/8.0/ayanova/docs/beta.md @@ -22,9 +22,9 @@ An important part of beta testing is also testing the documentation; if you find ![help](img/help.png) -## Beta version 8.0.0-beta.5 +## Beta version 8.0.0-beta.6 -Please keep in mind that AyaNova 8.0.0-beta.5 is a temporary time-limited beta release and is not meant for live use. +Please keep in mind that AyaNova 8.0.0-beta.6 is a temporary time-limited beta release and is not meant for live use. ## Suggested order of beta testing diff --git a/docs/8.0/ayanova/docs/index.md b/docs/8.0/ayanova/docs/index.md index 57484c39..0e713b49 100644 --- a/docs/8.0/ayanova/docs/index.md +++ b/docs/8.0/ayanova/docs/index.md @@ -24,4 +24,4 @@ Or check out our support forum [forum.ayanova.com](http://forum.ayanova.com/) --- -
Documentation version: 8.0.0-beta.5, Copyright © 2022 Ground Zero Tech-Works Inc.
+
Documentation version: 8.0.0-beta.6, Copyright © 2022 Ground Zero Tech-Works Inc.
diff --git a/docs/8.0/customer/docs/index.md b/docs/8.0/customer/docs/index.md index f97a42a8..58a83bed 100644 --- a/docs/8.0/customer/docs/index.md +++ b/docs/8.0/customer/docs/index.md @@ -8,4 +8,4 @@ Please contact your service company administrator if you have additional questio --- -
Documentation version: 8.0.0-beta.5, Copyright © 2022 Ground Zero Tech-Works Inc.
+
Documentation version: 8.0.0-beta.6, Copyright © 2022 Ground Zero Tech-Works Inc.
diff --git a/server/AyaNova/util/AyaNovaVersion.cs b/server/AyaNova/util/AyaNovaVersion.cs index c60e481e..2197b085 100644 --- a/server/AyaNova/util/AyaNovaVersion.cs +++ b/server/AyaNova/util/AyaNovaVersion.cs @@ -5,7 +5,7 @@ namespace AyaNova.Util /// internal static class AyaNovaVersion { - public const string VersionString = "8.0.0-beta.5"; + public const string VersionString = "8.0.0-beta.6"; public const string FullNameAndVersion = "AyaNova server " + VersionString; public const string CurrentApiVersion="v8"; }//eoc