Releases: mikebronner/laravel-governor
Releases · mikebronner/laravel-governor
0.18.5
Fixed
- error when entity group name was null.
0.18.4
Fixed
- migrations in regards to use with
hyn/multi-tenant
.
0.18.3
Fixed
- issue if customAction was null in the blade view.
0.18.2
Added
- optimized method to check permissions for custom actions.
0.18.1
Fixed
- typo when saving permissions for SuperAdmin based on custom actions.
0.18.0
Added
- functionality to manage custom policy actions.
0.17.11
Fixed
- permissions determination when ownership is
any
.
0.17.10
Added
- more eager loading in base policy.
0.17.9
Added
- eager loading in policy permissions resolution.
0.17.8
Fixed
- issue with caching existence of governor field in tables.