|
2 | 2 |
|
3 | 3 | All notable changes to `laravel-permission` will be documented in this file |
4 | 4 |
|
| 5 | +## 6.10.0 - 2024-11-05 |
| 6 | + |
| 7 | +### What's Changed |
| 8 | + |
| 9 | +* Fix `GuardDoesNotMatch should accept collection` by @erikn69 in https://github.com/spatie/laravel-permission/pull/2748 |
| 10 | +* Improve performance for hydrated collections by @inserve-paul in https://github.com/spatie/laravel-permission/pull/2749 |
| 11 | +* Only show error if `cache key exists` and `forgetCachedPermissions` fails by @erikn69 in https://github.com/spatie/laravel-permission/pull/2707 |
| 12 | +* Remove v5 cache fallback alias by @drbyte in https://github.com/spatie/laravel-permission/pull/2754 |
| 13 | +* Include `Larastan` in `dev` by @drbyte in https://github.com/spatie/laravel-permission/pull/2755 |
| 14 | + |
| 15 | +#### Docs |
| 16 | + |
| 17 | +* [Docs example] Check for 'all' or 'any' permissions before specific permissions by @ceilidhboy in https://github.com/spatie/laravel-permission/pull/2694 |
| 18 | +* [Docs] Fix typo in uuid.md by @levizoesch in https://github.com/spatie/laravel-permission/pull/2705 |
| 19 | +* [Docs] Upgrade Guide - Add PR links to upgrade guide by @mraheelkhan in https://github.com/spatie/laravel-permission/pull/2716 |
| 20 | +* [Docs] use more modern syntax for nullable return type by @galangaidilakbar in https://github.com/spatie/laravel-permission/pull/2719 |
| 21 | +* [Docs] camelCase variable naming in example by @KamilWojtalak in https://github.com/spatie/laravel-permission/pull/2723 |
| 22 | +* [Docs] Update using-policies.md by @marcleonhard in https://github.com/spatie/laravel-permission/pull/2741 |
| 23 | +* [Docs] Example of pushing custom middleware before SubstituteBindings middleware by @WyattCast44 in https://github.com/spatie/laravel-permission/pull/2740 |
| 24 | + |
| 25 | +#### Other |
| 26 | + |
| 27 | +* PHP 8.4 tests by @erikn69 in https://github.com/spatie/laravel-permission/pull/2747 |
| 28 | +* Fix comment typo by @machacekmartin in https://github.com/spatie/laravel-permission/pull/2753 |
| 29 | + |
| 30 | +### New Contributors |
| 31 | + |
| 32 | +* @ceilidhboy made their first contribution in https://github.com/spatie/laravel-permission/pull/2694 |
| 33 | +* @levizoesch made their first contribution in https://github.com/spatie/laravel-permission/pull/2705 |
| 34 | +* @galangaidilakbar made their first contribution in https://github.com/spatie/laravel-permission/pull/2719 |
| 35 | +* @KamilWojtalak made their first contribution in https://github.com/spatie/laravel-permission/pull/2723 |
| 36 | +* @marcleonhard made their first contribution in https://github.com/spatie/laravel-permission/pull/2741 |
| 37 | +* @WyattCast44 made their first contribution in https://github.com/spatie/laravel-permission/pull/2740 |
| 38 | +* @inserve-paul made their first contribution in https://github.com/spatie/laravel-permission/pull/2749 |
| 39 | +* @machacekmartin made their first contribution in https://github.com/spatie/laravel-permission/pull/2753 |
| 40 | + |
| 41 | +**Full Changelog**: https://github.com/spatie/laravel-permission/compare/6.9.0...6.10.0 |
| 42 | + |
5 | 43 | ## 6.9.0 - 2024-06-22 |
6 | 44 |
|
7 | 45 | ### What's Changed |
@@ -843,6 +881,7 @@ The following changes are not "breaking", but worth making the updates to your a |
843 | 881 |
|
844 | 882 |
|
845 | 883 |
|
| 884 | + |
846 | 885 |
|
847 | 886 |
|
848 | 887 | ``` |
@@ -912,6 +951,7 @@ The following changes are not "breaking", but worth making the updates to your a |
912 | 951 |
|
913 | 952 |
|
914 | 953 |
|
| 954 | + |
915 | 955 |
|
916 | 956 |
|
917 | 957 | ``` |
|
0 commit comments