diff --git a/docs/SECURITY.md b/docs/SECURITY.md index 553ac1f..47c7937 100644 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -8,8 +8,8 @@ Please refer to the chart below for versions with security support | ----------- | ------------------ | | Prereleases | :x: | | Betas | :x: | -| >= 4.2.0 | :white_check_mark: | -| < 4.2.0 | :x: | +| >= 4.2.2 | :white_check_mark: | +| < 4.2.2 | :x: | As you can tell, it is strongly recommended to always be on the latest stable major release. When security issues are uncovered, we will do our best to promptly release a patched version. diff --git a/src/views/admin.py b/src/views/admin.py index 9c65e9a..127e3b4 100644 --- a/src/views/admin.py +++ b/src/views/admin.py @@ -15,7 +15,7 @@ @api.route("/console") @perm_required(["ADMIN", "SUPERADMIN", "PROBLEM_MANAGER", "CONTENT_MANAGER"]) def admin_console(): - return render_template("admin/console.html", ver="v4.2.1", + return render_template("admin/console.html", ver="v4.2.2", maintenance_mode=os.path.exists('maintenance_mode'))