Skip to content

Commit

Permalink
Release 2021.12
Browse files Browse the repository at this point in the history
* changelog: update
* version: update
* setting.php: bump version
  • Loading branch information
bobby285271 authored Dec 16, 2023
1 parent f44e5b0 commit 7e6243a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@

##### SCNUOJ

2021.12 (security):

- 2023.12.16 Chg [web] 修改运行 ID 详情页子标题。
- 2023.12.16 Bug [web] 修复题目列表翻页之后搜索失效,每页题目数量控制失效。
- 2023.12.16 Bug [web] 若干依赖更新 (含 psr7 2.6.2, CVE-2023-29197)。

2021.11:

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

2021.10.5 (security):
Expand Down Expand Up @@ -301,4 +307,4 @@
- Enh: 代码高亮
- Enh: 代码编辑器
- Chg: 删除多余的管理员权限
- Enh: 在Polygon中添加验题的功能
- Enh: 在Polygon中添加验题的功能
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.11
2021.12
2 changes: 1 addition & 1 deletion components/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ public function getData()
*/
public static function getVersion()
{
return '2021.11';
return '2021.12';
}
}

0 comments on commit 7e6243a

Please sign in to comment.