Skip to content

Releases: mikebronner/laravel-governor

0.5.5

11 Feb 03:33
Compare
Choose a tag to compare
0.5.5 Pre-release
Pre-release

Fixed

  • service provider class name.

0.5.4

11 Feb 03:28
Compare
Choose a tag to compare
0.5.4 Pre-release
Pre-release

Added

  • Laravel 5.6 compatibility.

0.5.3

04 Feb 03:16
f464b72
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release

Fixed

  • entity management to automatically derive from registered policies.

0.5.2

04 Feb 02:39
75c52bb
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

Fixed

  • role controller authorization.

0.5.1

21 Nov 03:43
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Updated

  • README with more detailed instructions on initial setup on an empty database.

Fixed

  • CreatedListener to detect edge-cases where database may not be migrated fully.

0.5.0

31 Aug 18:39
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Updated

  • to work with Laravel 5.5.

0.4.5

30 Jul 19:38
Compare
Choose a tag to compare
0.4.5 Pre-release
Pre-release

Fixed

  • create ability check to not require a second parameter.

0.4.4

12 Jun 20:20
Compare
Choose a tag to compare
0.4.4 Pre-release
Pre-release

Fixed

  • missing use statement for Collection.
  • type in use statement for Permission.

0.4.3

12 Jun 20:16
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release

Fixes

  • missing use statement for Permission class in Governable trait.

0.4.2

12 Jun 20:11
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release

Added

  • permissions attribute to Governable trait, which returns a Collection of all permissions associated with the model.