Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@codebyray codebyray released this 15 Jul 01:06
b80d6d8

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