Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Releases: andrey-helldar/laravel-roles

v2.7.1

14 Jul 15:01
97add5f
Compare
Choose a tag to compare
Update ServiceProvider.php

v2.7.0

14 Jul 10:49
Compare
Choose a tag to compare

Small fixes

v2.6.0

14 Jul 09:32
Compare
Choose a tag to compare

Added

  • Added permissions caching on initialization (a4646d4)

v2.5.2

14 Jul 09:20
Compare
Choose a tag to compare

Fixed

  • Fixed blade directives error (c727139)
  • Fixed the formation of Blade directive statements (f844146)

v2.5.1

09 Jul 11:02
Compare
Choose a tag to compare

Fixed

  • Undefined table: 7 ERROR: relation "permission_role" does not exist LINE 1 (464ed04)

v2.5.0

12 Jun 09:46
Compare
Choose a tag to compare

Added

  • Added variables when creating roles and permissions (9031827)
  • Added the ability to join the user to the default role (5eeb6ff)

v2.4.3

12 Jun 08:48
Compare
Choose a tag to compare

Fixed

  • Improved record search builder (ed5a22b)

v2.4.2

10 Jun 21:40
7f6306b
Compare
Choose a tag to compare

Security fixed

v2.4.1

09 Jun 16:03
Compare
Choose a tag to compare
Fixed migrations

v2.4.0

08 Jun 21:56
Compare
Choose a tag to compare

Added

  • Added the ability to assign titles to roles and permissions (6b96295, 71dfd66)

Changed

  • Replacing forced migration with a publication (9075813)
  • The table key "name" is renamed to "slug" (7796eb1)

Fixed

  • Fixed migration (5af4acd)
  • Fixed a bug in the name of the slug value assignment method (4d5041c)