Skip to content

Releases: laravel-doctrine/acl

v1.0.14

01 Sep 16:35

Choose a tag to compare

  • Support L5.3

v1.0.13

24 Jul 12:37

Choose a tag to compare

  • Support ORM 1.2

v1.0.12

10 May 07:45

Choose a tag to compare

Fix: hasPermissionTo fail check if object provided

v1.0.11

28 Feb 11:51

Choose a tag to compare

Move adding paths to register instead of boot

v1.0.10

26 Feb 12:37

Choose a tag to compare

  • Wait with adding permissions till the user has resolved the Registry

v1.0.9

22 Feb 19:59

Choose a tag to compare

  • Compatibility update

v1.0.8

02 Jan 22:04

Choose a tag to compare

Support Laravel 5.2

v1.0.7

26 Nov 19:39

Choose a tag to compare

  • Don't add Permission entity to mapping driver when user has specified a custom entity.

v1.0.6

23 Oct 15:59

Choose a tag to compare

  • Use Permission Contract so custom Permission entities can be used

v1.0.5

20 Oct 17:00

Choose a tag to compare

  • Expands the functionality of the HasRoles and HasPermissions traits to allow testing for one or more associations
  • Implements a BelongsToOrganisation trait that provides similar functionality to the previous mentioned traits