Skip to content

Commit ae16b7a

Browse files
committed
chore: 更新版本号至 v1.1.14
1 parent 0c04fd9 commit ae16b7a

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.14] - 2026-02-28
11+
12+
### Added
13+
14+
- AdminController 支持自定义页面视图
15+
1016
## [1.1.13] - 2026-01-22
1117

1218
### Fixed
@@ -306,7 +312,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
306312
- Minimum PHP version requirement raised to 8.2
307313
- Minimum Laravel version requirement raised to 12.0
308314

309-
[Unreleased]: https://github.com/dcat-x/dcat-admin/compare/v1.1.13...HEAD
315+
[Unreleased]: https://github.com/dcat-x/dcat-admin/compare/v1.1.14...HEAD
316+
[1.1.14]: https://github.com/dcat-x/dcat-admin/compare/v1.1.13...v1.1.14
310317
[1.1.13]: https://github.com/dcat-x/dcat-admin/compare/v1.1.12...v1.1.13
311318
[1.1.12]: https://github.com/dcat-x/dcat-admin/compare/v1.1.11...v1.1.12
312319
[1.1.11]: https://github.com/dcat-x/dcat-admin/compare/v1.1.10...v1.1.11

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.13';
34+
const VERSION = '1.1.14';
3535

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

0 commit comments

Comments
 (0)