CHANGELOG.txt 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Content_Taxonomy 7.x-1.0-rc1, 2016-03-22
  2. ----------------------------------------
  3. #1373716 by Owen Barton: Added hook_disable() to disable the custom field
  4. widget and prevent site from breaking.
  5. By mh86: Added hook for altering the term tree callback used in the allowed
  6. values function.
  7. By mh86: Added new submodule that supports the Entity Translation mode for
  8. taxonomy terms.
  9. By mh86: Fixed translated term names on initial autocomplete deluxe suggestions.
  10. #1208164 by skein, mrded, rbayliss, drzraf, DamienMcKenna: Fix field migration.
  11. #2580251 by michel.settembrino, DamienMcKenna: Added EntityReference
  12. autocomplete support.
  13. #2379611 by justanothermark: Wording change on autocomplete error message.
  14. #1160146 by moskito: Added ActiveTags support.
  15. #1395276 by bigjim: Fixed options field on migration.
  16. #2348363 by james.williams, DamienMcKenna: Only alter field instances for
  17. content_taxonomy fields.
  18. #1558050 by bdimaggio, DamienMcKenna: The 'array_parents' element might not
  19. exist.
  20. #1643858 by DamienMcKenna, hatuhay, BrightBold, marthinal, benjy, mikhailian,
  21. MakaziMtingwa, zhilevan, klidifia, pappuksingh, cameronbprince: Fix invalid
  22. default values.
  23. Content_Taxonomy 7.x-1.0-beta2, 2013-01-21
  24. ------------------------------------------
  25. By mh86: Fixed validate handlers for new terms.
  26. By mh86: Added Search API Postprocessor for filtering out moderated terms from
  27. facets.
  28. #1631000 by klausi: Fixed Strict warning: Declaration of
  29. ContentTaxonomyAutocompleteModeratedTermsSearchAPIProcessor.
  30. By mh86: Added option for selects lists with opt groups
  31. Content_Taxonomy 7.x-1.0-beta1, 2011-06-22
  32. ------------------------------------------
  33. By mh86: Initial port to D7.
  34. #1079846 by mh86: Fixed error in content_taxonomy_autocomplete when using
  35. without autocomplete_deluxe.
  36. #1079938 by mh86: Fixed error in migration module.
  37. #1086228 by mh86: Support for upgrading Hierarchical Select fields.
  38. By mh86: Added option for the tree depth.