We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943ed7e commit 908a8d2Copy full SHA for 908a8d2
3 files changed
docs/logs.md
@@ -1,5 +1,12 @@
1
# 版本更新日志
2
3
+## v0.6.0.1 稳定版
4
+
5
+**注意:不再支持 Typecho 1.1 及之前的版本**
6
7
+1. 支持 Typecho 1.2,不再支持旧版本
8
+1. 本版本保留 v0.5 的大部分代码,仅针对新版本进行了适配,没有新增功能
9
10
## v0.6.0.0 测试版
11
12
1. 支持 Typecho 1.2
index.php
@@ -4,7 +4,7 @@
*
* @package Morecho Theme
* @author MuZhou233
- * @version 0.6.0.0
+ * @version 0.6.0.1
* @link https://typecho.mosar.in
*/
plugins/MorechoFriends/Plugin.php
@@ -5,7 +5,7 @@
* @package Morecho Theme Plugin - Friends
- * @version 0.1.0
+ * @version 0.6.0
class MorechoFriends_Plugin implements Typecho_Plugin_Interface
0 commit comments