Releases: codebyray/laravel-review-rateable
Releases · codebyray/laravel-review-rateable
v2.1.0
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
- 2.x by @codebyray in #59
- 2.x by @codebyray in #60
Full Changelog: v2.0...v2.1.0
v2.0
v1.4.2
v1.4.1
v1.4
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3 Release
Added Laravel 7 support