Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
50.18 KB
MD5: 11d94a2401d0e86666ce09cb16aca525
SHA-1: 57604232bd5532368d5bc5e1386e342e3437bcac
SHA-256: 11c3fa774580f27eb5002c8d24d079633a786788da82ee504ee677a8511f27c7
Download zip
59.42 KB
MD5: 4bbda429513c60c025bfbbd4881eb567
SHA-1: 080c224a165f50a40c82a125ffb0498e8e25fc03
SHA-256: 53e64271a5edca3aa03f3c3b35ec6b79c302bedaf7a9f1f3594250f51ec65253
Release notes
This release includes fixes to PHP 7.2 compatibility issues and several other bug fixes.
Changes since 7.x-1.0-beta12:
- #3009729 by Spokje, nedjo, jacob.embree, Liam Morland: Notice: Only variables should be passed by reference in PHP 7.1
- #2936874 by samuel.mortenson, Max Lovric, sickness29: PHP7.2 - Deprecated function: each()
- #2992575 by nedjo, mrgoodfellow, sjerdo: PHP 7.2 - Error occurring: Warning: count(): Parameter must be an array or an object that implements Countable in field_collection_field_widget_embed_validate()
- #2989733 by rhristov, RenatoG, sleepingmonk: Diff. Throws an error if the field collection item is deleted
- #3013421 by RenatoG, jas1988: Error: Call to undefined function entity_get_info() in field_collection_host_entity_types() modules/contrib/field_collection/field_collection.tokens.inc) #0
- #2635668 by pcambra, Chris2, RenatoG: PHP Fatal error: Class 'MigrateDestinationEntity' not found
- #2244719 by sheise, jedihe, jmuzz, maximpodorov, Chris2, RenatoG: Notice: Undefined index: relationship_field_collection_from_field
- #3000335 by gmercer, RenatoG: hostEntityId set to false when calling fetchHostDetails()
- #2993080 by Steven Jones, RenatoG: "The host entity cannot be changed" - error saving non-current version
- Coding standard fixes.
- #2861560 by joel_osc, RenatoG: Error when adding field collection to a view
- #2785573 by BramDriesen, james.williams, riddhi.addweb, aspilicious: Document entity translation for nested field collections
- #2929401 by RenatoG, hannes.himma, sl45sms: Can't delete last field collection item in clean install of Open Atrium
- #2894132 by joelstein, dtamajon, RgnYLDZ, RenatoG: Notice: Undefined index: translate en field_collection_field_formatter_settings_form()
- #2923966 by BarisW, RenatoG: Add a unique class on the remove button
- #2688375 by deepak_123, Devaraj johnson, dltj, karthikkumarbodu, RenatoG: Help text for field collection shows up on node view page
- #2759157 by james.williams, nadavoid, drilix: Orphaned field collections no longer break update 7008
- #2042015 by BramDriesen: Implementing hook_field_collection_item_view now returns a correct $langcode
- #2828609: Fixed a problem when saving user after removing field collection.
- #2382089 by moonray, ktogias: Fixed a logic issue with fetchHostDetails() causing false "the host entity cannot be changed" error in updateHostEntity()