6.0.0
Package API was refactored from a scratch.
Code has a lot of breaking changes and cannot be updated easily.
Follow upgrade instructions to migrate database to new structure.
Added
- Laravel 5.8 support
ReactionType
modelReacter
modelReactant
modelReactionTotal
modelReactionHasBeenAdded
eventReactionHasBeenRemoved
eventlove_reacters
database table was addedlove_reactants
database table was addedlove_reaction_types
database table was addedlove_reactant_reaction_totals
database table was added
Changed
Liker
trait replaced withReacterable
Likeable
trait replaced withReactable
LikeCounter
model replaced withReactionCounter
love_likes
database table was replaced withlove_reactions
love_like_counters
database table was replaced withlove_reactant_reaction_counters
ReactionCounter
updates on background using queueReactionTotal
updates on background using queue
Removed
- Laravel 5.5 support obsolete
- PHP < 7.1.3 support obsolete
LikeableWasLiked
event was removedLikeableWasDisliked
event was removedLikeableWasUnliked
event was removedLikeableWasUndisliked
event was removed