Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
29.78 KB
MD5: 35336e7b27b1755db8464d786167081b
SHA-1: eed37f81122449a045b5c8a719c2c37ae2225522
SHA-256: 4c2952e7738aa3b83ea57213b904c087866147608f37961dd56cb6e6d5c2f1db
Download zip
42.22 KB
MD5: 0646705363588f765c23cb52cc748d32
SHA-1: cd4f1cb55d04856edcc2e8e4288f6832e766cb3c
SHA-256: ee99db7660001816fbf791f487ee61901beaf922d4d980622a8a91448a515411
Release notes
Second release candidate of Entity Reference, that contains some very exciting new features. We now have integration with Views for providing the list of entities to be referenced. The parent entity the reference field is attached to is now passed to selection handlers (requires Drupal > 7.14), so that you can implement context-aware selection. Finally, we now have a basic integration with the Feeds module and fixed a couple of bugs, typos and usability issues.
Please review this release and open bug reports as usual. We would like to move forward with a 1.0 within the next couple of weeks.
Changes since 7.x-1.0-rc1
- #1416560: fix typos (partial patch).
- #1569144: allow the autocomplete to match label entered manually.
- #1569144: make target_id NOT NULL to catch obscure bugs sooner.
- #1341012: add integration with the Feeds module.
- #1576664: fix an EntityMalformedException.
- #1570524 by thimothoeye: Fixed EntityReference_SelectionHandler_Views::getInstance() doesn't match signature in superclass.
- Follow-up to #1555894: accidentally left some debug code in there.
- #1555894: pass the entity context to selection handlers.
- #1569046: the migrate handler should filter out NULL values.
- #1566724: improve upon my english.
- #1253776 by multiple contributors (thanks, everyone): Add views support for providing a list of entities or bundles (views filtering, relationships, etc).