OO v9 upgrade

This commit is contained in:
AAAMON 2025-12-17 12:34:16 +02:00 committed by Wolfgang Ginolas
parent 505541e2b9
commit 67432dffef
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
(() => {
const factory = () => {
const version = 8;
const version = 9;
return {
currentVersionNumber: version,
currentVersion: 'v' + version

View File

@ -3455,6 +3455,7 @@ Uncaught TypeError: Cannot read property 'calculatedType' of null
APP.startNew = isNew;
var version = OOCurrentVersion.currentVersion + '/';
console.log("v." + OOCurrentVersion.currentVersion);
var msg;
// Old version detected: use the old OO and start the migration if we can
if (privateData.ooForceVersion) {