Skip to content

Releases: httpoz/roles

Support for Laravel 9

09 Feb 20:12
a94e6f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.0...v9.0.0

v8.0.1: Merge pull request #77 from httpoz/prevent-duplicates

23 Apr 21:20
0edbbca
Compare
Choose a tag to compare

Fixes the attachRole method, that did not filter for the uniqueness of attached roles and instead created duplications of role already attached to the user.

Update for Laravel 8 support

20 Mar 11:44
9b967b6
Compare
Choose a tag to compare
  • 8.x release to match Laravel versioning
  • Update factories, to factory classes

v5 Laravel 7 upgrade

19 Mar 19:13
dfc884e
Compare
Choose a tag to compare

Add support for Laravel 7

v4 Laravel 6 upgrade

01 Nov 06:38
97c4e5d
Compare
Choose a tag to compare
Merge pull request #69 from httpoz/feature/upgrade-to-laravel-6

Add support for Laravel 6

Laravel 5.5

06 Feb 12:38
Compare
Choose a tag to compare
v3.0.0

docs update

Final major release for Laravel 5.4

18 Jan 13:18
Compare
Choose a tag to compare

A lot of testing was added improving overall quality of code.
Moving all dev to roles 3 for Laravel 5.5

House cleaning

27 Apr 06:23
Compare
Choose a tag to compare
  • Resolved a recurring cache implementation issue
  • Removed timestamp generation on migration files
  • Fixed migration rollback error

For cache to work make sure your roles config file matches the one on the repo.

Roles 2.0 for Laravel 5.4

27 Jan 13:34
Compare
Choose a tag to compare
Merge pull request #20 from httpoz/develop

Develop

v1.2.2

12 Oct 15:12
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/httpoz/roles