This version of link.module corrects several bugs and adds a few small functionality increases. For Drupal 6, this is the first complete release, now including Views support.
This release contains the bug fixes to a number of issues that have been sitting in the cue for some time. There is also a new 'feed builder' interface for combining several taxonomy terms into a single feed.
First ALPHA release of Drupal 5 branch, feedback welcome, don't use in production!
New Stuff
- Uninstall hook implemented.
- Terminology changed from position to visibility.
- Terminology changed from Sound to Audio
- Squeleton of README.txt
- Squeleton of README.es.txt
- Display advices after install.
- README.txt embedded via hook_help().
- Hability to identify locale and display README in appropiate language
- Some common Video and Audio extensions added to defaults: mpeg ogg mpg avi wav mp3
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.