Downloads
Release notes
This beta release provides several feature enhancements, API changes, and bug fixes. It also provides compatibility with the Drupal 6 version of Views 2, RC2 and higher.
Important upgrade notes:
- If you've overridden flag.tpl.php in your theme, you MUST delete the following line from the .tpl.php file in your theme:
flag_add_extra_js();This function no longer exists, nor is it needed. If you have not overridden the default flag.tpl.php file, no change is necessary.
- Make sure to erase all files in the module's folder before extracting the new package because some files have been moved into an 'includes/' subfolder and you don't want to keep the old files around.
New Features:
#300646: Provide an argument validator
#277716: Allow Views2 listing of users who have flagged content
#304626: Upgrade Views Integration
API Changes:
#320271: [API] Possibility to skip user permission check
#312734: Schema changes
#313862: Fix, and enhance, the AJAX support
#315881: More robust flag/unflag links
Bug Fixes:
#322404: Malformed table index in flag_content
#318086: Path is incorrect in Installation instructions