Downloads
Download tar.gz
22.42 KB
MD5: 6fac0ce6c534c3da4cf5cf66b849a10d
SHA-1: 21b1b1ebb2813df21c55fce6b7dc8f61d98ea468
SHA-256: 9949c19296b0242c7eccc111659eb4d246a063bffd877a9b1f3fcb07b331c398
Download zip
34.74 KB
MD5: d1a8d9d86d1f1fc9bb69210385217ec7
SHA-1: 09440e8f1fdc60b24e1d6395b6a5bfa35cd94e22
SHA-256: aed55c637710cd4816afcbb7de67b09dfb98320f0ebc050e1e9d41526b3aadf2
Release notes
Changes since DRUPAL-5:
- Major update for userpoints:
- Better API.
- A hook system so modules can act on points earned/lost, as well as add configuration settings to userpoints.
- A transaction system to allow tracking of points, as well as moderation of points.
- More modular design, allowing more plugins to be developed.
- Broken down into several smaller modules. - New contributed modules using the new API:
- referral_points
- userpoints_ecommerce
- userpoints_nodelimit - Adding uninstall hook. Thanks to Gurpartap for pointing this out.
- #106384 avoid error in .info files, by noelbush
- #106494 Fixed typo causing anonymous user being able to access settings page, by dami
- #119029 Missing braces cause errors when using db prefixes.