From eb1d1aeacedb3dd4b115e648ada67c91d80f14c9 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Sun, 20 Feb 2022 23:24:18 +0800 Subject: [PATCH] feat: upgrade to version 4.1.1 --- assets/js/kratos.js | 2 +- functions.php | 4 ++-- inc/theme-options.php | 4 ++-- inc/update-checker/update.json | 6 +++--- style.css | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/js/kratos.js b/assets/js/kratos.js index f2761ff..1eb0958 100644 --- a/assets/js/kratos.js +++ b/assets/js/kratos.js @@ -5,7 +5,7 @@ ;(function () { 'use strict' - var KRATOS_VERSION = '4.1.0' + var KRATOS_VERSION = '4.1.1' var navbarConfig = function () { $('#navbutton').on('click', function () { diff --git a/functions.php b/functions.php index c52ed1e..d9cb611 100644 --- a/functions.php +++ b/functions.php @@ -4,10 +4,10 @@ * 模板函数 * @author Seaton Jiang * @license GPL-3.0 License - * @version 2022.01.28 + * @version 2022.02.20 */ -define('THEME_VERSION', '4.1.0'); +define('THEME_VERSION', '4.1.1'); // 主题配置 require get_template_directory() . '/inc/codestar-framework/autoload.php'; diff --git a/inc/theme-options.php b/inc/theme-options.php index 016ddfa..4a0b753 100644 --- a/inc/theme-options.php +++ b/inc/theme-options.php @@ -1180,7 +1180,7 @@ CSF::createSection($prefix, array( ), array( 'type' => 'content', - 'content' => '
', + 'content' => '
', ), array( 'type' => 'subheading', @@ -1188,7 +1188,7 @@ CSF::createSection($prefix, array( ), array( 'type' => 'content', - 'content' => '
', + 'content' => '
', ), ), )); diff --git a/inc/update-checker/update.json b/inc/update-checker/update.json index f546b4e..30886fe 100644 --- a/inc/update-checker/update.json +++ b/inc/update-checker/update.json @@ -1,5 +1,5 @@ { - "version": "4.1.0", - "details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.0", - "download_url": "https://mirrors.seatonjiang.com/kratos/v4.1.0.zip" + "version": "4.1.1", + "details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.1", + "download_url": "https://cdn.seatonjiang.com/kratos/v4.1.1.zip" } diff --git a/style.css b/style.css index 5f74eba..d50b7a8 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ /* Theme Name: Kratos Text Domain: kratos -Version: 4.1.0 +Version: 4.1.1 Requires PHP: 7.4 Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。 Tags: 博客, 双栏, 响应式, 自定义背景, 自定义颜色, 自定义图标, 自定义菜单, 特色图像, 收录优化, 邮件中心, 主题选项, 小工具, 文章置顶, 无障碍友好