Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
37.53 KB
MD5: 42b75e49ecfe3945cf3971b20d64e21f
SHA-1: a49b2bcf63e554298cd891008148142f0f743076
SHA-256: 090b7820618406d2ba687a06ca7e7193e505bb82eab2d8aff5b59e45371a7767
Download zip
41.49 KB
MD5: bcec3f0ca927d9d5b84ed6e280aa36ca
SHA-1: 7d556bcb17bf5f0e7d16bf877fef975331851bfb
SHA-256: 9b5b875756ba56e1857dec60d1acf8070b791f7e6bc4e4783bf7e824c5a9e4a5
Release notes
Changes since 7.x-1.0-beta4:
- #1061714 by Dave Reid: Added improved checking for token definition problems.
- #1229626: Added an [url:unaliased] url token and moved [current-page:arg] to [url:args] as an array token.
- #992626: Added a 'Token registry' flush cache link when admin_menu is enabled.
- Fixed the [array:value] token did not have an entry in hook_token_info() and was not visible in the token UI.
- #1068990 by catch, Dave Reid, eosrei: Added render caching to token trees.
- #1256524: Fixed the same token tree was output multiple times on the user account settings page.
- Clarifying comment about disabled bundles for fields.
- #1256444: Fixed PHP notices when a field has no valid bundles.
- #1252714: Added a token view mode to allow field administrators to override token display settings.
- #1252566: Fixed PHP notice Undefined index in _token_field_info().
- #1252592: Fixed token value cells should not wrap.
- #1252592: Fixed CSS class collisions between [file:type] tokens and [file-type] token type.