Star Ratings
Version 3.0.0
February 21, 2024
Changed
- Craft 5 compatibility.
Version 2.3.3
August 7, 2023
Fixed
- Fixed bug when creating a new entry containing an Average Rating field. (#29) (thanks @JamesNock)
Version 2.3.2
April 19, 2023
Fixed
- Fixed bug preventing anonymous users from voting. (#28)
Version 2.3.1
August 3, 2022
Fixed
- Fixed console conflict for rating elements.
Version 2.3.0
May 9, 2022
Added
- Craft 4 compatibility.
Version 2.2.2
January 10, 2022
Added
- Added a setting to enable GraphQL support.
Changed
- GraphQL support is now disabled by default.
- GraphQL support is now marked as experimental.
- New plugin icon.
Version 2.2.1
November 10, 2021
Added
- Added the ability to sort by
avgRating
via GraphQL. - Added the ability to get an element's
totalVotes
via GraphQL.
Version 2.2.0
February 19, 2021
Added
- Added GraphQL support with an
avgRating
query andrate
mutation.
Version 2.1.3
August 19, 2020
Changed
- Craft 3.5 is now required.
Fixed
- Adjusted raw HTML output on settings page.
Version 2.1.2
February 8, 2020
Fixed
- Fixed PHP 7.4 compatibility issues.
Version 2.1.1
February 13, 2019
Fixed
- Fixed migration bug on Craft 3.1.
Version 2.1.0
July 1, 2018
Added
- Added ability to display quarter stars.
- Added “Star Increment Size” setting.
Changed
- Removed "Allow half-stars" setting, in favor of “Star Increment Size” setting.
Fixed
- Patched to run via CLI without errors.
Version 2.0.0
April 15, 2018
Added
- Craft 3 compatibility.
Version 1.3.0
September 26, 2017
Added
- New "Rate" field type, for CP and front-end forms.
- New "Average User Rating" field type, for viewing ratings averages in the CP.
- Ability to cast rating on behalf of a specific user (via PHP).
- Ability to see rating of a specific user.
Changed
- DEPRECATED:
craft()->starRatings_rate->changeRating
(userate
instead).
Version 1.2.4
September 8, 2016
Added
- Added
totalVotes
variable and service method.
Version 1.2.3
August 19, 2016
Fixed
- Prevents console conflicts.
Version 1.2.2
June 14, 2016
Changed
- Events now trigger for updated ratings as well.
- Events include
changedFrom
parameter, which is the previous rating value (if it exists).
Version 1.2.1
May 29, 2016
Added
- Added
onBeforeRate
andonRate
events - Added
setIcons
variable and service method
Changed
- Deprecated
setStarIcons
in favor ofsetIcons
- Updated Font Awesome (v4.6.3)
Version 1.2.0
December 14, 2015
Added
- Craft 2.5 compatibility.
- Now accepts an optional "key" parameter, so you can rate multiple things about the same element.
- Now possible to get the numeric value of an element's average rating.
- Now possible to display a fixed set of stars at a specified value.
Version 1.1.0
May 24, 2015
Added
- Now possible to prevent rating for miscellaneous reasons.
- Now possible to disable included JS or CSS.
Version 1.0.0
May 19, 2015
Initial release.