Skip to content

Commit

Permalink
v3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fesiong committed May 1, 2024
1 parent 3910ff9 commit 36e9dcf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 更新日志

## v3.3.5 `anqicms` `2024-05-01`

- [新增] 网站迁移功能增加帝国CMS,增加可选迁移功能
- [新增] 增加 图片水印功能
- [优化] 图片资源管理增加扫描uploads目录
- [优化] 增加站点关闭状态仅蜘蛛可见
- [修复] 修复301功能,顶级域名无法识别跳转问题
- [修复] 修复订单不生效问题
- [修复] 修复svg图片后台显示错误问题

## v3.3.4 `anqicms` `2024-04-18`

- [优化] 优化登录密码加密
Expand Down
2 changes: 1 addition & 1 deletion config/constant.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package config

const Version = "3.3.4"
const Version = "3.3.5"

const (
StatusOK = 0
Expand Down

0 comments on commit 36e9dcf

Please sign in to comment.