You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
2
2
3
3
All notable changes to `laravel-permission` will be documented in this file
4
4
5
+
## 6.18.0 - 2025-05-14
6
+
7
+
### What's Changed
8
+
9
+
* refactor exception throwing in migration file to use throw_if() by @ccaioadriano in https://github.com/spatie/laravel-permission/pull/2819
10
+
* Fix: Example in config comment includes `permission.` prefix on `wildcard_permission` key by @jerrens in https://github.com/spatie/laravel-permission/pull/2835
11
+
* Fix commented config key typo by @erikn69 in https://github.com/spatie/laravel-permission/pull/2844
12
+
* Remove `collectPermissions` that is not being assigned by @JHWelch in https://github.com/spatie/laravel-permission/pull/2840
13
+
*[Docs] Update multiple-guards.md by @Ken-vdE in https://github.com/spatie/laravel-permission/pull/2836
14
+
*[Docs] Remove extra period by @coreyhn in https://github.com/spatie/laravel-permission/pull/2841
15
+
* Add JetAdmin as UI Option. by @aliqasemzadeh in https://github.com/spatie/laravel-permission/pull/2814
16
+
17
+
### New Contributors
18
+
19
+
*@ccaioadriano made their first contribution in https://github.com/spatie/laravel-permission/pull/2819
20
+
*@coreyhn made their first contribution in https://github.com/spatie/laravel-permission/pull/2841
21
+
*@jerrens made their first contribution in https://github.com/spatie/laravel-permission/pull/2835
22
+
*@Ken-vdE made their first contribution in https://github.com/spatie/laravel-permission/pull/2836
23
+
*@JHWelch made their first contribution in https://github.com/spatie/laravel-permission/pull/2840
0 commit comments