Skip to content

Commit d574775

Browse files
drbytegithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent dc76c94 commit d574775

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

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

5+
## 5.9.0 - 2023-02-06
6+
7+
### What's Changed
8+
9+
- Add `permission-` prefix to publish tag names by @sedehi in https://github.com/spatie/laravel-permission/pull/2301
10+
- Fix detaching user models on teams feature #2220 by @erikn69 in https://github.com/spatie/laravel-permission/pull/2221
11+
- Hint model properties by @AJenbo in https://github.com/spatie/laravel-permission/pull/2230
12+
- Custom wildcard verification/separators support by @erikn69 in https://github.com/spatie/laravel-permission/pull/2252
13+
- fix: Lazily bind dependencies by @olivernybroe in https://github.com/spatie/laravel-permission/pull/2309
14+
- Extract query to `getPermissionsWithRoles` method. by @xiCO2k in https://github.com/spatie/laravel-permission/pull/2316
15+
- This will allow to extend the PermissionRegistrar class and change the query.
16+
17+
### New Contributors
18+
19+
- @sedehi made their first contribution in https://github.com/spatie/laravel-permission/pull/2301
20+
- @parallels999 made their first contribution in https://github.com/spatie/laravel-permission/pull/2265
21+
- @AJenbo made their first contribution in https://github.com/spatie/laravel-permission/pull/2230
22+
- @olivernybroe made their first contribution in https://github.com/spatie/laravel-permission/pull/2309
23+
- @xiCO2k made their first contribution in https://github.com/spatie/laravel-permission/pull/2316
24+
25+
**Full Changelog**: https://github.com/spatie/laravel-permission/compare/5.8.0...5.9.0
26+
527
## 5.8.0 - 2023-01-14
628

729
### What's Changed
@@ -559,6 +581,7 @@ The following changes are not "breaking", but worth making the updates to your a
559581

560582

561583

584+
562585
```
563586
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.
564587

@@ -610,6 +633,7 @@ The following changes are not "breaking", but worth making the updates to your a
610633

611634

612635

636+
613637
```
614638
## 2.19.1 - 2018-09-14
615639

0 commit comments

Comments
 (0)