-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8abed76
commit bbf16b4
Showing
4 changed files
with
49 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ | |
* 模板函数 | ||
* @author Seaton Jiang <[email protected]> | ||
* @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'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters