Releases: Laravel-Backpack/PermissionManager
Releases · Laravel-Backpack/PermissionManager
6.0.13 🌈
6.0.12 🌈
What's Changed
Full Changelog: 6.0.11...6.0.12
6.0.11 🌈
What's Changed
- Translate the 'users' suffix on the Users Column on RoleCrudController.php by @beatwiz in #285
- Update spatie/laravel-permission requirement from ^4.0|^3.0 to ^5.3.0 by @dependabot in #284
New Contributors
- @beatwiz made their first contribution in #285
- @dependabot made their first contribution in #284
Full Changelog: 6.0.10...6.0.11
6.0.10 🌈
6.0.9 🌈
6.0.8 🌈
Changes
- Fix #275 @promatik (#276) - going back to loading migrations by publishing them, instead of
loadMigrationsFrom()
- Updated license @promatik (#274)
- Upgrade to GitHub-native Dependabot @dependabot-preview (#273)
Release note: version 6.0.7 is the only one affected by the migration loading bug; we will consider removing that patch release from packagist, but as of now it seems safer to just tell people who get the "duplicated migrations" error to do a composer update
; otherwise when people who do have 6.0.7 will have problems running composer install
. See #276 for more details.
6.0.7 🌈
6.0.6 🌈
Changes
- Added Ukrainian translation. @pavlentij (#272)
6.0.5 🌈
Changes
- Support for spatie/laravel-permission v4.0 @promatik (#271)
- Update README.md @pxpm (#264)
- Fix namespace of User Model for Laravel 8 @mansourcodes (#262)
- Update User model path for Laravel 8 @dauvray (#251)
- Use Base User Model By Default @AbbyJanke (#242)
- Fix route evaluation on user update request @promatik (#259)