Downloads
Download tar.gz
62.41 KB
MD5: 78932831028a050ef56551912def6259
SHA-1: 4018a018c28d3047024e718beeca662755eab198
SHA-256: 05a0ff5bf23e6a93633f24bdb29a7f768e5d6f008e5a71b4f4cf4efba5f47294
Download zip
75.35 KB
MD5: 2a7b9f759bb82b7e23b8f975c7592773
SHA-1: af28d8bdb65d151014a0f0fce74fa6b29871aa55
SHA-256: e8c4c8bac069a0e1dad55549aaa4e603bfea92ee914610368f0cab061cfdb4e7
Release notes
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.