Skip to content

Releases: mtils/permit

Small bugfix version

24 Nov 17:44

Choose a tag to compare

Corrected outdated event->fire call

PHP 8.2 Bugfix release

18 Sep 09:57

Choose a tag to compare

v0.5.1

Correct throttle dates in laravel 11

PHP 8.2 ready version

01 Jun 10:56

Choose a tag to compare

Ported to php-8 / Laravel 11

Allow prepending checkers support release

27 Oct 16:02

Choose a tag to compare

This is a little cherrypick just to add one method to PHP5 systems

New Permission Checkers

17 Jun 13:11

Choose a tag to compare

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

09 Jun 13:21

Choose a tag to compare

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

15 May 13:14

Choose a tag to compare

v0.2.2

Fixed double login errors

Hotfix for PermissionableTrait

06 May 17:31

Choose a tag to compare

v0.2.1

Quick fix for PermissionableHolderTrait

Laravel 5 Alpha release

22 Apr 06:40

Choose a tag to compare

Pre-release
v0.3.0

Fixed Unittests with Laravel 5

Sentryless Beta

20 Apr 14:07

Choose a tag to compare

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....