Releases: backdrop-contrib/entity_token
Releases · backdrop-contrib/entity_token
Release list
1.x-2.0.5
What's Changed
- Issue #47. Fix GHA test. by @argiepiano in #48
- Issue #45. Preserve property names for chained site tokens. by @argiepiano and @bugfolder in #46
Full Changelog: 1.x-2.0.4...1.x-2.0.5
1.x-2.0.4
What's Changed
- Issue #43. Wrap term tokens on if statement to check for taxonomy by @argiepiano in #44
Full Changelog: 1.x-2.0.3...1.x-2.0.4
1.x-2.0.3
What's Changed
- Issue #40. Fix typo by @argiepiano in #41
This typo was producing a fatal error on PHP 5.6. Thanks, @marcus-leonard, for reporting!
Full Changelog: 1.x-2.0.2...1.x-2.0.3
1.x-2.0.2
What's Changed
- Issue #32. Check if comment is enabled by @argiepiano in #33
- Issue #34. Skip creation of tokens if entity doesn't have properties by @argiepiano in #35
Full Changelog: 1.x-2.0.1...1.x-2.0.2
1.x-2.0.1
What's Changed
- Issue #28: Capitalization of human name in .info file by @bugfolder in #29
- Issue #30. Allow automatic definition of type uc_order_product by @argiepiano in #31
New Contributors
- @bugfolder made their first contribution in #29
Full Changelog: 1.x-2.0.0-rc1...1.x-2.0.1
1.x-2.0.0-rc1
What's Changed
- Issue #24: fix tests by @argiepiano in #25
- Issue #26: further tests. Accept dashes for field tokens by @argiepiano in #27
Note: while Entity Tokens now accept dashes, underscores are still listed as the "official" pattern to match core.
This fix also allows unchained field tokens handled by core to be expressed with dashes, as in [node:field-tags]. This improves backward compatibility with D7 Entity Tokens.
Full Changelog: 1.x-2.0.0-beta2...1.x-2.0.0-rc1
1.x-2.0.0-beta2
What's Changed
- Issue #22. Cleanup and site:current_user token by @argiepiano in #23
Full Changelog: 1.x-2.0.0-beta...1.x-2.0.0-beta2
1.x-2.0.0-beta
This is a major rewrite of the module. See module README for details.
What's Changed
- First commit version 2.x by @argiepiano in #16
- Issue #19. Typo causes fatal error by @argiepiano in #20
- Issue #17: Added version check in dependency by @argiepiano in #21
Full Changelog: 1.x-1.1.0-beta...1.x-2.0.0-beta
1.x-1.1.0-beta
- changes to use underscores instead of dashes.