Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
12.16 KB
MD5: 72ebba7817b1d2f0000b146fe1067c38
SHA-1: 87ac5394fbc5fd065996a5d9c74a06d599f23989
SHA-256: 604de61fdb4c2ecd4c237b9dd1e8453778688af691d6d1147eeee81cf2f7648a
Download zip
13.18 KB
MD5: 4da494a5da58190bae0d75dda8c99c78
SHA-1: b9d8ab6dd071b40eba526dc13ce574d25310d44f
SHA-256: e733fcb0e8d14033e7921db1bf0589d4bf2e3eb717be81298e09fb38c434916e
Release notes
This resolves a critical security vulnerability, SA-CONTRIB-2014-048, all users are strongly urged to update immediately. It also resolves a few bugs and makes some improvements:
Full changelog:
- SA-CONTRIB-2014-048 by David_Rothstein: The edit page did not verify access to edit the entity that the field was attached to.
- #2252029 by iMiksu: Use the entity bundle's label in the page title.
- #1743712 by DamienMcKenna: Don't show field groups or the fields from Metatag, Panelizer or Redirect.
- #1650442 by Wim Leers, psynaptic, DamienMcKenna: Support for the node "author" and "created" properties.
- #2249285 by DamienMcKenna: Require CTools 1.4.
- #1817746 by DamienMcKenna: Use entity_language() instead of $entity->language.
- #1846156 by Pancho, ericras: Incorrect usage of field_access().
- #1785056 by beeradb: Removing the contextual dependency.
- #1607652 by dsavinov: Adding a Cancel button to the field edit form.