Skip to content

Commit

Permalink
🔖 发布 v2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Aug 23, 2018
1 parent 7f65d42 commit e757b4d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGE_LOGS.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
</style>
</head>
<body>
<h2>Release 2.9.3 - Aug 23, 2018</h2>
<ul>
<li><a href="https://github.com/b3log/solo/issues/12478">12478</a> 可配置移动端皮肤 <span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>
<li><a href="https://github.com/b3log/solo/issues/12481">12481</a> 使用 CDN 加速看板娘 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12479">12479</a> 工具类重构 <span style='background: #e102d8 !important;color:#FFFFFF !important;padding: 1px 4px;'>development</span></li>
</ul>
<h2>Release 2.9.2 - Jul 26, 2018</h2>
<ul>
<li><a href="https://github.com/b3log/solo/issues/12472">12472</a> 看板娘插件 <span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>
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: Solo POM.
Version: 3.18.3.14, Aug 22, 2018
Version: 3.18.3.15, Aug 23, 2018
Author: <a href="http://88250.b3log.org">Liang Ding</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a>
Author: <a href="http://vanessa.b3log.org">Vanessa</a>
Expand All @@ -15,7 +15,7 @@
<artifactId>solo</artifactId>
<packaging>war</packaging>
<name>Solo</name>
<version>2.9.2</version>
<version>2.9.3</version>
<description>
A blogging system written in Java, feel free to create your or your team own blog.
一个用 Java 实现的博客系统,为你或你的团队创建个博客吧!
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/b3log/solo/SoloServletListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
* Solo Servlet listener.
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.9.3.35, Jul 31, 2018
* @version 1.9.3.36, Aug 23, 2018
* @since 0.3.1
*/
public final class SoloServletListener extends AbstractServletListener {
Expand All @@ -75,7 +75,7 @@ public final class SoloServletListener extends AbstractServletListener {
/**
* Solo version.
*/
public static final String VERSION = "2.9.2";
public static final String VERSION = "2.9.3";

/**
* Bean manager.
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/b3log/solo/service/UpgradeService.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="mailto:[email protected]">Dongxu Wang</a>
* @version 1.2.0.27, Jul 26, 2018
* @version 1.2.0.28, Aug 23, 2018
* @since 1.2.0
*/
@Service
Expand All @@ -78,7 +78,7 @@ public class UpgradeService {
/**
* Old version.
*/
private static final String FROM_VER = "2.9.1";
private static final String FROM_VER = "2.9.2";

/**
* New version.
Expand Down
6 changes: 6 additions & 0 deletions src/main/webapp/CHANGE_LOGS.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
</style>
</head>
<body>
<h2>Release 2.9.3 - Aug 23, 2018</h2>
<ul>
<li><a href="https://github.com/b3log/solo/issues/12478">12478</a> 可配置移动端皮肤 <span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>
<li><a href="https://github.com/b3log/solo/issues/12481">12481</a> 使用 CDN 加速看板娘 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12479">12479</a> 工具类重构 <span style='background: #e102d8 !important;color:#FFFFFF !important;padding: 1px 4px;'>development</span></li>
</ul>
<h2>Release 2.9.2 - Jul 26, 2018</h2>
<ul>
<li><a href="https://github.com/b3log/solo/issues/12472">12472</a> 看板娘插件 <span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>
Expand Down

0 comments on commit e757b4d

Please sign in to comment.