Skip to content

Releases: spatie/laravel-permission

1.6.1

19 Jan 18:06
Compare
Choose a tag to compare

make exception logging more verbose

1.6.0

27 Dec 10:34
Compare
Choose a tag to compare
  • added Role scope

1.5.3

14 Dec 23:42
Compare
Choose a tag to compare
  • moved some things to boot method in SP to solve some compatibilty problems with other pacakges

1.5.2

26 Aug 07:18
Compare
Choose a tag to compare
  • make compatible with L5.3

1.5.1

23 Jul 22:52
Compare
Choose a tag to compare
  • fixes givePermissionTo and assignRole in Laravel 5.1

1.5.0

23 Jul 22:34
Compare
Choose a tag to compare
  • allowed givePermissonTo to accept multiple permissions
  • allowed assignRole to accept multiple roles
  • added syncPermissions-method
  • added syncRoles-method
  • dropped support for PHP 5.5 and HHVM

1.4.0

08 May 17:23
Compare
Choose a tag to compare

added hasPermissionTo function to the Role model

1.3.4

27 Feb 13:14
Compare
Choose a tag to compare

hasAnyRole can now properly process an array

1.3.3

23 Feb 23:02
Compare
Choose a tag to compare
  • hasDirectPermission can now accept a string

1.3.2

23 Feb 09:21
Compare
Choose a tag to compare
  • User table configuration fix