Skip to content

Commit 7e6243a

Browse files
authored
Release 2021.12
* changelog: update * version: update * setting.php: bump version
1 parent f44e5b0 commit 7e6243a

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@
1010

1111
##### SCNUOJ
1212

13+
2021.12 (security):
14+
15+
- 2023.12.16 Chg [web] 修改运行 ID 详情页子标题。
16+
- 2023.12.16 Bug [web] 修复题目列表翻页之后搜索失效,每页题目数量控制失效。
17+
- 2023.12.16 Bug [web] 若干依赖更新 (含 psr7 2.6.2, CVE-2023-29197)。
18+
1319
2021.11:
1420

15-
- 2022.08.31 Enh [web] 若干依赖更新 (含 cJSON 1.7.10 -> 1.7.15)。
21+
- 2022.08.31 Enh [judge] 若干依赖更新 (含 cJSON 1.7.10 -> 1.7.15)。
1622
- 2022.08.09 Enh [web] 简化安装部署流程。
1723

1824
2021.10.5 (security):
@@ -301,4 +307,4 @@
301307
- Enh: 代码高亮
302308
- Enh: 代码编辑器
303309
- Chg: 删除多余的管理员权限
304-
- Enh: 在Polygon中添加验题的功能
310+
- Enh: 在Polygon中添加验题的功能

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.11
1+
2021.12

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.11';
122+
return '2021.12';
123123
}
124124
}

0 commit comments

Comments
 (0)