Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Mar 2, 2021
1 parent 5732d81 commit b74cb28
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs/logs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 版本更新日志

## v0.5.1.0 测试版

1. 增加 LaTeX 公式支持,使用 MathJax3
1. 增加页面打印支持
1. 为避免关键字冲突,0.3.4 版本的 MorechoCore 插件删除了`_`关键字,请按需升级

## v0.5.0.0 测试版

**注意:破坏性更新,部分旧功能改变或删除**
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function themeConfig($form)
$title2->html('<h2>头衔</h2>
<p>会在左侧栏和评论区显示</p>');
$form->addItem($title2);

$groupTitleA = new Typecho_Widget_Helper_Form_Element_Text('groupTitleA', NULL, _t('管理员'), _t('管理员'), _t(''));
$form->addInput($groupTitleA->addRule('xssCheck', _t('请不要使用特殊字符')));
$groupTitleE = new Typecho_Widget_Helper_Form_Element_Text('groupTitleE', NULL, _t('编辑'), _t('编辑'), _t(''));
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Morecho Theme
* @author MuZhou233
* @version 0.5.0.0
* @version 0.5.1.0
* @link https://typecho.mosar.in
*/

Expand Down
4 changes: 2 additions & 2 deletions plugins/MorechoCore/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Morecho Theme Plugin - Core
* @author MuZhou233
* @version 0.3.3
* @version 0.3.4
* @link https://typecho.mosar.in
*/
class MorechoCore_Plugin implements Typecho_Plugin_Interface
Expand All @@ -14,7 +14,7 @@ class MorechoCore_Plugin implements Typecho_Plugin_Interface
* 插件版本号
* @var string
*/
const _VERSION = '0.3.3';
const _VERSION = '0.3.4';

/**
* 激活插件方法,如果激活失败,直接抛出异常
Expand Down

0 comments on commit b74cb28

Please sign in to comment.