Skip to content

Commit 0f03c68

Browse files
committed
chore: 更新版本号至 v1.1.15
1 parent 926d6f8 commit 0f03c68

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.15] - 2026-02-28
11+
12+
### Changed
13+
14+
- 优化源代码并改进现有测试
15+
16+
### Fixed
17+
18+
- 修复文档内容错误
19+
- 修复文档中 29 处无效的相对链接
20+
1021
## [1.1.14] - 2026-02-28
1122

1223
### Added
@@ -312,7 +323,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
312323
- Minimum PHP version requirement raised to 8.2
313324
- Minimum Laravel version requirement raised to 12.0
314325

315-
[Unreleased]: https://github.com/dcat-x/dcat-admin/compare/v1.1.14...HEAD
326+
[Unreleased]: https://github.com/dcat-x/dcat-admin/compare/v1.1.15...HEAD
327+
[1.1.15]: https://github.com/dcat-x/dcat-admin/compare/v1.1.14...v1.1.15
316328
[1.1.14]: https://github.com/dcat-x/dcat-admin/compare/v1.1.13...v1.1.14
317329
[1.1.13]: https://github.com/dcat-x/dcat-admin/compare/v1.1.12...v1.1.13
318330
[1.1.12]: https://github.com/dcat-x/dcat-admin/compare/v1.1.11...v1.1.12

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

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

0 commit comments

Comments
 (0)