Releases: spatie/laravel-permission
Releases · spatie/laravel-permission
5.5.9
5.5.8
5.5.7
5.5.6
Just a maintenance release.
What's Changed
- Actions: add PHP 8.2 Build by @erikn69 in #2214
- Docs: Fix small syntax error in teams-permissions.md by @miten5 in #2171
- Docs: Update documentation for multiple guards by @gms8994 in #2169
- Docs: Make Writing Policies link clickable by @maartenpaauw in #2202
- Docs: Add note about non-standard User models by @androidacy-user in #2179
- Docs: Fix explanation of results for hasAllDirectPermissions in role-permission.md by @drdan18 in #2139
- Docs: Add ULIDs reference by @erikn69 in #2213
New Contributors
- @miten5 made their first contribution in #2171
- @gms8994 made their first contribution in #2169
- @maartenpaauw made their first contribution in #2202
- @androidacy-user made their first contribution in #2179
- @drdan18 made their first contribution in #2139
Full Changelog: 5.5.5...5.5.6
5.5.5
What's Changed
- Custom primary keys tests(Only tests) by @erikn69 in #2096
- [PHP 8.2] Fix
${var}
string interpolation deprecation by @Ayesh in #2117 - Use
getKey
,getKeyName
instead ofid
by @erikn69 in #2116 - On WildcardPermission class use static instead of self for extending by @erikn69 in #2111
- Clear roles array after hydrate from cache by @angeljqv in #2099
New Contributors
Full Changelog: 5.5.4...5.5.5
5.5.4
What's Changed
- Support custom primary key names on models by @erikn69 in #2092
- Fix UuidTrait on uuid doc page by @abhishekpaul in #2094
- Support custom fields on cache by @erikn69 in #2091
New Contributors
- @abhishekpaul made their first contribution in #2094
Full Changelog: 5.5.3...5.5.4
5.5.3
What's Changed
- Update .gitattributes by @angeljqv in #2065
- Remove double semicolon from add_teams_fields.php.stub by @morganarnel in #2067
- [V5] Allow revokePermissionTo to accept Permission[] by @erikn69 in #2014
- [V5] Improve typing in role's findById and findOrCreate method by @itsfaqih in #2022
- [V5] Cache loader improvements by @erikn69 in #1912
New Contributors
- @morganarnel made their first contribution in #2067
- @itsfaqih made their first contribution in #2022
Full Changelog: 5.5.2...5.5.3
5.5.2
5.5.1
What's Changed
- Spelling correction by @gergo85 in #2024
- update broken link to laravel exception by @kingzamzon in #2023
- Fix Blade Directives incompatibility with renderers by @erikn69 in #2039
New Contributors
- @gergo85 made their first contribution in #2024
- @kingzamzon made their first contribution in #2023
Full Changelog: 5.5.0...5.5.1
5.5.0
- add support for Laravel 9