Skip to content

Commit 126befb

Browse files
committed
v7.1.1
### Feature Updates: - Added 4 new search engine verification capabilitie. ### Bug Fixes: - Fixed an issue where search engine verification failures occurre.
1 parent dead329 commit 126befb

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

docs-cn/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1+
## [7.1.1](https://github.com/Safe3/uusec-waf/compare/v7.1.1...v7.1.0) (2025-10-15)
2+
3+
### 功能更新
4+
5+
- 新增4个新的搜索引擎验证能力
6+
7+
### 问题修复:
8+
9+
- 修复搜索引擎验证失败的问题
10+
11+
12+
113
## [7.1.0](https://github.com/Safe3/uusec-waf/compare/v7.1.0...v7.0.6) (2025-10-14)
214

315
### 功能更新
416

5-
- 插件功能增强,现在可以设置插件优先级,并通过返回值控制插件行为。每个过滤阶段可以返回两个bool值,第一个值为true则不再继续执行下一个插件,第二个值为true则直接返回,不再继续执行后续安全规则
17+
- 插件功能增强,现在可以设置插件优先级,并通过返回值控制插件行为。每个过滤阶段可以返回两个bool值,第一个值为true则不再继续执行下一个插件,第二个值为true则直接返回,不再继续执行后续安全规则
618

719
### 问题修复:
820

docs/CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1+
## [7.1.1](https://github.com/Safe3/uusec-waf/compare/v7.1.1...v7.1.0) (2025-10-15)
2+
3+
### Feature Updates:
4+
5+
- Added 4 new search engine verification capabilitie.
6+
7+
### Bug Fixes:
8+
9+
- Fixed an issue where search engine verification failures occurre.
10+
11+
12+
113
## [7.1.0](https://github.com/Safe3/uusec-waf/compare/v7.1.0...v7.0.6) (2025-10-14)
214

3-
### Feature Updates
15+
### Feature Updates:
416

517
- **Enhanced plugin functionality**: Now supports setting plugin priority and controlling plugin behavior via return values. Each filter stage can return two boolean values:
618

@@ -9,7 +21,7 @@
921

1022
### Bug Fixes:
1123

12-
- Resolved an issue where **free SSL certificates failed to auto-renew**.
24+
- Resolved an issue where **free SSL certificates failed to auto-renew**.
1325

1426

1527

0 commit comments

Comments
 (0)