Skip to content

Commit a2285b1

Browse files
committed
Release 2021.10.5
1 parent ac83270 commit a2285b1

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
##### SCNUOJ
1212

13+
2021.10.5 (security):
14+
15+
- 2022.03.31 Bug [web] 更新 font-awesome (6.1.1), psr7 (2.2.1, CVE-2022-24775)。
1316
- 2022.03.11 Bug [web] 修复管理员后台无法访问 IOI/OI 比赛终榜的问题。
1417

1518
2021.10:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.10
1+
2021.10.5

components/Setting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ public function getData()
119119
*/
120120
public static function getVersion()
121121
{
122-
return '2021.10';
122+
return '2021.10.5';
123123
}
124124
}

0 commit comments

Comments
 (0)