token 8.x-1.14

Bug fixes

Memory improvement for token module detection, various bugfixes

token 8.x-1.12

Bug fixes
New features

PHP 8.2 compatibility, term source translation token

token 7.x-1.9

Bug fixes

Backwards compatibility is broken for a feature we believe was not actively used.

Contributors (4)

DamienMcKenna, klausi, Berdir, greggles

Changelog

Issues: 1 issues resolved.

token 8.x-1.10

Bug fixes
New features

Language tokens, bugfixes, removal of unused code and an unused route

Contributors (10)

Berdir, TR, mparker17, DamienMcKenna, klausi, pfrenssen, johnchque, Dom., paulocs, vakulrai

Changelog

Issues: 6 issues resolved.

Changes since 8.x-1.9:

token 8.x-1.9

Bug fixes

Fixes PHP 7.0 compatibility

Contributors (2)

wizonesolutions, Matroskeen

Changelog

Issues: 1 issues resolved.

Changes since 8.x-1.8:

Bug

token 8.x-1.8

Bug fixes

Bugfixes and performance improvement when using many nested tokens

Contributors (30)

hanoii, Berdir, Yury N, Matroskeen, thalles, ngkoutsaik, shreyakaushik11, Gnanagowthaman sankar, sarvjeetsingh, siddhant.bhosale, raman.b, AndrewsizZ, alexpott, mbovan, malte.koelle, lil.destro, mbrc, shaktik, iyyappan.govind, navinder, shubham.prakash, MahtabAlam, lolandese, paulocs, dench0, kvantstudio, hussainweb, richard.thomas, jonathan1055, merlin06

Changelog

Issues: 22 issues resolved.

token 8.x-1.7

Bug fixes

Drupal 9 compatibility. Requires Drupal 8.8.

Warning to sites that are still on Drupal 8.7

The composer.json incorrectly claims that this release is still compatible with Drupal 8.7 and running composer update will try to update that. Either update to Drupal 8.8 or require an earlier version until you can do so:

composer require drupal/token:1.6

Contributors (8)

Chris Burge, Berdir, Matroskeen, Sergiu Stici, thalles, maximpodorov, idebr, czigor

token 8.x-1.6

Bug fixes
New features

Bugfixes and Drupal 9 preparation

Contributors (21)

fgm, Berdir, neclimdul, ravi.shankar, thalles, rpayanm, idebr, pavlosdan, hernani, mjpa, Deeksha B, Mithun S, msankhala, kala4ek, i-trokhanenko, Roman Dyn, gabesullice, benjy, Wim Leers, mglaman, jlscott

Changelog

Issues: 22 issues resolved.

Changes since 8.x-1.5:

token 8.x-1.5

Bug fixes

Drupal 8.6 compatibility.

Contributors (2)

Dave Reid, rhealan

Changelog

Issues: 1 issues resolved.

Changes since 8.x-1.4:

Support

token 8.x-1.4

Bug fixes

Fixed bugs with some tokens that can cause exceptions, deprecation removals and other improvements.

Contributors (15)

Vidushi Mehta, deepakkumar14, Matroskeen, subson, rocket.man, jhedstrom, bucefal91, joelpittet, JKerschner, Prashant.c, amit.drupal, mbovan, zero2one, mxh, Berdir

Changelog

Issues: 8 issues resolved.

Changes since 8.x-1.3:

token 8.x-1.3

Bug fixes

Fixes a critical regression in 8.x-1.2

Contributors (1)

Berdir

Changelog

Issues: 1 issues resolved.

Changes since 8.x-1.2:

Bug

  • #2969344 by Berdir: 503 Server Errors / ResourceNotFoundException with 404 URLs

token 8.x-1.2

Bug fixes
New features

Various bugfixes and cleanups as well as support for the editor used by the webform module

Contributors (17)

Sivaprasad C, dhwani.addweb, shobhit_juyal, keshav.k, Prashant.c, voleger, jrockowitz, optimusprime619, saranya purushothaman, Darvanen, Berdir, Matroskeen, arunkumark, vishwac9, rkairam, swati.nuna, chaitanya17

Changelog

Issues: 12 issues resolved.

Changes since 8.x-1.1:

token 8.x-1.1

Bug fixes

This release includes several bugfixes, including better support for multivalue date fields and avoiding an exception for an unrouted URL.

Changes since 8.x-1.0:

token 8.x-1.0

Bug fixes

