Updated all file versions to v4.0.1

This commit is contained in:
DJj123dj
2025-03-26 15:14:11 +01:00
parent d81b1e7be3
commit 45dfc18c1d
40 changed files with 117 additions and 50 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ export class ODMain {
constructor(){
this.versions = new ODVersionManager_Default()
this.versions.add(ODVersion.fromString("opendiscord:version","v4.0.0"))
this.versions.add(ODVersion.fromString("opendiscord:version","v4.0.1"))
this.versions.add(ODVersion.fromString("opendiscord:api","v1.0.0"))
this.versions.add(ODVersion.fromString("opendiscord:transcripts","v2.0.0"))
this.versions.add(ODVersion.fromString("opendiscord:livestatus","v2.0.0"))
+3 -1
View File
@@ -10,5 +10,7 @@ export const migrations = [
//MIGRATE AFTER INITIAL STARTUP (plugins, flags, config, database, language, ... => loaded)
//nothing needs to be transferred :)
})
}),
//MIGRATE TO v4.0.1 (nothing)
new utilities.ODVersionMigration(api.ODVersion.fromString("opendiscord:version","v4.0.0"),async () => {},() => {})
]
+1 -1
View File
@@ -20,7 +20,7 @@
INFORMATION:
============
Open Ticket v4.0.0 - © DJdj Development
Open Ticket v4.0.1 - © DJdj Development
support us: https://github.com/sponsors/DJj123dj
discord: https://discord.dj-dj.be
+5 -5
View File
@@ -1,13 +1,13 @@
[
{
"message":{
"title":"Open Ticket Beta",
"title":"Open Ticket v4.0",
"titleColor":"red",
"description":"Hi there! You're using a beta version of the bot! Please report all bugs and errors to our discord server!",
"description":"Open Ticket v4.0 has officially been released! Please give our project a star to help us grow!",
"descriptionColor":"normal"
},
"active":{
"versions":["4.0.0"],
"versions":["4.0.0","4.0.1","4.0.2","4.0.3","4.0.4"],
"languages":[],
"allLanguages":true,
"usingPlugins":true,
@@ -23,11 +23,11 @@
"message":{
"title":"Documentation",
"titleColor":"blue",
"description":"There is currently no documentation available yet for OT v4 beta!",
"description":"The official documentation for Open Ticket v4 is available at https://otdocs.dj-dj.be!",
"descriptionColor":"normal"
},
"active":{
"versions":["4.0.0"],
"versions":["4.0.0","4.0.1","4.0.2","4.0.3","4.0.4"],
"languages":[],
"allLanguages":true,
"usingPlugins":true,