Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Releases: mateusjunges/laravel-acl

v4.2.2

15 Feb 23:17
79efbcb

Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.2.2

v4.2.1

15 Dec 02:51
d4d41b8

Choose a tag to compare

What's Changed

  • Fix Show Permissions command by @iCry1337 in #262

New Contributors

  • @iCry1337 made their first contribution in #262

Full Changelog: v4.2.0...v4.2.1

v4.2.0

09 Aug 18:41
4788da4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.2.0

v4.1.1

06 Jun 17:36
83e9c8c

Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

12 Apr 14:01

Choose a tag to compare

What's Changed

  • [4.x] Fix published migration file names by @alangiacomin in #252
  • [4.x] Fix commands + Allow passing an array of models to assign/revoke permissions method by @mateusjunges in #254

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

21 Mar 12:30
7526cce

Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...v4.0.0

v3.0.2

20 Mar 20:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.1

19 Jul 12:11
23f6630

Choose a tag to compare

  • Fix paths on ACLServiceProvider

3.0.0

18 Jul 01:40
b7df37f

Choose a tag to compare

  • Move namespace Junges\ACL\Traits to Junges\ACL\Concerns
  • Move namespace Junges\ACL\Http\Models to Junges\ACL\Models
  • Drop support for Laravel below 7.28
  • Drop support for PHP 7.3
  • Fix styling using PHP CS Fixer
  • Improve test coverage

2.6.1

15 Apr 04:02
efb3c30

Choose a tag to compare

  • Merge some dependabot PR with dependencies updates.