From 3cbf09456fdbd3e569ff6239d58c2df9c9fd96a4 Mon Sep 17 00:00:00 2001 From: Sinclair Date: Sun, 10 Mar 2024 22:20:57 +0800 Subject: [PATCH] v3.3.2 --- CHANGELOG.md | 9 +++++++++ config/constant.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03201207..e39f8ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 更新日志 +## v3.3.2 `anqicms` `2024-03-10` + +- [新增] 增加 Google Indexing +- [优化] 优化 robots.txt, 增加默认的 robots.txt +- [优化] 优化 在线留言 后台展示,在列表中显示所有字段 +- [修复] 修复文档发布ID在某些版本的数据库下生成不正确的问题 +- [修复] 修复API接口发布文档到草稿箱无法生效的问题 +- [修复] 修复API接口文档列表无法调用自己的文档的问题 + ## v3.3.0 `anqicms` `2024-02-17` - [新增] 代码编辑界面新增代码助手 diff --git a/config/constant.go b/config/constant.go index 17635a5f..5fba3160 100644 --- a/config/constant.go +++ b/config/constant.go @@ -1,6 +1,6 @@ package config -const Version = "3.3.1" +const Version = "3.3.2" const ( StatusOK = 0