Downloads
Download tar.gz
20.83 KB
MD5: 8c3ee0d8603caa5df19f7cba11264e99
SHA-1: a024ca759587479cbc21905138a992493a71700a
SHA-256: edc0565239ee5815a0f1c1b2c58799fdab62523af1609e100fc3e339cc0df635
Download zip
23.67 KB
MD5: eb7bad867a0c9a92e910512b0757c3b9
SHA-1: 8172ff6cd2ae6060687bdb9deb229f7aeb32a6d8
SHA-256: 801f98c4f19e1c13141cc554ae3e6444d715b144339401f07aff733c0b60dda4
Release notes
Improved views support, with proper sorting and clean handling of multiple value fields being added to a single view. It's now possible to add an 'Average vote' AND a 'Number of voters' column to the same view without horribly breaking everything.
Modules that implemented hook_votingapi_results_alter() are no longer handed a full stack of all vote objects, and must run their own SQL queries to generate their results. This performance optimization dramatically reduces the amount of memory required when a content object receives many votes.