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
+3-3
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ All notable changes to `laravel-permission` will be documented in this file
25
25
26
26
* Roles: Support for casting role names to enums by @gajosadrian in https://github.com/spatie/laravel-permission/pull/2616
27
27
* Fix permission:show UUID error #2581 by @drbyte in https://github.com/spatie/laravel-permission/pull/2582
28
-
* Cover WilcardPermission instance verification based on its own guard (Allow hasAllPermissions and hasAnyPermission to run on custom guard for WildcardPermission) by @AlexandreBellas in https://github.com/spatie/laravel-permission/pull/2608
28
+
* Cover WildcardPermission instance verification based on its own guard (Allow hasAllPermissions and hasAnyPermission to run on custom guard for WildcardPermission) by @AlexandreBellas in https://github.com/spatie/laravel-permission/pull/2608
29
29
* Register Laravel "About" details by @drbyte in https://github.com/spatie/laravel-permission/pull/2584
30
30
31
31
### New Contributors
@@ -538,7 +538,7 @@ Just a maintenance release.
538
538
539
539
## 5.2.0 - 2021-10-28
540
540
541
-
-[V5] Fix detaching on all teams intstead of only current #1888 by @erikn69 in https://github.com/spatie/laravel-permission/pull/1890
541
+
-[V5] Fix detaching on all teams instead of only current #1888 by @erikn69 in https://github.com/spatie/laravel-permission/pull/1890
542
542
-[V5] Add uuid compatibility support on teams by @erikn69 in https://github.com/spatie/laravel-permission/pull/1857
543
543
- Adds setRoleClass method to PermissionRegistrar by @timschwartz in https://github.com/spatie/laravel-permission/pull/1867
544
544
- Load permissions for preventLazyLoading by @bahramsadin in https://github.com/spatie/laravel-permission/pull/1884
@@ -1205,7 +1205,7 @@ BEST NOT TO USE v2.7.7 if you've changed tablenames in the config file.
1205
1205
1206
1206
** this version does not work in Laravel 5.1, please upgrade to version 1.5.1 of this package
1207
1207
1208
-
- allowed `givePermissonTo` to accept multiple permissions
1208
+
- allowed `givePermissionTo` to accept multiple permissions
0 commit comments