Skip to content

Releases: radiatecode/laravel-permission-name-generator

v0.4.2

04 Apr 09:31
Compare
Choose a tag to compare
  • Data pass to permission and script blade

v0.4.1

31 Mar 18:18
Compare
Choose a tag to compare

New Feature: On demand route name exclude

v0.4.0

05 Aug 07:34
Compare
Choose a tag to compare
  • New Feature: Panel wise permission names generate [Note: previous version config need to upgrade to work with new feature]
  • Permission caching bug fixed

v0.3.3

02 Mar 19:14
df6c7b8
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue on getOnlyPermissionNames() doesn't return custom permissions
  • Fixed custom permissions duplicate
  • Fixed custom permissions not avoiding unknown format

v0.3.2

01 Mar 07:30
Compare
Choose a tag to compare

Bug Fixed

  • getOnlyPermissionsNames() return bool instead of array of permission names

v0.3.1

28 Feb 18:20
Compare
Choose a tag to compare

Feature

  • Permissions can be organised by section
  • New permissions-section config added

Changes
Permission Generator Trait method changed

  • permissionExcludeMethods() rename to permissionsExclude()
  • permissionGroupTitle() rename to permissionsTitle()
  • permissionAppendTo() renamed to permissionsAppendTo()

Stable Release v0.3.0

24 Feb 10:12
Compare
Choose a tag to compare
  • Generate permission names from routes
  • Generate permission names from resources
  • Add custom permission names
  • Add extra permission names
  • Exclude permission names
  • Cache permissions
  • Generate permissions view
  • Mark stored role's permissions in the permission view