Update version info

pull/22/head v3.0.7
Mashiro 2018-11-04 19:28:35 +08:00
parent a6542c7f6e
commit e66313021f
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
* @package Sakura
*/
define( 'SAKURA_VERSION', '3.0.6' );
define( 'SAKURA_VERSION', '3.0.7' );
//ini_set('display_errors', true);
//error_reporting(E_ALL);

View File

@ -757,7 +757,7 @@ function optionsframework_options() {
$options[] = array(
'name' => __('关于', 'options_framework_theme'),
'desc' => __('Theme Sakura v3.0.6 | <a href="https://2heng.xin/theme-sakura/">主题说明</a> | <a href="https://github.com/mashirozx/Sakura/">源码</a>', 'options_framework_theme'),
'desc' => __('Theme Sakura v3.0.7 | <a href="https://2heng.xin/theme-sakura/">主题说明</a> | <a href="https://github.com/mashirozx/Sakura/">源码</a>', 'options_framework_theme'),
'id' => 'theme_intro',
'std' => '',
'type' => 'typography ');