You are here

CHANGELOG.txt in Imagecache Token 7

Imagecache_Token 7.x-1.0, 2019-04-11
------------------------------------
#2544084 by Chris Matthews, DamienMcKenna: Update documentation.


Imagecache_Token 7.x-1.0-rc3, 2019-02-16
----------------------------------------
#2853037 by monstrfolk, DamienMcKenna: Rewrite logic of tokens to improve
  speed, add functionality, and fix bugs.
#2277125 by DamienMcKenna: Attributes/styles with high depth levels will not
  show in most default token trees.
#2995172 by bdragon, FabianX: Use field_info_field_map() instead of
  field_info_fields().
#3007358 by fengtan, DamienMcKenna: Coding standards.
#3033559 by DamienMcKenna: Move token hook implementations to a tokens.inc file.


Imagecache_Token 7.x-1.0-rc2, 2016-03-06
----------------------------------------
#2578455 by garphy: File and media fields weren't working.
#2562677 by DamienMcKenna: Indicate on the settings page that image fields are
  automatically supported.
#2124637 by designerbrent, achton, DamienMcKenna, garphy: Add new tokens to
  output the URLs of the first, second and third items in a multi-item field.
#2578975 by DamienMcKenna: Removed the 'attributes' token.
#2124637 by DamienMcKenna: Didn't properly handle 'extension' or 'filesize' for
  resized images.
#2682049 by DamienMcKenna: Added tests to confirm the tokens that are present
  for image fields.


Imagecache_Token 7.x-1.0-rc1, 2015-08-01
----------------------------------------
Initial commit.
#1525210 by merlinofchaos, s1l: Added Tokens for images on Entities.
By Hydra: Documentation cleanup.
By Hydra: Remove unnecessary image instance definition in hook_token_info_alter.
By Hydra: Make it possible to get all image attributes trough a token.
#1775294 by osopolar: Added Token to render the complete img-tag (not only url).
By DamienMcKenna: Added a CHANGELOG.txt file.
By DamienMcKenna: Updated README.txt file.
#2365049 by DamienMcKenna: Support for the 'file' field type.
#1600266 by j0rd, DamienMcKenna: Added the 'uri' attribute.
#2064275 by jpstrikesback, MediaFormat: Don't assume the field attribute value
  exists.
#2422881 by AndreyMaximov: Add support for for Media fields.
#2064357 by jpstrikesback, DamienMcKenna: Incorrect value passed to
  image_style_url().
#2407461 by DamienMcKenna: Add option to control which file and media fields
  should have the image tokens added.
#2407461 by DamienMcKenna: Improvements to the admin form.
#2407461 by DamienMcKenna: Admin form wasn't saving values.
#2407461 by DamienMcKenna: Remove the variable via hook_uninstall().
#2407461 by DamienMcKenna: Always support image fields.
#2344465 by doubouil, DamienMcKenna: Fixed the image height, weight attributes,
  added the extension and filesize attributes.

File

CHANGELOG.txt
View source
  1. Imagecache_Token 7.x-1.0, 2019-04-11
  2. ------------------------------------
  3. #2544084 by Chris Matthews, DamienMcKenna: Update documentation.
  4. Imagecache_Token 7.x-1.0-rc3, 2019-02-16
  5. ----------------------------------------
  6. #2853037 by monstrfolk, DamienMcKenna: Rewrite logic of tokens to improve
  7. speed, add functionality, and fix bugs.
  8. #2277125 by DamienMcKenna: Attributes/styles with high depth levels will not
  9. show in most default token trees.
  10. #2995172 by bdragon, FabianX: Use field_info_field_map() instead of
  11. field_info_fields().
  12. #3007358 by fengtan, DamienMcKenna: Coding standards.
  13. #3033559 by DamienMcKenna: Move token hook implementations to a tokens.inc file.
  14. Imagecache_Token 7.x-1.0-rc2, 2016-03-06
  15. ----------------------------------------
  16. #2578455 by garphy: File and media fields weren't working.
  17. #2562677 by DamienMcKenna: Indicate on the settings page that image fields are
  18. automatically supported.
  19. #2124637 by designerbrent, achton, DamienMcKenna, garphy: Add new tokens to
  20. output the URLs of the first, second and third items in a multi-item field.
  21. #2578975 by DamienMcKenna: Removed the 'attributes' token.
  22. #2124637 by DamienMcKenna: Didn't properly handle 'extension' or 'filesize' for
  23. resized images.
  24. #2682049 by DamienMcKenna: Added tests to confirm the tokens that are present
  25. for image fields.
  26. Imagecache_Token 7.x-1.0-rc1, 2015-08-01
  27. ----------------------------------------
  28. Initial commit.
  29. #1525210 by merlinofchaos, s1l: Added Tokens for images on Entities.
  30. By Hydra: Documentation cleanup.
  31. By Hydra: Remove unnecessary image instance definition in hook_token_info_alter.
  32. By Hydra: Make it possible to get all image attributes trough a token.
  33. #1775294 by osopolar: Added Token to render the complete img-tag (not only url).
  34. By DamienMcKenna: Added a CHANGELOG.txt file.
  35. By DamienMcKenna: Updated README.txt file.
  36. #2365049 by DamienMcKenna: Support for the 'file' field type.
  37. #1600266 by j0rd, DamienMcKenna: Added the 'uri' attribute.
  38. #2064275 by jpstrikesback, MediaFormat: Don't assume the field attribute value
  39. exists.
  40. #2422881 by AndreyMaximov: Add support for for Media fields.
  41. #2064357 by jpstrikesback, DamienMcKenna: Incorrect value passed to
  42. image_style_url().
  43. #2407461 by DamienMcKenna: Add option to control which file and media fields
  44. should have the image tokens added.
  45. #2407461 by DamienMcKenna: Improvements to the admin form.
  46. #2407461 by DamienMcKenna: Admin form wasn't saving values.
  47. #2407461 by DamienMcKenna: Remove the variable via hook_uninstall().
  48. #2407461 by DamienMcKenna: Always support image fields.
  49. #2344465 by doubouil, DamienMcKenna: Fixed the image height, weight attributes,
  50. added the extension and filesize attributes.