Skip to content

Releases: overtrue/laravel-vote

3.4.0

25 Feb 13:38
c224138
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.3.0...3.4.0

3.3.0

08 Feb 08:48
347f01b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.0

3.2.0

13 Mar 05:07
67ce8b5
Compare
Choose a tag to compare

Added Laravel 11 support.

Full Changelog: 3.1.0...3.2.0

3.1.0

16 Feb 03:08
d3dc02d
Compare
Choose a tag to compare

What's Changed

  • Added Laravel 10 support.
  • Update Votable.php by @sanyc in #9

New Contributors

  • @sanyc made their first contribution in #9

Full Changelog: 3.0.4...3.1.0

3.0.4

12 Aug 01:54
d1290b6
Compare
Choose a tag to compare

What's Changed

  • Fix total votes scope to remove redundant DB query by @gordanielyan in #6

New Contributors

Full Changelog: 3.0.3...3.0.4

3.0.3

11 Aug 14:25
Compare
Choose a tag to compare

Full Changelog: 3.0.2...3.0.3

3.0.2

11 Aug 14:16
Compare
Choose a tag to compare

Fixed #5

Full Changelog: 3.0.1...3.0.2

3.0.1

04 Jul 04:08
8573e50
Compare
Choose a tag to compare

What's Changed

  • add withPivot to Votable voters by @xyxu in #4

New Contributors

  • @xyxu made their first contribution in #4

Full Changelog: 3.0.0...3.0.1

3.0.0

10 Feb 07:09
Compare
Choose a tag to compare

Full Changelog: 2.0.0...3.0.0

2.0.0

21 May 14:33
Compare
Choose a tag to compare
  • rename upVote() to upvote(), downVote() to downvote()
  • rename has_up_voted to has_upvoted, has_down_voted to has_downvoted
  • rename total_up_votes to total_upvotes, total_down_votes to total_downvotes