Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
33.76 KB
MD5: 236041ef8c6249adae04f0af98e8aa8b
SHA-1: 1d57dde8d2c87ef2a704d1408abb75bbc23892f1
SHA-256: 6a4893d95a8e79eeb60fd4ae6b04816d25f7c58b0d279e7fefda48e562c481ae
Download zip
37.73 KB
MD5: a2a543bcdc372bc9755f7917b7effd3f
SHA-1: c9f94d1c969da1063588a9f9c2596787db6f25f1
SHA-256: 94ab0d0c9b4a1d18c24f8a5c5307e23acf6ce9c72e17d23e1251801b9dbf9d65
Release notes
Changes since 7.x-1.0-beta2:
- #1062492: Fixed bug with multiple token tress on the same page can both trigger expand/collapse when only one should respond.
- #1058912: Prevent simple recursive tokens.
- Fixed _token_clean_css_identifier() needs to clean any trailing characters.
- #1222696 by Dave Reid: Added a [term:root] token for the term's root parent.
- #1196354 by s_leu, Dave Reid: Added token cache clear on field instance changes.
- Added a [file:size-raw] token for the raw byte size of a file.
- Added workarounds/fixes for core token issues #920056, #1185842, and #978028.
- #1173706: Fixed custom date types not supported.
- #550164: Added query string tokens.
- #1169352: Added initial random tokens: [random:number] and [random:hash:?].
- #1164030: Added validation to ensure token types that need data actually get data passed.
- Fixed test failures by forcing the $data parameter in assertTokens() to be an array rather than a mixed value.
- #1164030: Fixed incorrect 'needs-data' value for the URL token type.