Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
19.33 KB
MD5: 41b5dd4ed7115763e5b30c41a9a07c3d
SHA-1: 477229b5aadb4390a1a4acc501ac75eadb136d09
SHA-256: 1c583ecc5af48d8093f5bd1882e5ecab81839eef6691925bee8c36d04a25ecfc
Download zip
23.41 KB
MD5: 6b5778d2a6c0fb2a458fb8f49b320072
SHA-1: dfbb9bb9851b9d9e6b4cf7ee84c8164b0c5366d4
SHA-256: 59aff972d0063ed62dc7f28995fad8bc4830f0a1ab8c3c80d0c385b61b33a88f
Release notes
New beta release to keep the ball rolling. Two significant changes are expected before the RC:
- #1340098: Move target bundle to the field instance settings, supposing it's possible to implement in a clean way
- #1253776: Add views support for providing a list of entities or bundles (views filtering, relationships, etc)
Changes since 7.x-1.0-beta1:
- #1344784: Add explanation about possible out of memory.
- #1329354 by Alan D., EvanDonovan: stop using entity_get_info() inside entityreference_field_info(), to avoid unhealthy interactions with other modules.
- #1351062 by Amitaibu: pass $instance to the setting form callbacks.
- #1339136: add support for sort in the base entityreference handler.