Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
git test
Jpress
Commits
822f6e85
Commit
822f6e85
authored
5 years ago
by
yangfuhai
Browse files
Options
Download
Email Patches
Plain Diff
v3.2.0 release (^.^)YYa!!
parent
2f21f3e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changes.txt
+19
-0
changes.txt
docker-compose.yml
+1
-1
docker-compose.yml
jpress-commons/src/main/java/io/jpress/JPressConsts.java
+2
-2
jpress-commons/src/main/java/io/jpress/JPressConsts.java
with
22 additions
and
3 deletions
+22
-3
changes.txt
+
19
-
0
View file @
822f6e85
jpress v3.2.0:
新增:添加一个全新的插件:留言插件,方便网站使用其增强 "留言" 功能,同时方便新手作为一个参考去开发自己的插件,感谢作者 @安杰
新增:可以通过 URL 直接访问模板页面的功能,假设存在模板 abc.html,增可以直接通过 http://domain/abc 去访问。
新增:默认模板 calmlog 新增文章搜索功能
新增:产品详情页新增 URL 分享按钮,当产品启用分销时,分销的 URL 可以获得相应的佣金。
优化:重构 TemplateManager,使其代码更加简洁
优化:优化 #CategoriesDirective 指令,防止在产品页面使用时出现类型转换错误的问题
优化:对 BaseProductInfoQuerier 进行重构,方便在开发插件的时候可以获取更多的信息
优化:删除 ArticleServiceProvider 中多余的不必要的注解
优化:对 AddonControllerManager 进行优化,插件的 Controller 的 viewPath 不用必须为 "/" 的问题
优化:对 微信支付的后台配置添加相应的文字说明,方便使用者更加清晰的去使用
优化:对 订单和支付等内容进行 "固化",不允许自己去支付别人的订单。
修复:当产品启用 Lucene 搜索引擎后,无法搜索其内容的问题
修复:当产品更新的时候,缓存无法及时清空的问题
修复:当产品和文章同时开启 ElasticSearch 搜索引擎的时候,会出现索引覆盖的问题
文档:添加 JPress 升级的相关文档
jpress v3.1.1:
新增:订单超时的时间设置功能,超时订单自动被关闭
新增:新增产品分类的标签 #productCategoryList,用于读取产品分类内容
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
-
1
View file @
822f6e85
...
...
@@ -19,7 +19,7 @@ services:
-
db
links
:
-
db
image
:
fuhai/jpress:v3.
1.1
image
:
fuhai/jpress:v3.
2.0
ports
:
-
"
8080:8080"
restart
:
always
...
...
This diff is collapsed.
Click to expand it.
jpress-commons/src/main/java/io/jpress/JPressConsts.java
+
2
-
2
View file @
822f6e85
...
...
@@ -23,8 +23,8 @@ package io.jpress;
*/
public
class
JPressConsts
{
public
static
final
String
VERSION
=
"v3.
1.1
"
;
public
static
final
String
VERSION_CODE
=
"
14
"
;
public
static
final
String
VERSION
=
"v3.
2.0
"
;
public
static
final
String
VERSION_CODE
=
"
20
"
;
/**
* 后台系统菜单的 ID
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment