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.
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.