mirror of https://github.com/halo-dev/halo
release: 1.4.14 (#1568)
parent
a802572128
commit
ab82fadd6e
|
@ -1,5 +1,13 @@
|
|||
# CHANGELOG
|
||||
|
||||
# 1.4.14
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- 修复文章详情接口中评论数量(commentCount)不正确的问题,将仅统计已审核通过的评论数量。 #1503 @fuzui
|
||||
- 修复菜单批量保存接口会导致 `createTime` 置空的问题。 #1526 @guqing
|
||||
- 修复首次更新默认主题时,会导致部分静态资源无法获取的问题。 #1549 @guqing
|
||||
|
||||
# 1.4.13
|
||||
|
||||
## Breaking changes
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
下载最新的 Halo 运行包:
|
||||
|
||||
```bash
|
||||
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.13/halo-1.4.13.jar --output halo.jar
|
||||
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.14/halo-1.4.14.jar --output halo.jar
|
||||
```
|
||||
|
||||
其他地址:<https://docs.halo.run/getting-started/downloads>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue