Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
30.49 KB
MD5: b1bdad67159df7cfa1edbc71ca1f15be
SHA-1: 55d387bb9253b384f2e29f66ca4d281c9763e424
SHA-256: 4dce2fb1087f811539350fffd595b9de2d5240cd3b8a267c547ed0b8d3086823
Download zip
43 KB
MD5: b0226cbdbd135a5859bc8d2567c9398a
SHA-1: d6a0f12e96b5e1cffcd2e8d3fd0c80e0a6f38913
SHA-256: f910c255ca2068f7d635ac1269366c727824c9d49160b0403e41a6d39df87c05
Release notes
A very long overdue release. Fixes the broken Views handler and introduces a refactored settings UI, in addition to fixing a number of small bugs.
Changes since 7.x-1.0-rc3
- #1789660: execute behavior validation even when no entities are selected.
- Refactor the field and instance settings forms.
- Harmonize handling of query conditions and fix warning on PHP 5.4.
- #1781272 follow up: fix typo in formatter summary.
- #1743490 by Mile23: Coder cleanup.
- #1775180 by ACF: Fixed Autocomplete doesn't recognise 0.
- #1781272 by Dave Reid: Added an option to the Rendered entity formatter to hide links.
- #1698704 by zhgenti: Added Autocomplete callback access validation.
- #1625188: fix autocomplete errors related to double slashes in the URL.
- #1608358: fix partial implementation in EntityReference_SelectionHandler_Views.