Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
103.56 KB
MD5: ced84a6f953833d454c0bf61772a535c
SHA-1: 9e6c4c23f1fe6f87f883a870723542fdf9f62c32
SHA-256: c01d929958a49b40878af5dd135114501a740f547579283390fc252603a969a5
Download zip
126.94 KB
MD5: 9bc494e903e5ca15610af25452c513e1
SHA-1: 0ea97deaba7ac84480d5cf2cef133a24f6de6036
SHA-256: 686a32330fa88ed56d4c77c2b55ca149bee2eab0007bce55240e0b3f285b570c
Release notes
Changes since 7.x-3.2:
- #405580 by Mark Carver: Added $variables parameter to flag_create_link() to pass through to flag.tpl.php.
- #2162393 by micromegas: Added support for entity_create() to flaggings.
- #2177859 by Mark Carver: Added $flag parameter to hook_flag_javascript_info_alter().
- by joachim: Fixed README to mention entities; fixed whitespace.
- #2109041 by joachim: Fixed use of node type value from form breaking Inline Entity Form module.
- #2156909 by joachim: Incorrect docs for flag_get_entity_flag_counts().
- #2149303 by joachim: Fixed defaults for flags in new node forms only set for the first flag.
- #2091483 by Shabana Blackborder: Database table schema description is incorrect for flagging.sid.
- #2119467 by foopang: Fixed entity CRUD hooks not invoked.
- #2100845 by thsutton: Fixed flag pseudofield not appearing for flags which have an empty bundle list to signify all bundles.
- #2053469 by joachim: Changed flag admin form to use states rather than validation for required link type options.
- #2093285 by Dane Powell: Fixed token replacements missing when token name doesn't match entity type.