Releases: mtils/permit
Small bugfix version
PHP 8.2 Bugfix release
v0.5.1 Correct throttle dates in laravel 11
PHP 8.2 ready version
Ported to php-8 / Laravel 11
Allow prepending checkers support release
This is a little cherrypick just to add one method to PHP5 systems
New Permission Checkers
Two new checkers where implemented. A permission checker which merges the permissions before checking them and a dedicated Holder can access Holder checker.
This marks the end in wildcard permissions in permit. Its nearly impossible to have a right priority/inheritance for user > group > denied vs granted vs inherited AND wildcards.
Stabilization of Laravel 5 / v3 API
This release contains the most important bugfixes for v2 API. Registration API was rewritten and nearly all features of Sentry where removed.
Fixed double login errors
v0.2.2 Fixed double login errors
Hotfix for PermissionableTrait
v0.2.1 Quick fix for PermissionableHolderTrait
Laravel 5 Alpha release
v0.3.0 Fixed Unittests with Laravel 5
Sentryless Beta
The base API is now quite stable. Authentication, Throttle and Banning was added. A lot of the legacy-sentry support classes are not tested so use them at your own risk. If its not tested, dont use it....