Releases: mikebronner/laravel-governor
Releases · mikebronner/laravel-governor
0.19.7
Fixed
- passing null to methods that require string in seeders.
0.19.6
Fixed
- parsing of permissions based on logged in user.
0.19.5
Removed
- creation of SuperAdmin permission records.
0.19.4
Fixed
- issue with entity resolution.
0.19.3
Fixed
- creation of missing entity if permission doesn't exist.
0.19.2
Changed
- creation of permissions to not fail if they already exist in the database.
0.19.1
Added
- caching of custom policy actions to improve performance.
0.19.0
Added
- Laravel 9 compatibility.
0.18.17
Fixed
- alpine script blocks to not be inserted using blade
@push
sections.
0.18.16
Fixed
- all tests and brought them back to green.