Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
solstice23 committed Feb 7, 2022
1 parent f7c023d commit c657046
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ Argon 使用 [GPL V3.0](https://github.com/solstice23/argon-theme/blob/master/LI

# 更新日志

## 20220207 v1.3.2
+ 使评论区第一页填满评论(评论分页方式为无限加载时)
+ 新增 `argon_html_before_wordcount` Filter
+ 修复代码块溢出边界的问题
+ 优化代码块控制栏可见性
+ 修复评论排序问题
+ 其他改进与修复

## 20220205 v1.3.1
+ 📌 新增 评论置顶 功能(需要在选项中开启)
+ 子评论支持显示被回复者昵称
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function post_analytics_info(){
)
)
);
$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);
$result = file_get_contents('http://api.solstice23.top/argon_analytics/index.php?domain=' . urlencode($_SERVER['HTTP_HOST']) . '&version='. urlencode($GLOBALS['theme_version']), false, $contexts);
update_option('argon_has_inited', 'true');
return $result;
}else{
Expand Down
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.1",
"version": "1.3.2",
"details_url": "https://github.com/solstice23/argon-theme/releases",
"download_url": "https://github.com/solstice23/argon-theme/releases/download/v1.3.1/argon.zip"
"download_url": "https://github.com/solstice23/argon-theme/releases/download/v1.3.2/argon.zip"
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: argon
Author: solstice23
Author URI: https://solstice23.top/
Description: 轻盈、简洁、美观的 Wordpress 主题
Version: 1.3.1
Version: 1.3.2
License: GNU General Public License v3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: 简约, 两栏, 侧栏在左边, 浮动侧栏, 文章目录, 自适应, 夜间模式, 可自定义
Expand Down

0 comments on commit c657046

Please sign in to comment.