changed a lot of shit, changed it back, :shrug-emoji:

This commit is contained in:
2022-01-11 01:22:12 +00:00
parent f51c62a55e
commit 76ad844c92
4 changed files with 5818 additions and 7856 deletions

View File

@@ -1293,6 +1293,26 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
redbone come and get your love
#######################################################################################################################################
@@ -1300,17 +1320,10 @@ 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.10 CHANGES OF NOTE
BUILD 8.0.0-beta.0.11 CHANGES OF NOTE
- Changed "Service" role translation to "Service manager" (and other languages equivalent)
- admin -> attachments not using correct icon, changed to paperclip from folder icon
- TODO BEFORE POST THIS UPDATE VUE AND ETC

13630
ayanova/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,15 +1,10 @@
{
"name": "ayanova",
"version": "8.0.0-beta.0.10",
"version": "8.0.0-beta.0.11",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern",
"buildnopwa": "vue-cli-service build --modern --skip-plugins pwa,workbox",
"test:e2e": "vue-cli-service test:e2e",
"test:front-debug": "vue-cli-service test:e2e --url http://localhost:8080",
"test:front-localrelease": "vue-cli-service test:e2e --url http://localhost:7575",
"test:front-devops": "vue-cli-service test:e2e --url https://test.helloayanova.com",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"myLint": "npm run lint"
},
@@ -85,6 +80,8 @@
}
},
"browserslist": [
"defaults"
"> 1%",
"last 2 versions",
"not dead"
]
}

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-beta.0.10",
version: "8.0.0-beta.0.11",
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
};