Skip to content

Releases: codebyray/laravel-review-rateable

v2.1.0

15 Jul 01:06
b80d6d8
Compare
Choose a tag to compare

Added additional review/ratings options:

  • getReviewsByDepartment() - Get all reviews (with attached ratings) for a department, filtered by the approved status.
  • totalDepartmentReviews() - Get the total number of reviews for the model by department.
  • ratingCounts() - Return an array of rating value ⇒ count, for the full model or for a given department.
  • ratingStats() - Return a multi-dimensional array with various stats (see readme)
  • getReviewsByRating() - Return reviews based on star ratings.

What's Changed

Full Changelog: v2.0...v2.1.0

v2.0

08 Apr 01:55
Compare
Choose a tag to compare

This is a complete rewrite of v1 and is not backwards compatible.

v1.4.2

09 May 15:30
4ef0e33
Compare
Choose a tag to compare

Added Laravel 10 support.

v1.4.1

18 Feb 00:30
7fbabbd
Compare
Choose a tag to compare

Merged PR to add Laravel 9 support.

v1.4

21 Dec 21:46
235c148
Compare
Choose a tag to compare
Merge pull request #31 from codebyray/develop

Aggregrate fixes as per upstream PR

v1.3.4

24 Nov 20:38
9ccd2a7
Compare
Choose a tag to compare
Merge pull request #27 from ShamarKellman/master

Fix unable to get reviewrateble item from rating model

v1.3.3

11 Apr 05:06
aaea8e7
Compare
Choose a tag to compare

Added PHP 8 support.

v1.3.2

26 Nov 20:53
6499e25
Compare
Choose a tag to compare

Merged pull request to add Laravel 8 support.

v1.3.1

24 Aug 07:28
bc939e7
Compare
Choose a tag to compare

Removed extra package requirement

v1.3 Release

21 Aug 23:11
5dbbb1f
Compare
Choose a tag to compare

Added Laravel 7 support