Commit 3d446e7f authored by Liang Ding's avatar Liang Ding

🔖 发布 v3.6.2

parent 2abf0df2
...@@ -26,6 +26,15 @@ ...@@ -26,6 +26,15 @@
</style> </style>
</head> </head>
<body> <body>
<h2>Release 3.6.2 - Jun 7, 2019</h2>
<ul>
<li><a href="https://github.com/b3log/solo/issues/12796">12796</a> 支持图表 <span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>
<li><a href="https://github.com/b3log/solo/issues/12781">12781</a> 标签最长允许 16 字符 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12782">12782</a> 修改用户名提示 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12787">12787</a> 迁移历史表情图片 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12788">12788</a> 改进 Markdown 代码块中的 Emoji 处理 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12794">12794</a> 数据对象字段更新优化 <span style='background: #e102d8 !important;color:#FFFFFF !important;padding: 1px 4px;'>development</span></li>
</ul>
<h2>Release 3.6.1 - May 21, 2019</h2> <h2>Release 3.6.1 - May 21, 2019</h2>
<ul> <ul>
<li><a href="https://github.com/b3log/solo/issues/12773">12773</a> 简化皮肤页脚 <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li> <li><a href="https://github.com/b3log/solo/issues/12773">12773</a> 简化皮肤页脚 <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li>
......
{ {
"name": "Solo", "name": "Solo",
"version": "3.6.1", "version": "3.6.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
{ {
"name": "Solo", "name": "Solo",
"version": "3.6.1", "version": "3.6.2",
"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.59, Jun 6, 2019 Version: 3.18.3.60, Jun 6, 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.6.1</version> <version>3.6.2</version>
<description> <description>
一款小而美的博客系统,专为程序员设计。 一款小而美的博客系统,专为程序员设计。
</description> </description>
......
...@@ -59,7 +59,7 @@ import javax.servlet.http.HttpSessionEvent; ...@@ -59,7 +59,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.19, May 21, 2019 * @version 1.11.0.20, Jun 7, 2019
* @since 0.3.1 * @since 0.3.1
*/ */
public final class SoloServletListener extends AbstractServletListener { public final class SoloServletListener extends AbstractServletListener {
...@@ -72,7 +72,7 @@ public final class SoloServletListener extends AbstractServletListener { ...@@ -72,7 +72,7 @@ public final class SoloServletListener extends AbstractServletListener {
/** /**
* Solo version. * Solo version.
*/ */
public static final String VERSION = "3.6.1"; public static final String VERSION = "3.6.2";
/** /**
* 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.7, May 21, 2019 * @version 1.2.1.8, Jun 7, 2019
* @since 1.2.0 * @since 1.2.0
*/ */
@Service @Service
...@@ -79,6 +79,8 @@ public class UpgradeService { ...@@ -79,6 +79,8 @@ public class UpgradeService {
V350_360.perform(); V350_360.perform();
case "3.6.0": case "3.6.0":
V360_361.perform(); V360_361.perform();
case "3.6.1":
V361_362.perform();
break; break;
default: default:
......
...@@ -26,6 +26,15 @@ ...@@ -26,6 +26,15 @@
</style> </style>
</head> </head>
<body> <body>
<h2>Release 3.6.2 - Jun 7, 2019</h2>
<ul>
<li><a href="https://github.com/b3log/solo/issues/12796">12796</a> 支持图表 <span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>
<li><a href="https://github.com/b3log/solo/issues/12781">12781</a> 标签最长允许 16 字符 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12782">12782</a> 修改用户名提示 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12787">12787</a> 迁移历史表情图片 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12788">12788</a> 改进 Markdown 代码块中的 Emoji 处理 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12794">12794</a> 数据对象字段更新优化 <span style='background: #e102d8 !important;color:#FFFFFF !important;padding: 1px 4px;'>development</span></li>
</ul>
<h2>Release 3.6.1 - May 21, 2019</h2> <h2>Release 3.6.1 - May 21, 2019</h2>
<ul> <ul>
<li><a href="https://github.com/b3log/solo/issues/12773">12773</a> 简化皮肤页脚 <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li> <li><a href="https://github.com/b3log/solo/issues/12773">12773</a> 简化皮肤页脚 <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li>
......
Subproject commit d582ffd29aee34909a457a158c9f6f461456763c Subproject commit e49ac44020a5fe718d21407ad01eb33f43b2eea5
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