Skip to content

Commit c657046

Browse files
committed
1.3.2
1 parent f7c023d commit c657046

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ Argon 使用 [GPL V3.0](https://github.com/solstice23/argon-theme/blob/master/LI
7070

7171
# 更新日志
7272

73+
## 20220207 v1.3.2
74+
+ 使评论区第一页填满评论(评论分页方式为无限加载时)
75+
+ 新增 `argon_html_before_wordcount` Filter
76+
+ 修复代码块溢出边界的问题
77+
+ 优化代码块控制栏可见性
78+
+ 修复评论排序问题
79+
+ 其他改进与修复
80+
7381
## 20220205 v1.3.1
7482
+ 📌 新增 评论置顶 功能(需要在选项中开启)
7583
+ 子评论支持显示被回复者昵称

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function post_analytics_info(){
130130
)
131131
)
132132
);
133-
$result = file_get_contents('http://api.solstice23.top/argon_analytics/index.php?domain=' . urlencode($_SERVER['HTTP_HOST']) . '&version='. urlencode(wp_get_theme('argon') -> Version), false, $contexts);
133+
$result = file_get_contents('http://api.solstice23.top/argon_analytics/index.php?domain=' . urlencode($_SERVER['HTTP_HOST']) . '&version='. urlencode($GLOBALS['theme_version']), false, $contexts);
134134
update_option('argon_has_inited', 'true');
135135
return $result;
136136
}else{

info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.1",
2+
"version": "1.3.2",
33
"details_url": "https://github.com/solstice23/argon-theme/releases",
4-
"download_url": "https://github.com/solstice23/argon-theme/releases/download/v1.3.1/argon.zip"
4+
"download_url": "https://github.com/solstice23/argon-theme/releases/download/v1.3.2/argon.zip"
55
}

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Theme Name: argon
33
Author: solstice23
44
Author URI: https://solstice23.top/
55
Description: 轻盈、简洁、美观的 Wordpress 主题
6-
Version: 1.3.1
6+
Version: 1.3.2
77
License: GNU General Public License v3.0
88
License URI: https://www.gnu.org/licenses/gpl-3.0.html
99
Tags: 简约, 两栏, 侧栏在左边, 浮动侧栏, 文章目录, 自适应, 夜间模式, 可自定义

0 commit comments

Comments
 (0)