All notable changes to filament-access-control
will be documented in this file.
- Added a feature to send reset password links in admin panel. by @GeminiDev1 in #62
- @GeminiDev1 made their first contribution in #62
Full Changelog: https://github.com/chiiya/filament-access-control/compare/2.4.2...2.5.0
- Allow customizing the user model. See here for more details
Full Changelog: https://github.com/chiiya/filament-access-control/compare/1.7.1...1.8.1
- Fix role select not working correctly when creating a new user
Full Changelog: https://github.com/chiiya/filament-access-control/compare/1.7.0...1.7.1
- Laravel 10 Support by @bashgeek in #29
- Add japanese translations
- @bashgeek made their first contribution in #29
Full Changelog: https://github.com/chiiya/filament-access-control/compare/1.6.0...1.7.0
- Upgraded package to use the new filament notifications
- Fix table 'roles' doesn't exist -> Add spatie-permission vendor:publish by @magarrent in #23
- Add Arabic Translations by @vzool in #20
- Upgraded auth views to resemble the new default Filament auth views
- Fix roles and permissions not being restricted to filament guard
- Add compatibility with filament-logger
Full Changelog: https://github.com/chiiya/filament-access-control/compare/1.5.0...1.6.0
- Upgraded package to use the new filament notifications
Full Changelog: https://github.com/chiiya/filament-access-control/compare/1.4.0...1.5.0
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #9
- Add support for Laravel 8 and PHP 8.0 by @stephenjude in #7
- Fixed validation for role resource by @stephenjude in #7
- @stephenjude made their first contribution in #7
Full Changelog: https://github.com/chiiya/filament-access-control/compare/1.3.5...1.4.0
- Fixed config serialization
- Added config option
password_hint
for setting a helper text for the password field on the reset-password page
Full Changelog: https://github.com/chiiya/filament-access-control/compare/1.3.0...1.3.5
- Added trait for authorizing page access
- Improved documentation
Full Changelog: https://github.com/chiiya/filament-access-control/compare/1.2.0...1.3.0
- Added missing translations
- Added new optional two-factor-authentication feature (see README on how to enable)
- Updated and rename
filament:create-user
command tofilament-access-control:user
- Added
filament-access-control:install
command to create base role and permissions
Full Changelog: https://github.com/chiiya/filament-access-control/compare/1.1.0...1.2.0
- Account expiry date is now optional
- Initial release