Skip to content

Commit

Permalink
feat: upgrade to version 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seatonjiang committed May 27, 2022
1 parent 509f2d7 commit 069c0cf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ English | [简体中文](README.zh-CN.md)

<p align="center">
<img src="https://img.shields.io/badge/PHP-%3E7.4-777BB4?style=flat-square&logo=php&logoColor=#777BB4">
<img src="https://img.shields.io/badge/WordPress-v5.9%20tested-21759B?style=flat-square&logo=wordpress">
<img src="https://img.shields.io/badge/WordPress-v6.0%20tested-21759B?style=flat-square&logo=wordpress">
<a href="https://github.com/seatonjiang/kratos/issues">
<img src="https://img.shields.io/github/issues/seatonjiang/kratos?style=flat-square&color=blue">
</a>
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<p align="center">
<img src="https://img.shields.io/badge/PHP-%3E7.4-777BB4?style=flat-square&logo=php&logoColor=#777BB4">
<img src="https://img.shields.io/badge/WordPress-v5.9%20tested-21759B?style=flat-square&logo=wordpress">
<img src="https://img.shields.io/badge/WordPress-v6.0%20tested-21759B?style=flat-square&logo=wordpress">
<a href="https://github.com/seatonjiang/kratos/issues">
<img src="https://img.shields.io/github/issues/seatonjiang/kratos?style=flat-square&color=blue">
</a>
Expand Down
8 changes: 4 additions & 4 deletions assets/js/kratos.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* Kratos
* Seaton Jiang <[email protected]>
*/
;(function () {
; (function () {
'use strict'

var KRATOS_VERSION = '4.1.3'
var KRATOS_VERSION = '4.1.4'

var navbarConfig = function () {
$('#navbutton').on('click', function () {
Expand Down Expand Up @@ -92,7 +92,7 @@
var postlikeConfig = function () {
$.fn.postLike = function () {
if ($(this).hasClass('done')) {
layer.msg(kratos.repeat, function () {})
layer.msg(kratos.repeat, function () { })
return false
} else {
$(this).addClass('done')
Expand All @@ -104,7 +104,7 @@
um_id: id,
um_action: action
}
$.post(kratos.site + '/wp-admin/admin-ajax.php', ajax_data, function (data) {})
$.post(kratos.site + '/wp-admin/admin-ajax.php', ajax_data, function (data) { })
return false
}
}
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 2022.05.02
*/

define('THEME_VERSION', '4.1.3');
define('THEME_VERSION', '4.1.4');

// 主题配置
require get_template_directory() . '/inc/codestar-framework/autoload.php';
Expand Down
8 changes: 4 additions & 4 deletions inc/update-checker/update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.3",
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.3",
"download_url": "https://cdn.seatonjiang.com/kratos/v4.1.3.zip"
}
"version": "4.1.4",
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.4",
"download_url": "https://cdn.seatonjiang.com/kratos/v4.1.4.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.3
Version: 4.1.4
Requires PHP: 7.4
Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。
Tags: 博客, 双栏, 响应式, 自定义背景, 自定义颜色, 自定义图标, 自定义菜单, 特色图像, 收录优化, 邮件中心, 主题选项, 小工具, 文章置顶, 无障碍友好
Expand Down

0 comments on commit 069c0cf

Please sign in to comment.