mirror of https://github.com/vtrois/kratos
feat: upgrade to version 4.1.7
parent
094dc5441d
commit
307184c602
|
@ -5,7 +5,7 @@
|
|||
(function () {
|
||||
"use strict";
|
||||
|
||||
var KRATOS_VERSION = "4.1.6";
|
||||
var KRATOS_VERSION = "4.1.7";
|
||||
|
||||
var navbarConfig = function () {
|
||||
$("#navbutton").on("click", function () {
|
||||
|
|
|
@ -10,7 +10,7 @@ if (defined('WP_USE_THEMES') && WP_USE_THEMES === false) {
|
|||
* @version 2022.11.27
|
||||
*/
|
||||
|
||||
define('THEME_VERSION', '4.1.6');
|
||||
define('THEME_VERSION', '4.1.7');
|
||||
|
||||
// 主题配置
|
||||
require get_template_directory() . '/inc/codestar-framework/autoload.php';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "4.1.6",
|
||||
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.6",
|
||||
"download_url": "https://cdn.seatonjiang.com/kratos/v4.1.6.zip"
|
||||
}
|
||||
"version": "4.1.7",
|
||||
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.7",
|
||||
"download_url": "https://cdn.seatonjiang.com/kratos/v4.1.7.zip"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue