Skip to content

Commit 69266f6

Browse files
committed
JPress v4.1.0 release (^.^)YYa!!
1 parent 552957a commit 69266f6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

changes.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
jpress v4.1.0:
2+
优化:升级 Jboot、Jfinal 等到最新版本
3+
修复:文章输入多个标签的时候,存入数据库保存的标签错误的问题
4+
修复:文章、商品新建时,若保存两次会导致创建日期被清空的问题
5+
修复:页面二次编辑时,状态设置错误的问题
6+
7+
8+
19
jpress v4.0.9:
210
新增:文章编辑新增上传视频的功能
311
新增:新增 html2wxml 的 api 及其文档

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
- db
2020
links:
2121
- db
22-
image: fuhai/jpress:v4.0.9
22+
image: fuhai/jpress:v4.1.0
2323
ports:
2424
- "8080:8080"
2525
restart: always

jpress-commons/src/main/java/io/jpress/JPressConsts.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
*/
2424
public class JPressConsts {
2525

26-
public static final String VERSION = "v4.0.9";
26+
public static final String VERSION = "v4.1.0";
2727

2828
//v2.x not define
2929
//v3.x VERSION_CODE < 40
3030
//v4.x VERSION_CODE >= 40
31-
public static final String VERSION_CODE = "49";
31+
public static final String VERSION_CODE = "50";
3232

3333
/**
3434
* 后台系统菜单的 ID

0 commit comments

Comments
 (0)