Commit 549af2ea authored by Liang Ding's avatar Liang Ding

🔖 发布 v3.6.0

parent 343048c7
...@@ -26,6 +26,18 @@ ...@@ -26,6 +26,18 @@
</style> </style>
</head> </head>
<body> <body>
<h2>Release 3.6.0 - Apr 19, 2019</h2>
<ul>
<li><a href="https://github.com/b3log/solo/issues/12748">12748</a> Casper 细节修改 <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li>
<li><a href="https://github.com/b3log/solo/issues/12752">12752</a> 皮肤不显示访客用户 <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li>
<li><a href="https://github.com/b3log/solo/issues/12747">12747</a> log4j 默认日志配置不输出文件 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12758">12758</a> 签名档内置模板变量 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12759">12759</a> 我的开源页面排版推荐 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12761">12761</a> 提高社区图床图片渲染质量 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12763">12763</a> 移动端不显示看板娘 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12764">12764</a> 去掉自定义页面 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12749">12749</a> 清理 Gravatar 相关 <span style='background: #e102d8 !important;color:#FFFFFF !important;padding: 1px 4px;'>development</span></li>
</ul>
<h2>Release 3.5.0 - Apr 1, 2019</h2> <h2>Release 3.5.0 - Apr 1, 2019</h2>
<ul> <ul>
<li><a href="https://github.com/b3log/solo/issues/12722">12722</a> 在设置中可选择语法高亮主题 <span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li> <li><a href="https://github.com/b3log/solo/issues/12722">12722</a> 在设置中可选择语法高亮主题 <span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>
......
This diff is collapsed.
{ {
"name": "Solo", "name": "Solo",
"version": "3.5.0", "version": "3.6.0",
"description": " 一款小而美的博客系统,专为程序员设计。", "description": " 一款小而美的博客系统,专为程序员设计。",
"homepage": "https://github.com/b3log/solo", "homepage": "https://github.com/b3log/solo",
"repository": { "repository": {
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Description: Solo POM. Description: Solo POM.
Version: 3.18.3.54, Mar 31, 2019 Version: 3.18.3.55, Apr 19, 2019
Author: <a href="http://88250.b3log.org">Liang Ding</a> Author: <a href="http://88250.b3log.org">Liang Ding</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a> Author: <a href="http://www.annpeter.cn">Ann Peter</a>
Author: <a href="http://vanessa.b3log.org">Vanessa</a> Author: <a href="http://vanessa.b3log.org">Vanessa</a>
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<artifactId>solo</artifactId> <artifactId>solo</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>Solo</name> <name>Solo</name>
<version>3.5.0</version> <version>3.6.0</version>
<description> <description>
一款小而美的博客系统,专为程序员设计。 一款小而美的博客系统,专为程序员设计。
</description> </description>
......
...@@ -58,7 +58,7 @@ import javax.servlet.http.HttpSessionEvent; ...@@ -58,7 +58,7 @@ import javax.servlet.http.HttpSessionEvent;
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://vanessa.b3log.org">Vanessa</a> * @author <a href="http://vanessa.b3log.org">Vanessa</a>
* @version 1.11.0.15, Apr 18, 2019 * @version 1.11.0.16, Apr 19, 2019
* @since 0.3.1 * @since 0.3.1
*/ */
public final class SoloServletListener extends AbstractServletListener { public final class SoloServletListener extends AbstractServletListener {
...@@ -71,7 +71,7 @@ public final class SoloServletListener extends AbstractServletListener { ...@@ -71,7 +71,7 @@ public final class SoloServletListener extends AbstractServletListener {
/** /**
* Solo version. * Solo version.
*/ */
public static final String VERSION = "3.5.0"; public static final String VERSION = "3.6.0";
/** /**
* Bean manager. * Bean manager.
......
...@@ -30,7 +30,7 @@ import org.json.JSONObject; ...@@ -30,7 +30,7 @@ import org.json.JSONObject;
* Upgrade service. * Upgrade service.
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.2.1.5, Mar 31, 2019 * @version 1.2.1.6, Apr 19, 2019
* @since 1.2.0 * @since 1.2.0
*/ */
@Service @Service
...@@ -75,6 +75,8 @@ public class UpgradeService { ...@@ -75,6 +75,8 @@ public class UpgradeService {
V330_340.perform(); V330_340.perform();
case "3.4.0": case "3.4.0":
V340_350.perform(); V340_350.perform();
case "3.5.0":
V350_360.perform();
break; break;
default: default:
......
...@@ -26,6 +26,18 @@ ...@@ -26,6 +26,18 @@
</style> </style>
</head> </head>
<body> <body>
<h2>Release 3.6.0 - Apr 19, 2019</h2>
<ul>
<li><a href="https://github.com/b3log/solo/issues/12748">12748</a> Casper 细节修改 <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li>
<li><a href="https://github.com/b3log/solo/issues/12752">12752</a> 皮肤不显示访客用户 <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li>
<li><a href="https://github.com/b3log/solo/issues/12747">12747</a> log4j 默认日志配置不输出文件 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12758">12758</a> 签名档内置模板变量 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12759">12759</a> 我的开源页面排版推荐 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12761">12761</a> 提高社区图床图片渲染质量 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12763">12763</a> 移动端不显示看板娘 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12764">12764</a> 去掉自定义页面 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12749">12749</a> 清理 Gravatar 相关 <span style='background: #e102d8 !important;color:#FFFFFF !important;padding: 1px 4px;'>development</span></li>
</ul>
<h2>Release 3.5.0 - Apr 1, 2019</h2> <h2>Release 3.5.0 - Apr 1, 2019</h2>
<ul> <ul>
<li><a href="https://github.com/b3log/solo/issues/12722">12722</a> 在设置中可选择语法高亮主题 <span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li> <li><a href="https://github.com/b3log/solo/issues/12722">12722</a> 在设置中可选择语法高亮主题 <span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Subproject commit c699f2ff8542bf20f1660b9f981f139745406529 Subproject commit bc8eb51c2b26b0cb8d4f1e66012bed9b26e7be6d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment