Skip to content

Commit

Permalink
🔖 发布 v3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Nov 22, 2018
1 parent a71ac0e commit ccfe2e7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGE_LOGS.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
</style>
</head>
<body>
<h2>Release 3.4.4 - Nov 22, 2018</h2>
<ul>
<li><a href="https://github.com/b3log/symphony/issues/786">786</a> 管理功能操作日志 <span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>
<li><a href="https://github.com/b3log/symphony/issues/803">803</a> 支持 webm 视频播放 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/symphony/issues/804">804</a> 更新帖子、回帖时艾特改进 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/symphony/issues/807">807</a> 校验 forward 页面来源 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
</ul>
<h2>Release 3.4.3 - Nov 8, 2018</h2>
<ul>
<li><a href="https://github.com/b3log/symphony/issues/774">774</a> 自定义首页跳转 <span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Symphony",
"version": "3.4.3",
"version": "3.4.4",
"description": "A modern community (forum/BBS/SNS/blog) platform written in Java. 一个用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。",
"homepage": "https://sym.b3log.org",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Description: Symphony POM.
Version: 2.16.6.115, Nov 17, 2018
Version: 2.16.6.116, Nov 22, 2018
Author: Liang Ding
Author: Zephyr
-->
Expand All @@ -12,7 +12,7 @@
<groupId>org.b3log</groupId>
<artifactId>symphony</artifactId>
<packaging>war</packaging>
<version>3.4.3</version>
<version>3.4.4</version>
<name>Symphony</name>
<url>https://sym.b3log.org</url>
<description>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/b3log/symphony/SymphonyServletListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author Bill Ho
* @version 3.19.10.22, Nov 8, 2018
* @version 3.19.10.23, Nov 22, 2018
* @since 0.2.0
*/
public final class SymphonyServletListener extends AbstractServletListener {
Expand All @@ -68,7 +68,7 @@ public final class SymphonyServletListener extends AbstractServletListener {
/**
* Symphony version.
*/
public static final String VERSION = "3.4.3";
public static final String VERSION = "3.4.4";

/**
* Bean manager.
Expand Down
7 changes: 7 additions & 0 deletions src/main/webapp/CHANGE_LOGS.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
</style>
</head>
<body>
<h2>Release 3.4.4 - Nov 22, 2018</h2>
<ul>
<li><a href="https://github.com/b3log/symphony/issues/786">786</a> 管理功能操作日志 <span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>
<li><a href="https://github.com/b3log/symphony/issues/803">803</a> 支持 webm 视频播放 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/symphony/issues/804">804</a> 更新帖子、回帖时艾特改进 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/symphony/issues/807">807</a> 校验 forward 页面来源 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
</ul>
<h2>Release 3.4.3 - Nov 8, 2018</h2>
<ul>
<li><a href="https://github.com/b3log/symphony/issues/774">774</a> 自定义首页跳转 <span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>
Expand Down

0 comments on commit ccfe2e7

Please sign in to comment.