Releases: santigarcor/laratrust
Releases · santigarcor/laratrust
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 <[email protected]>
Laravel 10 compatibility
7.2.0 Fix pipeline and update README