Skip to content

Commit dbc6c18

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent f2303a7 commit dbc6c18

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
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+
## 5.5.5 - 2022-06-29
6+
7+
### What's Changed
8+
9+
- Custom primary keys tests(Only tests) by @erikn69 in https://github.com/spatie/laravel-permission/pull/2096
10+
- [PHP 8.2] Fix `${var}` string interpolation deprecation by @Ayesh in https://github.com/spatie/laravel-permission/pull/2117
11+
- Use `getKey`, `getKeyName` instead of `id` by @erikn69 in https://github.com/spatie/laravel-permission/pull/2116
12+
- On WildcardPermission class use static instead of self for extending by @erikn69 in https://github.com/spatie/laravel-permission/pull/2111
13+
- Clear roles array after hydrate from cache by @angeljqv in https://github.com/spatie/laravel-permission/pull/2099
14+
15+
### New Contributors
16+
17+
- @Ayesh made their first contribution in https://github.com/spatie/laravel-permission/pull/2117
18+
19+
**Full Changelog**: https://github.com/spatie/laravel-permission/compare/5.5.4...5.5.5
20+
521
## 5.5.4 - 2022-05-16
622

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

365381

366382

383+
367384
```
368385
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.
369386

@@ -417,6 +434,7 @@ The following changes are not "breaking", but worth making the updates to your a
417434

418435

419436

437+
420438
```
421439
## 2.19.1 - 2018-09-14
422440

0 commit comments

Comments
 (0)