Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
An important release in the userpoints cycle please read the following changes.
*Several simpletest tests have been added to ensure data integrity and reduce bugs
*userpoints_basic has been removed and moved to its own project at http://drupal.org/project/userpoints_nc
*hook_userpoints has been modified from hook_userpoints($op, $uid, $points, $event) to simply hook_userpoints($op, $params)
ALL contributed or custom modules that use hook_userpoints will need to modify their functions.