Skip to content

Commit

Permalink
release v2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Medicean committed May 15, 2021
1 parent 6dfa9eb commit c6847f4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`

### 核心
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
@@ -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]

> 一剑在手,纵横无忧!
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antsword",
"version": "2.1.11.1",
"version": "2.1.12",
"description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js",
"dependencies": {
Expand Down

0 comments on commit c6847f4

Please sign in to comment.