Laravel Ownership Versions Save

Laravel Ownership simplify management of Eloquent model's owner.

5.6.0

2 months ago

What's Changed

Full Changelog: https://github.com/cybercog/laravel-ownership/compare/5.5.0...5.6.0

5.5.0

1 year ago

5.4.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/cybercog/laravel-ownership/compare/5.3.0...5.4.0

5.3.0

3 years ago

Added

  • (#22) Added Laravel 6.x support
  • (#22) Added Laravel 7.x support
  • (#22) Added Laravel 8.x support
  • (#23) Added PHP 8.x support

Removed

  • (#23) Dropped PHP 5.6 support
  • (#23) Dropped PHP 7.0 support

5.2.1

4 years ago

README changes

5.2.0

5 years ago

Added

  • Laravel 5.7 support

View the changes from 5.1.0 to 5.2.0

5.1.0

6 years ago

Added

  • Laravel 5.6 support

View the changes from 5.0.0 to 5.1.0

5.0.0

6 years ago

Changed

  • Contracts namespace changed from Cog\Contracts\Laravel\Ownership to Cog\Contracts\Ownership

Fixed

  • Service Provider auto-discovery

View the changes from 4.0.0 to 5.0.0

4.0.0

6 years ago

Added

  • Ownable models got new isOwnedByDefaultOwner method which automatically try to resolve current user.

Changed

  • Contracts namespace changed from Cog\Ownership\Contracts to Cog\Contracts\Laravel\Ownership
  • Classes namespace changed from Cog\Ownership to Cog\Laravel\Ownership
  • ModelObserver renamed to OwnableObserver
  • HasOwner contract renamed to Ownable

View the changes from 3.1.0 to 4.0.0

3.1.0

6 years ago

Added

  • Laravel 5.5 support
  • Service Provider auto-discovery

View the changes from 3.0.0 to 3.1.0