UserPoints award points to users
com_userpoints (component) - Version 4.5.1
Security
- Checked Problem classes for SQL injection - none found (4.2.8)
Fixes
- Fix bug in avatar generation (4.5.1)
- Fix SEF pagination in various lists (4.2.23 and 4.2.24)
- Fix latest activity module to take account of count parameter to limit number of items shown (4.2.23)
- Fix bug in integration of notifications to jomSocial (4.2.23)
- Fix bug breaking some modules in Joomla 3.10 (4.2.22)
- Fix bug in administrator user reset (4.2.16) Fix error in quotes for some SQL statements. (4.2.8)
Language
- Add languages to component and plugins to a total of 16 (4.2.16)
- Additions to support change to referral logic (4.2.8)
Additions
- Added integration for EShop (4.2.15)
- Added Custom registration link for referrals in Options(4.2.8)
Changes
- Change development standard to require Joomla 4/5 and PHP 8.2 or later (4.5.0)
- Extensive renovation and modernisation of the Raffle logic (4.2.21)
- Substantial change to the logic for awarding referral points when a new user is invited. Formerly, this assumed the onUserAfterSave plugin could pick up a referral ID from the request (which invoked registration), but this does not work where new registrations get redirected by whatever means. The logic is now changed so the referral link points into UserPoints itself, which then stores the referral ID and redirects to registration. Change to onUserAfterSave for the new user plugin to access either REQUEST or SESSION data.Change to onUserAfterSave for the new user plugin to access either REQUEST or SESSION data. (4.2.8)
- Changed line endings to Unix and removed trailing blanks in modules that have been edited (4.2.8)