Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
15.06 KB
MD5: a0df139ccf1c6d609c414d04cd85f4e2
SHA-1: 5d71bc5a91164c3c8631f3885ebeaf22ec2990ce
SHA-256: f704b6c2044c9dca6934bedfe9723c69d3e9b22e234b66949ce2fb21502a253a
Download zip
24.1 KB
MD5: 12a7b5d1221b22d87f6bd060e346afdf
SHA-1: a098bf8b7a0664e028c2e4441fd7af9a593b3f67
SHA-256: 65fdb2986fe8bea5ffe9314405b1fc2866224cade03f58f0d6f7698467fb6460
Release notes
This release contains next improvements:
- Changed fields array attached to node object after comparison proccess.
- Better
imagefield type comparison: added support fortitleandaltproperties (if enabled in field settings). - Better
filefield type comparison: added support fordescriptionanddisplayproperties (if enabled in field settings). - Better
text_with_summaryfield type comparison: added support forformatproperty. - Added
CFDefaultFieldComparator::extendComparableProperties()method to extend comparable properties for existing field types. - Fixed bug in comparison proccess.
- Added tests for common usecases and core field types