feat: upgrade to version 4.1.3

pull/506/head v4.1.3
Seaton Jiang 2022-05-02 00:33:35 +08:00
parent 8abed76f89
commit bbf16b417a
No known key found for this signature in database
GPG Key ID: B79682F6FE8D30E3
4 changed files with 49 additions and 48 deletions

View File

@ -5,7 +5,7 @@
;(function () {
'use strict'
var KRATOS_VERSION = '4.1.2'
var KRATOS_VERSION = '4.1.3'
var navbarConfig = function () {
$('#navbutton').on('click', function () {

View File

@ -4,10 +4,10 @@
* 模板函数
* @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License
* @version 2022.02.20
* @version 2022.05.02
*/
define('THEME_VERSION', '4.1.2');
define('THEME_VERSION', '4.1.3');
// 主题配置
require get_template_directory() . '/inc/codestar-framework/autoload.php';

View File

@ -1,5 +1,5 @@
{
"version": "4.1.2",
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.2",
"download_url": "https://cdn.seatonjiang.com/kratos/v4.1.2.zip"
"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"
}

View File

@ -2,7 +2,7 @@
/*
Theme Name: Kratos
Text Domain: kratos
Version: 4.1.2
Version: 4.1.3
Requires PHP: 7.4
Description:
Tags: , , , , , , , , , , , , ,
@ -402,6 +402,7 @@ button:focus {
}
@media screen and (max-width: 992px) {
.navbar-light .navbar-nav .dropdown-menu,
.navbar-light .navbar-nav .dropdown-item.active,
.navbar-light .navbar-nav .dropdown-item:active,