diff --git a/CHANGELOG.md b/CHANGELOG.md index eb8a5c60..a673574a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,22 +2,30 @@ > 有空会补补BUG、添添新功能。 > 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT. -## `v(2.1.12)` +## 2021/05/15 `v(2.1.12)` ### 核心 -* 修复 JSP Shell 无法执行 update/delete/insert 语句问题 * JSP Template 升级至 [v1.6](https://github.com/AntSwordProject/AntSword-JSP-Template/releases/tag/1.6) * equals支持数组传参方式,兼容各种容器 * build.py中可以手动指定版本号编译,不再需要下载指定jdk * 部分变量转为类属性,方便调试 * 修正 insert/update/delete 语句无法执行问题 -## 数据管理 + +> 所需要的 WebShell 可使用 GenShell 插件来生成 + +### 数据管理 * 优化出错提示 * PHP 类型新增 SQLite_PDO 支持 * PHP 类型新增 SQLite3 支持 +### 插件相关 + +* [GenShell](https://github.com/AntSword-Store/GenShell) 升级到 v0.4 + +* 兼容 JSP Template v1.6 + ## 2021/03/27 `v(2.1.11.1)` ### 核心 diff --git a/README.md b/README.md index 10316a2f..645c6787 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AntSword [![release](https://img.shields.io/badge/release-v2.1.11.1-blue.svg?style=flat-square)][url-release] +# AntSword [![release](https://img.shields.io/badge/release-v2.1.12-blue.svg?style=flat-square)][url-release] > AntSword in your hands, no worries in your mind! diff --git a/README_CN.md b/README_CN.md index 80531f09..d1d51edb 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,4 +1,4 @@ -# 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.11.1-blue.svg?style=flat-square)][url-release] +# 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.12-blue.svg?style=flat-square)][url-release] > 一剑在手,纵横无忧! diff --git a/package-lock.json b/package-lock.json index 950d40f5..eb412fde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antsword", - "version": "2.1.11.1", + "version": "2.1.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "antsword", - "version": "2.1.11.1", + "version": "2.1.12", "license": "MIT", "dependencies": { "crypto-js": "^3.1.9-1", diff --git a/package.json b/package.json index 1108e31f..d191f69a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antsword", - "version": "2.1.11.1", + "version": "2.1.12", "description": "中国蚁剑是一款跨平台的开源网站管理工具", "main": "app.js", "dependencies": {