Releases: surveywp/kk-star-ratings
Releases · surveywp/kk-star-ratings
Version 5
Version 4
v3.1
Adds and fixed various features
Added
- Bottom margin added when bottom position in effect.
- Ability to reset ratings for individual posts/pages.
- Enable/disable star ratings for individual posts/pages.
- Take manual control of the auto embedded markup to avoid duplication when using in a template.
Fixed
- Markup is now hidden under AMP.
- Assets are now enqueued when manually/forcefully loading the markup via template function.
Changed
- Default colors have been updated.
- Default size is now 22px instead of 24px.
- Structured data now uses ratingCount instead of reviewCount.
Removed
- Nothing
Deprecated
- Nothing
Security
- Nothing
v3
Fixes downgrading to v2 when stars are not five.
Legacy ratings were not being ported correctly. Please use this version to upgrade to v3.
Added
- Optionally allow guests to vote.
- Ratings can also be included in publicly accessible custom posts.
Fixed
- Google rich snippets.
- AJAX call on every load causing high CPU usage.
Changed
- Stars are now based on svg.
- Appearance has been simplified.
- Html based structured data has been replaced by json based structured data.
- kk_star_ratings_get function no longer includes the post_title key.
Removed
- Labels have been removed.
- Top posts widget has been removed in favor of a future addon.
- Admin table colum has been removed in favor of a future addon.
Deprecated
- Nothing
Security
- Nothing
Use git instead of svn.
- Fix: Deprecate WP_Widget for __construct. Required for wp 4.3+.
- Fix google rich snippets by using #Ratings as the vocabulary.
- Update: social and sponsored links in admin.
- Add: Css reset for star anchors.
- Use github for managing the plugin source at https://github.com/kamalkhan/kk-star-ratings.