File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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> 标签内输入内容
You can’t perform that action at this time.
0 commit comments