Releases: klaravel/ntrust
Releases · klaravel/ntrust
Fixed last release for caching for individual user
Improved Caching & Fix Clean Cache
v1.1.6 Fixed cache clear on role and perms table operations.
Updated Package for auto discover Service Provider & Facade for Laravel 5.5
v1.1.5 Added laravel 5.5 support for auto discover
v1.1.4
Added default exipre time 24 hours for cache
v1.1.3: Merge pull request #31 from jyhsu2000/master
Fix roles relation of Permission
v1.1.2
Fixed NtrustPermissionTrait Issue
Merge pull request #18 from ZhernakovVladimir/feature loading Permission_role foreign key name from config profile
Model variable non static to static. with bug fix for soft delete
fixes role profile variable issue (#9) * use static role profile instead of keeping two different properties for doing the same thing. * update readme
v1.0.5
Bug fix for soft Delete
v1.0.4 static variable access bug fix for all traits