Skip to content

Releases: spatie/laravel-permission

2.7.4

26 Oct 08:43
Compare
Choose a tag to compare
  • Clear permission cache after migrating permission tables
  • Use config_path helper for beter Lumen support

1.14.1

26 Oct 14:08
Compare
Choose a tag to compare
  • Backported from 2.7.5: fixed Gate::before for custom gate callbacks by returning null when the user doesn't have a certain permission

2.7.3

22 Oct 04:23
Compare
Choose a tag to compare

2.7.3 - 2017-10-21

  • refactor middleware to throw custom UnauthorizedException (which raises an HttpException with 403 response). The 403 response is backward compatible with prior 2.x releases.

1.14.0

19 Oct 04:04
Compare
Choose a tag to compare
  • refactor PermissionRegistrar to use $gate->before()
  • removed log_registration_exception as it is no longer relevant

2.7.2

18 Oct 15:08
Compare
Choose a tag to compare
  • refactor PermissionRegistrar to use $gate->before()
  • removed log_registration_exception as it is no longer relevant

2.7.1

17 Oct 08:35
Compare
Choose a tag to compare
  • fixed a bug where Roles and Permissions got detached when soft deleting a model

2.7.0

28 Sep 14:01
Compare
Choose a tag to compare

add support for L5.3

2.6.0

10 Sep 15:14
Compare
Choose a tag to compare
  • add permission scope

2.5.4

10 Sep 09:59
Compare
Choose a tag to compare

register the blade directives in the register method of the service provider

2.5.3

07 Sep 17:37
Compare
Choose a tag to compare
  • register the blade directives in the boot method of the service provider