Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

3.0.0

Compare
Choose a tag to compare
@antonkomarev antonkomarev released this 26 Aug 22:44
· 14 commits to master since this release

Added

  • Laravel 5.5 support
  • Laravel Package Auto-Discovery support
  • Eloquent related method getKey & getMorphClass added to Cog\Likeable\Contracts\Likeable contract
  • collectLikers, collectDislikers & scopeOrderByDislikesCount methods added to Cog\Likeable\Contracts\Likeable contract
  • collectLikersOf & collectDislikersOf methods to Cog\Likeable\Contracts\LikeableService contract

Changed

  • Cog\Likeable\Contracts contract renamed to Cog\Likeable\Contracts\Likeable
  • Cog\Likeable\Traits\HasLikes trait renamed to Cog\Likeable\Traits\Likeable

View the changes from 2.2.5 to 3.0.0