diff --git a/README.md b/README.md index d27f2c04..737e7124 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Download the current version from Baidu Pan,Download ( **mxk9** ) | Home | +| v 3.5.13 | 2023/01/27 | Download ( **mxk9** ) | Home | # License diff --git a/README_en.md b/README_en.md index 4a1644b4..430092c3 100644 --- a/README_en.md +++ b/README_en.md @@ -113,7 +113,7 @@ Download the current version from Baidu Pan,Download ( **mxk9** ) | Home | +| v 3.5.13 | 2023/01/27 | Download ( **mxk9** ) | Home | # License diff --git a/README_zh.md b/README_zh.md index 39f8fc65..dcb9c6bb 100644 --- a/README_zh.md +++ b/README_zh.md @@ -114,7 +114,7 @@ | 版本 | 日期 | 网盘(提取码) | Docker | | -------- | :----- | :---- | :---- | -| v 3.5.12 | 2022/12/27 | 下载( **mxk9** ) |链接 | +| v 3.5.13 | 2023/01/27 | 下载( **mxk9** ) |链接 | # License diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 74db2d3d..936731da 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,4 +1,22 @@ -MaxKey v 3.5.12 GA 2022/12/27 +MaxKey v 3.5.13 GA 2023/01/27 + *(MAXKEY-230101) application-http.properties重命名为application-maxkey-mgt.properties + *(MAXKEY-230102) application-http.properties重命名为application-maxkey.properties + *(MAXKEY-230103) 分离出maxkey-authentication-sms模块 + *(MAXKEY-230104) JdbcSynchronizer 优化 + *(MAXKEY-230105) NOTICE更新,源文件添加License + *(MAXKEY-230106) Provisioning 优化,增加日志记录 + *(MAXKEY-230107) maxkey-identitys 重命名为maxkey-webapis + *(MAXKEY-230108) build.gradle构建优化 + *(MAXKEY-230109) 基本信息更新和下载信息优化 + *(MAXKEY-230110) 依赖项引用、更新和升级 + spring 5.3.25 + springBoot 2.7.8 + jibGradlePlugin 3.2.0 + gson 2.10.1 + zxingcore 3.5.1 + jackson 2.14.1 + +MaxKey v 3.5.12 GA 2022/12/27 *(MAXKEY-221701) #I66S79 CAS退出跳转报错问题 *(MAXKEY-221702) 用户批量删除 onBatchDelete 调用的后端 delete *(MAXKEY-221703) 管理端退出后,会话值为无效 diff --git a/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts b/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts index 3c68083a..973f4ade 100644 --- a/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts +++ b/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts @@ -26,5 +26,5 @@ export const CONSTS = { REDIRECT_URI: 'redirect_uri', REMEMBER: 'remember_me', TOKEN: '_token', - VERSION: 'v3.5.12 GA' + VERSION: 'v3.5.13 GA' }; diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts index f480db22..10954b2e 100644 --- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts +++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts @@ -19,5 +19,5 @@ export const CONSTS = { INST: 'inst', REDIRECT_URI: 'redirect_uri', REMEMBER: 'remember', - VERSION: 'v3.5.12 GA' + VERSION: 'v3.5.13 GA' };