Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
c6847f44
Commit
c6847f44
authored
May 15, 2021
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release v2.1.12
parent
6dfa9eb5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
8 deletions
+16
-8
CHANGELOG.md
CHANGELOG.md
+11
-3
README.md
README.md
+1
-1
README_CN.md
README_CN.md
+1
-1
package-lock.json
package-lock.json
+2
-2
package.json
package.json
+1
-1
No files found.
CHANGELOG.md
View file @
c6847f44
...
...
@@ -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)`
### 核心
...
...
README.md
View file @
c6847f44
# AntSword [][url-release]
# AntSword [][url-release]
> AntSword in your hands, no worries in your mind!
...
...
README_CN.md
View file @
c6847f44
# 中国蚁剑 [][url-release]
# 中国蚁剑 [][url-release]
> 一剑在手,纵横无忧!
...
...
package-lock.json
View file @
c6847f44
{
"name"
:
"antsword"
,
"version"
:
"2.1.1
1.1
"
,
"version"
:
"2.1.1
2
"
,
"lockfileVersion"
:
2
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"antsword"
,
"version"
:
"2.1.1
1.1
"
,
"version"
:
"2.1.1
2
"
,
"license"
:
"MIT"
,
"dependencies"
:
{
"crypto-js"
:
"^3.1.9-1"
,
...
...
package.json
View file @
c6847f44
{
"name"
:
"antsword"
,
"version"
:
"2.1.1
1.1
"
,
"version"
:
"2.1.1
2
"
,
"description"
:
"中国蚁剑是一款跨平台的开源网站管理工具"
,
"main"
:
"app.js"
,
"dependencies"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment