Skip to content

Commit c4703d3

Browse files
committed
bump version 2.8.0
1 parent 873c7ae commit c4703d3

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ New Material 是一款遵循 Material Design 的 Typecho 主题
3535

3636
- Author 作者:Manyang901
3737
- Original Author 原作者:Viosey
38-
- Version 版本:2.7.0
38+
- Version 版本:2.8.0
3939
- [![Gitter](https://img.shields.io/gitter/room/material-theme/typecho.svg?style=flat-square)](https://gitter.im/material-theme/typecho?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
4040

4141
## Feature 特性

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Typecho functions entry point
44
*/
55

6-
define('VERSION', '2.7.0');
6+
define('VERSION', '2.8.0');
77
require_once('inc/functions/themeOptions.php');
88
require_once('inc/functions/thumbNail.php');
99
require_once('inc/functions/extra.php');

index.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @package New.Material
77
* @author Viosey & Manyang901
8-
* @version 2.7.0
8+
* @version 2.8.0
99
* @link https://github.com/manyang901/material
1010
*
1111
*/
@@ -130,25 +130,25 @@
130130
<div class="main-logo-title mdui-float-left mdui-text-color-theme-secondary">
131131
<?php $this->options->title(); ?>
132132
</div>
133-
133+
134134
<div class="mdui-toolbar-spacer"></div>
135135

136136
<div id="main-search-container" class="main-search" >
137137
<div class="main-search-form-wrapper">
138138
<form method="post" action="" class="main-search-form">
139-
139+
140140
<input id="main-search-text" type="text" name="s" class="text" size="16" />
141141
<input type="submit" class="submit mdui-btn mdui-btn-dense mdui-btn-raised mdui-color-white" value="Search" />
142-
142+
143143
</form>
144-
144+
145145
<button id="main-search-close" class="mdui-btn mdui-btn-icon mdui-btn-dense mdui-ripple">
146146
<i class="mdui-icon material-icons">close</i>
147147
</button>
148148

149149
</div>
150150
</div>
151-
151+
152152
<button id="main-search-btn" class="mdui-float-right mdui-btn mdui-btn-icon">
153153
<i class="mdui-icon material-icons">search</i>
154154
</button>

page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @package New.Material
77
* @author Viosey & Manyang901
8-
* @version 2.7.0
8+
* @version 2.8.0
99
* @link https://github.com/manyang901/material
1010
*
1111
*/

post.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
*
66
* @package New.Material
77
* @author Viosey & Manyang901
8-
* @version 2.7.0
8+
* @version 2.8.0
99
* @link https://github.com/manyang901/material
1010
*/
1111

12-
$this->need('inc/header.php');
12+
$this->need('inc/header.php');
1313
if ($this->options->langis == '0') {
1414
require_once(dirname(__FILE__) . '/inc/lang/en-us.php');
1515
} elseif ($this->options->langis == '1') {

0 commit comments

Comments
 (0)