Skip to content

Commit

Permalink
JPress v5.0.5 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Nov 6, 2022
1 parent 1b6e5f5 commit 4634680
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fuhai/jpress:v5.0.4
FROM fuhai/jpress:v5.0.5
LABEL maintainer="Michael Yang<[email protected]>"

WORKDIR /opt/jpress
Expand Down
18 changes: 18 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
JPress v5.0.5 2022-11-06:
新增:articles 标签和 products 标签可以获取值指定站点的内容
新增:添加换行标题的支持
新增:后台登录验证码自定义开启或关闭功能
优化:优化自定义表单的一些问题
优化:模板添加 ck-content.css 引用,防止设置加粗、字体等设置前台无效的问题
优化:添加 User.getShowName 方法
优化:Jsoup 添加 "figure" 标签到白名单
优化:升级 jfinal 和 jboot 到最新版本
优化:ImageUtils 代码
修复:Lucene 删除文档时可能造成无法删除的问题
修复:外部链接带参数保存后无法访问,感谢 @Retire
修复:系统关闭时,可能存少量的页面访问记录不同步到数据库的问题
修复:子站点可能存在评论验证码错误的问题
修复:自定义 SEO 后缀不起作用的问题



JPress v5.0.4 2022-10-10:
优化:升级 Jboot 和 JFinal-Undertow 到最新版本
优化:对默认的 404 和 500 页面进行优化,使之更加明确
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- db
links:
- db
image: fuhai/jpress:v5.0.4
image: fuhai/jpress:v5.0.5
ports:
- "8080:8080"
restart: always
Expand Down
4 changes: 2 additions & 2 deletions jpress-commons/src/main/java/io/jpress/JPressConsts.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
*/
public class JPressConsts {

public static final String VERSION = "v5.0.4";
public static final String VERSION = "v5.0.5";

//v2.x not define
//v3.x VERSION_CODE < 40
//v4.x VERSION_CODE >= 40
//v5.x VERSION_CODE >= 80
public static final String VERSION_CODE = "84";
public static final String VERSION_CODE = "85";

/**
* 后台系统菜单的 ID
Expand Down

0 comments on commit 4634680

Please sign in to comment.