This commit is contained in:
2022-05-10 18:05:54 +00:00
parent bbb45f71be
commit 918e3d8200
8 changed files with 13 additions and 18 deletions

View File

@@ -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,

View File

@@ -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

View File

@@ -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"

View File

@@ -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"

View File

@@ -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

View File

@@ -24,4 +24,4 @@ Or check out our support forum [forum.ayanova.com](http://forum.ayanova.com/)
---
<h6>Documentation version: 8.0.0-beta.5, Copyright &copy; 2022 Ground Zero Tech-Works Inc.</h6>
<h6>Documentation version: 8.0.0-beta.6, Copyright &copy; 2022 Ground Zero Tech-Works Inc.</h6>

View File

@@ -8,4 +8,4 @@ Please contact your service company administrator if you have additional questio
---
<h6>Documentation version: 8.0.0-beta.5, Copyright &copy; 2022 Ground Zero Tech-Works Inc.</h6>
<h6>Documentation version: 8.0.0-beta.6, Copyright &copy; 2022 Ground Zero Tech-Works Inc.</h6>

View File

@@ -5,7 +5,7 @@ namespace AyaNova.Util
/// </summary>
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