File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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.13] - 2026-01-22
11+
12+ ### Fixed
13+
14+ - 允许访问没有对应菜单的接口
15+
1016## [ 1.1.12] - 2026-01-22
1117
1218### Fixed
@@ -300,7 +306,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300306- Minimum PHP version requirement raised to 8.2
301307- Minimum Laravel version requirement raised to 12.0
302308
303- [ Unreleased ] : https://github.com/dcat-x/dcat-admin/compare/v1.1.12...HEAD
309+ [ Unreleased ] : https://github.com/dcat-x/dcat-admin/compare/v1.1.13...HEAD
310+ [ 1.1.13 ] : https://github.com/dcat-x/dcat-admin/compare/v1.1.12...v1.1.13
304311[ 1.1.12 ] : https://github.com/dcat-x/dcat-admin/compare/v1.1.11...v1.1.12
305312[ 1.1.11 ] : https://github.com/dcat-x/dcat-admin/compare/v1.1.10...v1.1.11
306313[ 1.1.10 ] : https://github.com/dcat-x/dcat-admin/compare/v1.1.9...v1.1.10
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.12 ' ;
34+ const VERSION = '1.1.13 ' ;
3535
3636 const SECTION = [
3737 // 往 <head> 标签内输入内容
You can’t perform that action at this time.
0 commit comments