Downloads
Download tar.gz
33.31 KB
MD5: fd53ff668aa6294fbaf87adb37fd8107
SHA-1: 2c0cfb17e849855ba80d024586985f55848df2a1
SHA-256: 7369174ce0695bc6096d3be300392e7d5c703397156bf6ca51735514eb51a224
Download zip
59.96 KB
MD5: d3a99d7301b38288732c40bdd9d107ce
SHA-1: d3a6b0fdd179d243923699d9638c6b94793b7c9b
SHA-256: 66d61e9d9bb096ba8e24644f621238a20422f371fbbbb68ee9520a15d1c13b23
Release notes
Changes since 5.x-2.10:
- Several fixes for the schema:
- added key on last_update field.
- moved status to be before event, since better have varchar stuff at the end
- changed event from text to varchar(32). If you want a longer field use description.
- removed /*!40100 comment from PostgreSQL
- removed unnecessary create table statements in _update_() function - #149152 by ckg, PostgreSQL: u.name must appear in the GROUP BY clause
#149151 by ckg, add support for PostgreSQL. - #146491 by jredding, changes to userpoints transaction tools.
- #152819: Module .info files should not define 'version' in CVS
- #152936 by Arancaytar, hook_update_4() is broken.
- #142956 by mercmobily, does two things:
- keep audit trail when $op is "txn approve" userpoints_userpointsapi
- Have a searchable index for userpoints_txn.
These changes make userpoints work with the simple karma module.