Skip to content

Commit 01f1460

Browse files
committed
Version 1.9.2
1 parent cd37145 commit 01f1460

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
> Looks light, power inside.
1212
1313
<p align="center">
14-
<img alt="Version" src="https://img.shields.io/badge/version-1.9.1-3f51b5.svg?style=flat-square"/>
14+
<img alt="Version" src="https://img.shields.io/badge/version-1.9.2-3f51b5.svg?style=flat-square"/>
1515
<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"/>
1616
<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>
1717
<a href="https://flyhigher.top"><img alt="Author" src="https://img.shields.io/badge/author-Axton-red.svg?style=flat-square"/></a>

README/tr_TR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
> Basit görünüşlü, güçlü.
1212
1313
<p align="center">
14-
<img alt="Versiyon" src="https://img.shields.io/badge/version-1.9.1-3f51b5.svg?style=flat-square"/>
14+
<img alt="Versiyon" src="https://img.shields.io/badge/version-1.9.2-3f51b5.svg?style=flat-square"/>
1515
<img alt="sürüm" 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"/>
1616
<a href="https://github.com/yrccondor/mdx/releases"><img alt="sürümler" src="https://img.shields.io/github/release/yrccondor/mdx.svg?style=flat-square"/></a>
1717
<a href="https://flyhigher.top"><img alt="Yazar" src="https://img.shields.io/badge/author-Axton-red.svg?style=flat-square"/></a>

README/zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
> 轻于形,悦于心
1212
1313
<p align="center">
14-
<img alt="Version" src="https://img.shields.io/badge/version-1.9.1-3f51b5.svg?style=flat-square"/>
14+
<img alt="Version" src="https://img.shields.io/badge/version-1.9.2-3f51b5.svg?style=flat-square"/>
1515
<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"/>
1616
<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>
1717
<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.9.1.1c0b2ae'){update_option('mdx_version', '1.9.1');update_option('mdx_version_commit', '1.9.1.1c0b2ae');}?>
2+
if(get_option('mdx_version_commit')!='1.9.2.1c0b2ae'){update_option('mdx_version', '1.9.2');update_option('mdx_version_commit', '1.9.2.1c0b2ae');}?>

includes/update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
mdx_update_option("mdx_logged_in_ad", "false");
443443
mdx_update_option("mdx_toc", "false");
444444
mdx_update_option("mdx_styles_footer", "1");
445-
}else if($mdx_version_base!="1.9.0" && $mdx_version_base!="1.9.1"){
445+
}else if($mdx_version_base!="1.9.0" && $mdx_version_base!="1.9.1" && $mdx_version_base!="1.9.2"){
446446
update_option('mdx_img_box', 'true');
447447
update_option('mdx_comment_emj', 'true');
448448
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.9.1
5+
Version: 1.9.2
66
Author: AxtonYao
77
Author URI: https://flyhigher.top
88
Tags: Material Design, Personal Blog, Simple Theme

0 commit comments

Comments
 (0)