File tree 4 files changed +22
-4
lines changed
jpress-commons/src/main/java/io/jpress
4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM fuhai/jpress:v5.0.4
1
+ FROM fuhai/jpress:v5.0.5
2
2
LABEL maintainer=
"Michael Yang<[email protected] >"
3
3
4
4
WORKDIR /opt/jpress
Original file line number Diff line number Diff line change
1
+ JPress v5.0.5 2022-11-06:
2
+ 新增:articles 标签和 products 标签可以获取值指定站点的内容
3
+ 新增:添加换行标题的支持
4
+ 新增:后台登录验证码自定义开启或关闭功能
5
+ 优化:优化自定义表单的一些问题
6
+ 优化:模板添加 ck-content.css 引用,防止设置加粗、字体等设置前台无效的问题
7
+ 优化:添加 User.getShowName 方法
8
+ 优化:Jsoup 添加 "figure" 标签到白名单
9
+ 优化:升级 jfinal 和 jboot 到最新版本
10
+ 优化:ImageUtils 代码
11
+ 修复:Lucene 删除文档时可能造成无法删除的问题
12
+ 修复:外部链接带参数保存后无法访问,感谢 @Retire
13
+ 修复:系统关闭时,可能存少量的页面访问记录不同步到数据库的问题
14
+ 修复:子站点可能存在评论验证码错误的问题
15
+ 修复:自定义 SEO 后缀不起作用的问题
16
+
17
+
18
+
1
19
JPress v5.0.4 2022-10-10:
2
20
优化:升级 Jboot 和 JFinal-Undertow 到最新版本
3
21
优化:对默认的 404 和 500 页面进行优化,使之更加明确
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:v5.0.4
22
+ image : fuhai/jpress:v5.0.5
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 = "v5.0.4 " ;
26
+ public static final String VERSION = "v5.0.5 " ;
27
27
28
28
//v2.x not define
29
29
//v3.x VERSION_CODE < 40
30
30
//v4.x VERSION_CODE >= 40
31
31
//v5.x VERSION_CODE >= 80
32
- public static final String VERSION_CODE = "84 " ;
32
+ public static final String VERSION_CODE = "85 " ;
33
33
34
34
/**
35
35
* 后台系统菜单的 ID
You can’t perform that action at this time.
0 commit comments