Skip to content

Commit

Permalink
feat: upgrade to version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seatonjiang committed Feb 20, 2022
1 parent 4f88aa3 commit eb1d1ae
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assets/js/kratos.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* 模板函数
* @author Seaton Jiang <[email protected]>
* @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';
Expand Down
4 changes: 2 additions & 2 deletions inc/theme-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -1180,15 +1180,15 @@ function getrobots()
),
array(
'type' => 'content',
'content' => '<div style="max-width:800px;"><img style="width: 100%;height: auto;" src="https://cdn.seatonjiang.com/kratos/4.1.0/assets/img/options/discuss.png"></div>',
'content' => '<div style="max-width:800px;"><img style="width: 100%;height: auto;" src="https://cdn.seatonjiang.com/kratos/4.1.1/assets/img/options/discuss.png"></div>',
),
array(
'type' => 'subheading',
'content' => __('打赏支持', 'kratos'),
),
array(
'type' => 'content',
'content' => '<div style="max-width:800px;"><img style="width: 100%;height: auto;" src="https://cdn.seatonjiang.com/kratos/4.1.0/assets/img/options/donate.png"></div>',
'content' => '<div style="max-width:800px;"><img style="width: 100%;height: auto;" src="https://cdn.seatonjiang.com/kratos/4.1.1/assets/img/options/donate.png"></div>',
),
),
));
6 changes: 3 additions & 3 deletions inc/update-checker/update.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Theme Name: Kratos
Text Domain: kratos
Version: 4.1.0
Version: 4.1.1
Requires PHP: 7.4
Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。
Tags: 博客, 双栏, 响应式, 自定义背景, 自定义颜色, 自定义图标, 自定义菜单, 特色图像, 收录优化, 邮件中心, 主题选项, 小工具, 文章置顶, 无障碍友好
Expand Down

0 comments on commit eb1d1ae

Please sign in to comment.