Skip to content

Releases: spatie/laravel-permission

5.5.9

19 Oct 03:06
1ed2b83
Compare
Choose a tag to compare

Compatibility Bugfix

What's Changed

  • Prevent MissingAttributeException for guard_name by @ejunker in #2216

New Contributors

Full Changelog: 5.5.8...5.5.9

5.5.8

19 Oct 03:05
bc2227c
Compare
Choose a tag to compare

HasRoles trait

What's Changed

  • Fix returning all roles instead of the assigned by @erikn69 in #2194

Full Changelog: 5.5.7...5.5.8

5.5.7

19 Oct 03:03
5e8b069
Compare
Choose a tag to compare

Optimize HasPermissions trait

What's Changed

  • Delegate permission collection filter to another method by @angeljqv in #2182
  • Delegate permission filter to another method by @angeljqv in #2183

Full Changelog: 5.5.6...5.5.7

5.5.6

18 Oct 23:24
91f8bea
Compare
Choose a tag to compare

Just a maintenance release.

What's Changed

New Contributors

Full Changelog: 5.5.5...5.5.6

5.5.5

29 Jun 23:15
f2303a7
Compare
Choose a tag to compare

What's Changed

  • Custom primary keys tests(Only tests) by @erikn69 in #2096
  • [PHP 8.2] Fix ${var} string interpolation deprecation by @Ayesh in #2117
  • Use getKey, getKeyName instead of id by @erikn69 in #2116
  • On WildcardPermission class use static instead of self for extending by @erikn69 in #2111
  • Clear roles array after hydrate from cache by @angeljqv in #2099

New Contributors

Full Changelog: 5.5.4...5.5.5

5.5.4

16 May 12:10
cb86fd8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.5.3...5.5.4

5.5.3

05 May 21:55
4e3ad0a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.5.2...5.5.3

5.5.2

09 Mar 10:21
eb838cd
Compare
Choose a tag to compare

What's Changed

  • [Fixes BIG bug] register blade directives after resolving blade compiler by @tabacitu in #2048

New Contributors

Full Changelog: 5.5.1...5.5.2

5.5.1

03 Mar 17:58
6c46b4e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.5.0...5.5.1

5.5.0

11 Jan 15:06
Compare
Choose a tag to compare
  • add support for Laravel 9