File tree 3 files changed +11
-3
lines changed
jpress-commons/src/main/java/io/jpress
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ jpress v4.1.0:
2
+ 优化:升级 Jboot、Jfinal 等到最新版本
3
+ 修复:文章输入多个标签的时候,存入数据库保存的标签错误的问题
4
+ 修复:文章、商品新建时,若保存两次会导致创建日期被清空的问题
5
+ 修复:页面二次编辑时,状态设置错误的问题
6
+
7
+
8
+
1
9
jpress v4.0.9:
2
10
新增:文章编辑新增上传视频的功能
3
11
新增:新增 html2wxml 的 api 及其文档
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
19
19
- db
20
20
links :
21
21
- db
22
- image : fuhai/jpress:v4.0.9
22
+ image : fuhai/jpress:v4.1.0
23
23
ports :
24
24
- " 8080:8080"
25
25
restart : always
Original file line number Diff line number Diff line change 23
23
*/
24
24
public class JPressConsts {
25
25
26
- public static final String VERSION = "v4.0.9 " ;
26
+ public static final String VERSION = "v4.1.0 " ;
27
27
28
28
//v2.x not define
29
29
//v3.x VERSION_CODE < 40
30
30
//v4.x VERSION_CODE >= 40
31
- public static final String VERSION_CODE = "49 " ;
31
+ public static final String VERSION_CODE = "50 " ;
32
32
33
33
/**
34
34
* 后台系统菜单的 ID
You can’t perform that action at this time.
0 commit comments