1.3.x almost finished backport

This commit is contained in:
2025-10-05 08:54:34 -07:00
parent 144eba85c2
commit 507152c577
8 changed files with 114 additions and 6 deletions

View File

@@ -6,6 +6,10 @@ if (isAllowedDatabaseVersion(getClientVersion())) {
require __DIR__ . '/backported/1.3-beta1/changeAccountUsername.php';
exit;
}
if (getClientVersion() == "1.3-beta2" || getClientVersion() == "1.3") {
require __DIR__ . '/backported/1.3-beta2/changeAccountUsername.php';
exit;
}
}
checkClientDatabaseVersion();
$conn = newConnection();