|
2 | 2 |
|
3 | 3 | All notable changes to `laravel-permission` will be documented in this file
|
4 | 4 |
|
| 5 | +## 6.11.0 - 2025-01-30 |
| 6 | + |
| 7 | +### What's Changed |
| 8 | + |
| 9 | +* Add configurable team resolver for permission team id (helpful for Jetstream, etc) by @adrenallen in https://github.com/spatie/laravel-permission/pull/2790 |
| 10 | + |
| 11 | +### Internals |
| 12 | + |
| 13 | +* Replace php-cs-fixer with Laravel Pint by @bobbrodie in https://github.com/spatie/laravel-permission/pull/2780 |
| 14 | + |
| 15 | +### Documentation Updates |
| 16 | + |
| 17 | +* [Docs] Include namespace in example in uuid.md by @ken-tam in https://github.com/spatie/laravel-permission/pull/2764 |
| 18 | +* [Docs] Include Laravel 11 example in exceptions.md by @frankliniwobi in https://github.com/spatie/laravel-permission/pull/2768 |
| 19 | +* [Docs] Fix typo in code example in passport.md by @m3skalina in https://github.com/spatie/laravel-permission/pull/2782 |
| 20 | +* [Docs] Correct username in new-app.md by @trippodi in https://github.com/spatie/laravel-permission/pull/2785 |
| 21 | +* [Docs] Add composer specificity by @imanghafoori1 in https://github.com/spatie/laravel-permission/pull/2772 |
| 22 | +* [Docs] Update installation-laravel.md to fix providers.php location. by @curiousteam in https://github.com/spatie/laravel-permission/pull/2796 |
| 23 | + |
| 24 | +### New Contributors |
| 25 | + |
| 26 | +* @ken-tam made their first contribution in https://github.com/spatie/laravel-permission/pull/2764 |
| 27 | +* @frankliniwobi made their first contribution in https://github.com/spatie/laravel-permission/pull/2768 |
| 28 | +* @bobbrodie made their first contribution in https://github.com/spatie/laravel-permission/pull/2780 |
| 29 | +* @m3skalina made their first contribution in https://github.com/spatie/laravel-permission/pull/2782 |
| 30 | +* @trippodi made their first contribution in https://github.com/spatie/laravel-permission/pull/2785 |
| 31 | +* @imanghafoori1 made their first contribution in https://github.com/spatie/laravel-permission/pull/2772 |
| 32 | +* @curiousteam made their first contribution in https://github.com/spatie/laravel-permission/pull/2796 |
| 33 | +* @adrenallen made their first contribution in https://github.com/spatie/laravel-permission/pull/2790 |
| 34 | + |
| 35 | +**Full Changelog**: https://github.com/spatie/laravel-permission/compare/6.10.1...6.11.0 |
| 36 | + |
5 | 37 | ## 6.10.1 - 2024-11-08
|
6 | 38 |
|
7 | 39 | ### What's Changed
|
@@ -891,6 +923,7 @@ The following changes are not "breaking", but worth making the updates to your a
|
891 | 923 |
|
892 | 924 |
|
893 | 925 |
|
| 926 | + |
894 | 927 |
|
895 | 928 |
|
896 | 929 | ```
|
@@ -962,6 +995,7 @@ The following changes are not "breaking", but worth making the updates to your a
|
962 | 995 |
|
963 | 996 |
|
964 | 997 |
|
| 998 | + |
965 | 999 |
|
966 | 1000 |
|
967 | 1001 | ```
|
|
0 commit comments