Skip to content

Commit

Permalink
JPress v5.0.8 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Jan 6, 2023
1 parent 8aa936e commit 4989653
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 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.7
FROM fuhai/jpress:v5.0.8
LABEL maintainer="Michael Yang<[email protected]>"

WORKDIR /opt/jpress
Expand Down
17 changes: 16 additions & 1 deletion changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
JPress v5.0.8 2023-01-06:
修复:由于 SiteContext 导致分站某些缓存信息无法正确读取的问题
修复:后台的 input 组件 type 类型错误的问题
修复:后台文章插入 base64 的图片内容无法正确显示的问题
修复:文章详情点击 "回复" 没有作用的问题
优化:添加全局变量 CURRENT_TIME,方便用于进行时间计算
优化:后台编辑用户的密码输入框类型修改为 password
优化:登录成功后后台头像位置显示登录用户名称
优化:优化 log4j2.xml 的配置
优化:对 TemplateBlockOptionServiceProvider 添加适当缓存
优化:更新 copyright 的年份信息
优化:后台浏览文件的按钮显示 browse 修改为 "浏览"
优化:升级相关依赖到最新版本



JPress v5.0.7 2022-11-29:
优化:移除 findListByColumns 的缓存配置,使用默认的配置
优化:优化 tomcat 的 pom.xml
Expand All @@ -18,7 +34,6 @@ JPress v5.0.6 2022-11-21:




JPress v5.0.5 2022-11-06:
新增:articles 标签和 products 标签可以获取值指定站点的内容
新增:添加换行标题的支持
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.7
image: fuhai/jpress:v5.0.8
ports:
- "8080:8080"
restart: always
Expand Down

0 comments on commit 4989653

Please sign in to comment.