Skip to content

Commit 1723b02

Browse files
committed
Version 1.8.11
1 parent 4821af0 commit 1723b02

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> 轻于形,悦于心
88
99
<p align="center">
10-
<img alt="Version" src="https://img.shields.io/badge/version-1.8.10-3f51b5.svg?style=flat-square"/>
10+
<img alt="Version" src="https://img.shields.io/badge/version-1.8.11-3f51b5.svg?style=flat-square"/>
1111
<img alt="build" src="https://img.shields.io/badge/dynamic/json.svg?label=build&url=https%3A%2F%2Fbuildmdx.flyhigher.top%2Fbuild.json&query=%24.sta&colorB=44cc11&style=flat-square"/>
1212
<a href="https://github.com/yrccondor/mdx/releases"><img alt="releases" src="https://img.shields.io/github/release/yrccondor/mdx.svg?style=flat-square"/></a>
1313
<a href="https://flyhigher.top"><img alt="Author" src="https://img.shields.io/badge/author-Axton-red.svg?style=flat-square"/></a>

includes/admin_init_ver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?php //此文件内容会由构建工具自动生成
2-
if(get_option('mdx_version_commit')!='1.8.10.1c0b2ae'){update_option('mdx_version', '1.8.10');update_option('mdx_version_commit', '1.8.10.1c0b2ae');}?>
2+
if(get_option('mdx_version_commit')!='1.8.11.1c0b2ae'){update_option('mdx_version', '1.8.11');update_option('mdx_version_commit', '1.8.11.1c0b2ae');}?>

includes/update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
mdx_update_option("mdx_allow_scale", "false");
323323
mdx_update_option("mdx_install", "normal");
324324
mdx_update_option("mdx_widget", "false");
325-
}else if($mdx_version_base!="1.8.10" && $mdx_version_base!="1.8.9" && $mdx_version_base!="1.8.8"){
325+
}else if($mdx_version_base!="1.8.11" && $mdx_version_base!="1.8.10" && $mdx_version_base!="1.8.9" && $mdx_version_base!="1.8.8"){
326326
update_option('mdx_img_box', 'true');
327327
update_option('mdx_comment_emj', 'true');
328328
update_option('mdx_say_after', '');

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Theme Name: MDx
33
Theme URI: https://flyhigher.top/develop/788.html
44
Description: MDx - Material Design WordPress Theme
5-
Version: 1.8.10
5+
Version: 1.8.11
66
Author: AxtonYao
77
Author URI: https://flyhigher.top
88
Tags: Material Design, Personal Blog, Simple Theme

0 commit comments

Comments
 (0)