Skip to content

Commit

Permalink
[skip ci] Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Feb 25, 2019
1 parent 068f1aa commit 5c735e1
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Expand Up @@ -2,22 +2,20 @@

All notable changes to `laravel-love` will be documented in this file.

## [6.1.0] - WIP

### Changed

- `ReactionCounter` updates on background using queue
- `ReactionTotal` updates on background using queue

## [6.0.0] - 2019-02-25

Package API was refactored from a scratch.
Code has a lot of breaking changes and cannot be updated easily.

Follow [upgrade instructions](UPGRADING.md#from-v5-to-v6) to migrate database to new structure.

### Removed

- Laravel 5.5 support obsolete
- PHP < 7.1.3 support obsolete
- `LikeableWasLiked` event was removed
- `LikeableWasDisliked` event was removed
- `LikeableWasUnliked` event was removed
- `LikeableWasUndisliked` event was removed

### Added

- `ReactionType` model
Expand All @@ -39,6 +37,15 @@ Follow [upgrade instructions](UPGRADING.md#from-v5-to-v6) to migrate database to
- `love_likes` database table was replaced with `love_reactions`
- `love_like_counters` database table was replaced with `love_reactant_reaction_counters`

### Removed

- Laravel 5.5 support obsolete
- PHP < 7.1.3 support obsolete
- `LikeableWasLiked` event was removed
- `LikeableWasDisliked` event was removed
- `LikeableWasUnliked` event was removed
- `LikeableWasUndisliked` event was removed

## [5.2.0] - 2018-09-09

### Added
Expand Down Expand Up @@ -221,6 +228,7 @@ Follow [upgrade instructions](UPGRADING.md#from-v5-to-v6) to migrate database to

- Initial release

[6.1.0]: https://github.com/cybercog/laravel-love/compare/v6.0.0...v6.1.0
[6.0.0]: https://github.com/cybercog/laravel-love/compare/5.2.0...v6.0.0
[5.2.0]: https://github.com/cybercog/laravel-love/compare/5.1.1...5.2.0
[5.1.1]: https://github.com/cybercog/laravel-love/compare/5.1.0...5.1.1
Expand Down

0 comments on commit 5c735e1

Please sign in to comment.