Posted by Amitaibu on November 18, 2012 at 9:25am
| Download | Size | md5 hash |
|---|---|---|
| entityreference-7.x-1.0.tar.gz | 35.92 KB | 81f458c4b41b61f405af905d2fd8a5ec |
| entityreference-7.x-1.0.zip | 51.15 KB | 37b9e9979928e4df8e4257dfd9fee28b |
Last updated: November 18, 2012 - 09:26
Release notes
Changes since 7.x-1.0-rc5:
- #1413108 by Amitaibu: entityFieldQueryAlter() should add the entity base table on a field-only query.
- #1832752 by mikeryan: Class registration for Migrate 2.5 or later.
- #1807350 by Alan D.: Added Diff 7.x-3.x field support.
- #1821060 by Amitaibu, amateescu: getReferencableEntities() keyed by bundle's machine-name, and hook_options_list changes them to bundle label.
- Use the human readable label of the bundle in getReferencableEntities().
- #1821060 followup: Return getReferencableEntities() keyed by bundle also in the Views selection.
- Allow other modules (e.g. OG, OG-vocab) to use entity-reference autocomplete callback, by allowing it to pass their own field and instance definition.
- #1821060 by Amitaibu: Return values from getReferencableEntities() keyed by bundle, and use taxonomy_get_tree() when showing terms.
- #1412572 by joachim: Don't remove entities in entityreference_field_formatter_prepare_view().
- Pass the instance in _entityreference_autocomplete_validate().
- #1586428 by fgm, Amitaibu: Added Integrate entity-reference from nodes to terms with core taxonomy_index().