Skip to content

Commit 4b78632

Browse files
drbytegithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 6c529dd commit 4b78632

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to `laravel-permission` will be documented in this file
44

5+
## 6.6.0 - 2024-04-19
6+
7+
### What's Changed
8+
9+
* Roles: Support for casting role names to enums by @gajosadrian in https://github.com/spatie/laravel-permission/pull/2616
10+
* Fix permission:show UUID error #2581 by @drbyte in https://github.com/spatie/laravel-permission/pull/2582
11+
* 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
12+
* Register Laravel "About" details by @drbyte in https://github.com/spatie/laravel-permission/pull/2584
13+
14+
### New Contributors
15+
16+
* @gajosadrian made their first contribution in https://github.com/spatie/laravel-permission/pull/2616
17+
* @AlexandreBellas made their first contribution in https://github.com/spatie/laravel-permission/pull/2608
18+
19+
**Full Changelog**: https://github.com/spatie/laravel-permission/compare/6.5.0...6.6.0
20+
521
## 6.5.0 - 2024-04-18
622

723
### What's Changed
@@ -791,6 +807,7 @@ The following changes are not "breaking", but worth making the updates to your a
791807

792808

793809

810+
794811
```
795812
1. Also this is a good time to point out that now with v2.25.0 and v2.26.0 most permission-cache-reset scenarios may no longer be needed in your app, so it's worth reviewing those cases, as you may gain some app speed improvement by removing unnecessary cache resets.
796813

@@ -856,6 +873,7 @@ The following changes are not "breaking", but worth making the updates to your a
856873

857874

858875

876+
859877
```
860878
## 2.19.1 - 2018-09-14
861879

0 commit comments

Comments
 (0)