Version History

v1.0.1 Release changes:

v1.0.0 Release changes:
- Showing average rating made optional

v0.9.8 Changes:
- block controller save function corrected

v0.9.7 Changes:
- Block controller view and save functions changed not to send and save text when empty

v0.9.6 Changes:
- db.xml and block controller revised to enable posting from multiple blocks but after min wait
- js folder moved back to package (to keep consistency with my other packages)

v0.9.5 Changes:
- ab_star_rating_functions.js deleted and removed from controllers as obsolete
- js folder moved to block
- font-awesome added to registerViewAssets
- min wait period = 0 means no wait
- single page load wait removed
- getting path of $img_url moved to controller
- error_token changed to less revealing, same error now thrown on block ID mismatch
- redundant error_submit and error_response removed
- post() changed to request->request->all()

v0.9.4 Changes:
- Obsolete code for IP is removed, form validation is improved

v0.9.3 Changes:
- Fixed errors as suggested by PRB
- uninstall() added to package controller to delete btAbStarRatingSpam table
- Tested in C5-8.3.2 so changed min required version to 8.3.2

v0.9.2 Changes:
- Deprecated redirect() changed to Redirect::to()
- Rating can only be made by registered user
- Rating insert/update changed from IP to User

v0.9.1 Changes:
- Form: 'symbols' changed to 'characters'
- Form: 'Awful' typo corrected
- Form: t() added to rating text
- Rating text space is set conditionally in view.js
- Error message changed to 'Rating has already been posted today from your IP address...'

v0.9.0 PRB version