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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,29 @@
2
2
3
3
All notable changes to `laravel-permission` will be documented in this file
4
4
5
+
## 6.22.0 - 2025-10-27
6
+
7
+
### What's Changed
8
+
9
+
* Dispatch RoleDetached on syncRoles when events are enabled by @josedaian in https://github.com/spatie/laravel-permission/pull/2869
10
+
* Refactor exception handling in migration stub by @alisalehi1380 in https://github.com/spatie/laravel-permission/pull/2886
11
+
* Fix TOCTOU race condition in permission loading for concurrent (Octane etc) environments by @imhayatunnabi in https://github.com/spatie/laravel-permission/pull/2883
12
+
* Add assign-role command by @sediqzada94 in https://github.com/spatie/laravel-permission/pull/2834
13
+
* Test PHP 8.5 by @erikn69 in https://github.com/spatie/laravel-permission/pull/2880
14
+
* Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in https://github.com/spatie/laravel-permission/pull/2882
15
+
* Update issue template by @AlexVanderbist in https://github.com/spatie/laravel-permission/pull/2875
16
+
* Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/spatie/laravel-permission/pull/2870
17
+
* Quick Panel (TALL Flowbite Starter Kit) by @aliqasemzadeh in https://github.com/spatie/laravel-permission/pull/2881
18
+
19
+
### New Contributors
20
+
21
+
*@josedaian made their first contribution in https://github.com/spatie/laravel-permission/pull/2869
22
+
*@alisalehi1380 made their first contribution in https://github.com/spatie/laravel-permission/pull/2886
23
+
*@imhayatunnabi made their first contribution in https://github.com/spatie/laravel-permission/pull/2883
24
+
*@sediqzada94 made their first contribution in https://github.com/spatie/laravel-permission/pull/2834
0 commit comments