This is the first stable release for Token 8.x. It fixes a number of issues that have been reported since the last release candidate.

Changes since 8.x-1.0-rc1:

token 8.x-1.0-rc1

Bug fixes
New features

This is the first and hopefully only release candidate for 8.x-1.0.

It provides book and datetime field tokens and some bugfixes.

Changes since 8.x-1.0-beta2:

token 8.x-1.0-beta2

Bug fixes

The second beta release for Token fixes a number of bugs related to menu link, page title and other multilingual tokens and also includes a performance improvement.

Changes since 8.x-1.0-beta1:

token 8.x-1.0-beta1

Bug fixes
New features

This is the first beta release of Token for Drupal 8.

This includes a large number of improvements and many new tokens. Most importantly is extensive support for field tokens (for both base and configurable fields), including chained tokens for entity reference fields and image urls and information based on image styles (previously provided by Imagecache Tokens).

token 8.x-1.0-alpha1

Bug fixes
New features

The first alpha release for token for Drupal 8.

There are no known major or critical bugs, but there will be changes, specifically around the token browser and field tokens.

Please report any bugs you find in the issue queue.

token 7.x-1.4

Bug fixes

Changes since 7.x-1.3:

  • #1791536: Fixed options not properly passed to theme('token_tree') in token_page_output_tree().

token 6.x-1.19

Bug fixes

Changes since 6.x-1.18:

  • #1344766: Fixed $account->name should not be modified in user_token_values().
  • Put hook_token_list() implementations before hook_token_values().
  • Removed warning if $text is an array in token_replace_multiple().

token 7.x-1.2

New features
Bug fixes
Insecure

Changes since 7.x-1.1:

  • #1684984: Added support for the token tree to be output in an AJAX dialog using #theme => token_tree_link.
  • #1515978: Fixed token validation was skipped on block titles.

token 7.x-1.1

Bug fixes
Insecure

Changes since 7.x-1.0:

  • Fixing a couple minor bugs with filtering field descriptions, altering field forms, and not using _token_module() in field_tokens().
  • #1557766: The list token types in entity API break the token browser because HTML characters weren't converted to dashes.
  • Fix testing failure in TokenUserTestCase with user pictures.
  • Add default token formatters for the core list field types.
  • Fix some coding standard violations.

token 7.x-1.0

New features
Bug fixes
Insecure

Notes from Dave Reid

This is the first stable release of the Token module for Drupal 7. I recognize that we still have a bit of work to go with regards to field tokens and performance/accessibility of the token browser, but I have decided that none of those issues are able to block a 1.0 release, so I just did it. Hopefully we'll get more momentum on solving those more difficult problems soon and fixed in minor 1.1 or 1.2 releases.

Changes since 7.x-1.0-rc1:

  • #1438512: Fixed extra closing brace in token_update_token_text().
  • #1512934: Added workaround for core bug #1477932 in which the cache_token table does not exist but drupal_flush_all_caches() is called.
  • #1515978: Added support for token replacement in block titles.
  • #1508404 by arpieb, jec006: Fixed token fields not rendered properly if replacement called from inside field_attach_view() and the fields' display were set to hidden.
  • #1515864: Added a [file:basename] token.
  • #1515776: Add an [entity:original] token.

token 6.x-1.18

Changes since 6.x-1.17:

  • #1329196: Fixed token_scan() broke the token rules integration.
  • Follow-up to #1307890: Allow token replacement to work on an array, but still throw a notice.
  • Added debugging notice if token replacement $text is not a string (some modules seems to be giving an array - which is wrong).

token 7.x-1.0-beta4

New features
Bug fixes
Insecure

Basic field tokens like [node:field_tags] or [node:field_image] are now fully-supported. Work continues to ensure that field tokens have complete test coverage, and to work on nested and more detailed field tokens.

Changes since 7.x-1.0-beta3:

token 5.x-1.14

New features
Bug fixes

Changes since DRUPAL-5--1-13:

  • bug #262360 by Justin W Freeman, derhasi, MGN: Expose control of token caching to functions that call token_replace
  • Hungarian translation update for Token module 5.x-1.13 by kutyamutya.
  • #207768 by jmstacey, roderik, Dave Reid | budda: Fixed cached tokens being used for new objects with empty IDs.
  • by Dave Reid: Backported current Drupal 6 branch code.
  • by Dave Reid: Backported term and vocabulary description tokens.

Pages

Subscribe with RSS Subscribe to Releases for Token