Skip to content

Commit 148e814

Browse files
committed
chore: 更新版本号至 v1.1.11
1 parent cb5c9b8 commit 148e814

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.11] - 2026-01-22
11+
12+
### Fixed
13+
14+
- 添加基于角色绑定菜单的权限检查
15+
1016
## [1.1.10] - 2026-01-22
1117

1218
### Fixed
@@ -288,7 +294,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
288294
- Minimum PHP version requirement raised to 8.2
289295
- Minimum Laravel version requirement raised to 12.0
290296

291-
[Unreleased]: https://github.com/dcat-x/dcat-admin/compare/v1.1.10...HEAD
297+
[Unreleased]: https://github.com/dcat-x/dcat-admin/compare/v1.1.11...HEAD
298+
[1.1.11]: https://github.com/dcat-x/dcat-admin/compare/v1.1.10...v1.1.11
292299
[1.1.10]: https://github.com/dcat-x/dcat-admin/compare/v1.1.9...v1.1.10
293300
[1.1.9]: https://github.com/dcat-x/dcat-admin/compare/v1.1.8...v1.1.9
294301
[1.1.8]: https://github.com/dcat-x/dcat-admin/compare/v1.1.7...v1.1.8

src/Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Admin
3131
use HasAssets;
3232
use HasHtml;
3333

34-
const VERSION = '1.1.10';
34+
const VERSION = '1.1.11';
3535

3636
const SECTION = [
3737
// 往 <head> 标签内输入内容

0 commit comments

Comments
 (0)