Skip to content

Releases: santigarcor/laratrust

8.5.5

06 Mar 14:11

Choose a tag to compare

What's Changed

  • fix removal of many-to-many records when deleting user by fixing HasRolesAndPermissions boot method name by @sidneygijzen in #703

Full Changelog: 8.5.4...8.5.5

8.5.4

23 Feb 16:04

Choose a tag to compare

What's Changed

Full Changelog: 8.5.3...8.5.4

8.5.3

06 Jan 20:05

Choose a tag to compare

Full Changelog: 8.5.2...8.5.3

8.5.2

06 Jan 16:12

Choose a tag to compare

Full Changelog: 8.5.1...8.5.2

8.5.1

08 Oct 21:44

Choose a tag to compare

What's Changed

  • Document 'doesntHavePermission' and 'isNotAbleTo' methods by @gdebrauwer in #697
  • Typehint actual Builder model by @janickd2g in #700
  • Avoid potential N+1 queries when fetching user roles by @kverstae in #699

New Contributors

  • @janickd2g made their first contribution in #700
  • @kverstae made their first contribution in #699

Full Changelog: 8.5.0...8.5.1

8.5.0

02 Jun 14:30

Choose a tag to compare

What's Changed

  • Add doesntHavePermission and isNotAbleTo methods by @gdebrauwer in #696
  • fix(#692): Error in front when create new role with Model::shouldBeStrict() by @bvrignaud in #693

New Contributors

Full Changelog: 8.4.1...8.5.0

8.4.1

31 Mar 14:04
f0b90fc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.4.0...8.4.1

8.4.0 Laravel 12.x Compatibility

24 Feb 16:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.3.1...8.4.0

Fix PHP 8.4 Support

16 Jan 15:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.3.0...8.3.2

8.3.1

03 Apr 22:49
9510e60

Choose a tag to compare

fix: added missing import (#671)