Releases: cybercog/laravel-ownership
Releases · cybercog/laravel-ownership
5.6.0
What's Changed
- Remove legacy factories by @antonkomarev in #30
- Add Laravel 11 support by @antonkomarev in #32
Full Changelog: 5.5.0...5.6.0
5.5.0
5.4.0
What's Changed
- Added Laravel 9 Support by @soap in #25
- Dropped PHP 7.x support in #27
- Dropped Laravel 5.2 support in #27
- Dropped Laravel 5.3 support in #27
- Dropped Laravel 5.4 support in #27
- Dropped Laravel 5.5 support in #27
- Dropped Laravel 5.6 support in #27
- Dropped Laravel 5.7 support in #27
- Dropped Laravel 5.8 support in #27
- Dropped Laravel 6 support in #27
- Dropped Laravel 7 support in #27
- Dropped Laravel 8 support in #27
- Remove kenarkose/ownable alternative in README by @JoshuaDoshua in #24
New Contributors
- @JoshuaDoshua made their first contribution in #24
- @soap made their first contribution in #25
Full Changelog: 5.3.0...5.4.0
5.3.0
5.2.1
README changes
5.2.0
5.1.0
5.0.0
Changed
- Contracts namespace changed from
Cog\Contracts\Laravel\Ownership
toCog\Contracts\Ownership
Fixed
- Service Provider auto-discovery
4.0.0
Added
- Ownable models got new
isOwnedByDefaultOwner
method which automatically try to resolve current user.
Changed
- Contracts namespace changed from
Cog\Ownership\Contracts
toCog\Contracts\Laravel\Ownership
- Classes namespace changed from
Cog\Ownership
toCog\Laravel\Ownership
ModelObserver
renamed toOwnableObserver
HasOwner
contract renamed toOwnable