This commit is contained in:
2020-09-28 21:30:04 +00:00
parent 48a99393a7
commit 30748f579f
5 changed files with 9 additions and 5 deletions

View File

@@ -291,6 +291,10 @@ export default {
window.location.reload();
});
//Removed this when I added the PWA update code because in reality it should not be required for
//regular updates as it would be very intrusive, instead, on a new version it should internally fixup the
//store if necessary
// //Detect version change, wipe persisted form settings if has changed.
// let currentVersion = window.$gz.clientInfo.version;
// if (currentVersion != window.$gz.store.state.lastClientVersion) {

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-alpha.24",
version: "8.0.0-alpha.25",
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
};

View File

@@ -102,7 +102,7 @@
</v-col>
</v-row>
<v-footer color="primary" padless absolute>
<div style="text-align: center;" class="mx-auto pa-4">
<div style="text-align: center;" class="mx-auto pa-4 mb-10 mb-sm-1">
<a
href="https://ayanova.com"
target="_blank"