Releases: santigarcor/laratrust
Releases · santigarcor/laratrust
8.4.0 Laravel 12.x Compatibility
What's Changed
- fix table name in unique rule in permission controller by @overclocked555 in #673
- use correct model parent class by @Mtillmann in #676
- Update querying-relationships.md by @Ora-Kool in #678
- Fix php 8.4 deprecated types by @incoming-th in #688
- Laravel 12.x Compatibility by @laravel-shift in #689
New Contributors
- @overclocked555 made their first contribution in #673
- @Mtillmann made their first contribution in #676
- @Ora-Kool made their first contribution in #678
- @incoming-th made their first contribution in #688
Full Changelog: 8.3.1...8.4.0
Fix PHP 8.4 Support
What's Changed
- Added missing import in teams by @Meeshalk in #671
- fix table name in unique rule in permission controller by @overclocked555 in #673
- use correct model parent class by @Mtillmann in #676
- Update querying-relationships.md by @Ora-Kool in #678
- Fix php 8.4 deprecated types by @incoming-th in #688
New Contributors
- @overclocked555 made their first contribution in #673
- @Mtillmann made their first contribution in #676
- @Ora-Kool made their first contribution in #678
- @incoming-th made their first contribution in #688
Full Changelog: 8.3.0...8.3.2
8.3.1
fix: added missing import (#671)
Enable Laravel 11
8.3.0 Update docs
8.2.2: Apply fixes from StyleCI (#662)
Fix Str::contains deprecation
Permissions as gates attributes
- Add possibility to pass extra params to the permissions as gates as the team and requireAll. (a745962)
Add backed enums support
8.0.1
Fix blade directive
8.0.0
Added
- Type hints compatible with latest PHP
- Support for custom checker classes
Changed
- Methods and event names to a more human readable language
Removed
- Ownership feature
7.2.1
Apply fixes from StyleCI (#592) Co-authored-by: StyleCI Bot <bot@styleci.io>