Laravel Love Versions Save

Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?

10.0.0

2 months ago

What's Changed

Full Changelog: https://github.com/cybercog/laravel-love/compare/9.0.0...10.0.0

9.0.0

1 year ago

Code has breaking changes because of Eloquent Model local scopes refactoring.

Follow upgrade instructions from v8 to v9 to migrate code.

Added

  • (#234) Added Laravel 10 support
  • (#216) Added Docker Compose to quick development build
  • (#227) Added whereReactedTo model scope to Reacterable models
  • (#227) Added whereNotReactedTo model scope to Reacterable models
  • (#227) Added whereReactedToBetween model scope to Reacterable models

Changed

  • (#227) Extracted Reactable model scopes to ReactableEloquentBuilderTrait
  • (#231) Console command love:setup-reactable generates migration with nullable column love_reactant_id by default
  • (#231) Console command love:setup-reactable option --nullable replaced with --not-nullable
  • (#231) Console command love:setup-reacterable generates migration with nullable column love_reacter_id by default
  • (#231) Console command love:setup-reacterable option --nullable replaced with --not-nullable
  • (#233) Console command love:recount use default queue connection if --queue-connection option is not defined
  • (#222) Removed DI usage from console commands constructors
  • (#215) Migrated to console AsCommand attribute
  • (#215) Package generating anonymous class migrations now
  • (#217) Switched to native typed class properties
  • (#218) Switched to Symfony Console exit code constants

Removed

  • (#215) Dropped PHP 7.x support
  • (#215) Dropped Laravel 6 support
  • (#215) Dropped Laravel 7 support
  • (#215) Dropped Laravel 8 support

Full Changelog: https://github.com/cybercog/laravel-love/compare/8.9.0...9.0.0

8.9.0

2 years ago

8.8.1

3 years ago

Removed

  • (#197) Dropped PHP 7.1 support

8.8.0

3 years ago

Removed

  • (#196) Dropped Laravel 5.7 support
  • (#196) Dropped Laravel 5.8 support

Fixed

  • (#196) Fixed CVE-2021-21263 vulnerability
  • (#196) Fixed GHSA-x7p5-p2c9-phvg vulnerability

8.7.1

3 years ago

Fixed

  • (#186) Improve CLI application performance by replacing $name with $defaultName static property in commands
  • (#187) Fixed inconsistency in method parameter names

8.7.0

3 years ago

Added

  • (#185) Added PHP 8.x support

8.6.1

3 years ago

Changed

  • (#178) Rename imported interfaces aliases

View the changes from 8.6.0 to 8.6.1

8.6.0

3 years ago

Added

  • (#177) Added accessor methods to aggregates jobs

View the changes from 8.5.0 to 8.6.0

8.5.0

3 years ago

Added

  • (#176) Added Laravel 8 support

View the changes from 8.4.0 to 8.5.0