From e66313021fe5422371d3e0bd70a1be397f962ac0 Mon Sep 17 00:00:00 2001 From: Mashiro Date: Sun, 4 Nov 2018 19:28:35 +0800 Subject: [PATCH] Update version info --- functions.php | 2 +- options.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 82af053..36d3fe1 100644 --- a/functions.php +++ b/functions.php @@ -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); diff --git a/options.php b/options.php index 8e04024..6613f58 100644 --- a/options.php +++ b/options.php @@ -757,7 +757,7 @@ function optionsframework_options() { $options[] = array( 'name' => __('关于', 'options_framework_theme'), - 'desc' => __('Theme Sakura v3.0.6 | 主题说明 | 源码', 'options_framework_theme'), + 'desc' => __('Theme Sakura v3.0.7 | 主题说明 | 源码', 'options_framework_theme'), 'id' => 'theme_intro', 'std' => '', 'type' => 'typography ');