Skip to content

Releases: cybercog/laravel-ownership

5.6.0

09 Mar 17:33
96a2715
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.5.0...5.6.0

5.5.0

24 Feb 09:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.4.0...5.5.0

5.4.0

22 Feb 20:25
Compare
Choose a tag to compare

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

Full Changelog: 5.3.0...5.4.0

5.3.0

31 Dec 04:28
878e2d6
Compare
Choose a tag to compare

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

04 Sep 10:15
Compare
Choose a tag to compare

README changes

5.2.0

09 Sep 17:41
c7c9f3f
Compare
Choose a tag to compare

Added

  • Laravel 5.7 support

View the changes from 5.1.0 to 5.2.0

5.1.0

08 Feb 15:44
c5c7180
Compare
Choose a tag to compare

Added

  • Laravel 5.6 support

View the changes from 5.0.0 to 5.1.0

5.0.0

12 Sep 23:22
Compare
Choose a tag to compare

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

09 Sep 16:07
Compare
Choose a tag to compare

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

30 Aug 11:43
Compare
Choose a tag to compare

Added

  • Laravel 5.5 support
  • Service Provider auto-discovery

View the changes from 3.0.0 to 3.1.0