Releases: laravel-doctrine/acl
Releases · laravel-doctrine/acl
v1.0.14
- Support L5.3
v1.0.13
- Support ORM 1.2
v1.0.12
Fix: hasPermissionTo fail check if object provided
v1.0.11
Move adding paths to register instead of boot
v1.0.10
- Wait with adding permissions till the user has resolved the Registry
v1.0.9
- Compatibility update
v1.0.8
Support Laravel 5.2
v1.0.7
- Don't add Permission entity to mapping driver when user has specified a custom entity.
v1.0.6
- Use Permission Contract so custom Permission entities can be used
v1.0.5
- Expands the functionality of the HasRoles and HasPermissions traits to allow testing for one or more associations
- Implements a BelongsToOrganisation trait that provides similar functionality to the previous mentioned traits