Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
52.09 KB
MD5: 3c7ef97adbd093aa95eba2fff7863e34
SHA-1: 930aa3b780e59cd1c44f7fa98d7664a7dec4b537
SHA-256: dd400de565b61a276b281cc73e529f39f0b0767fc22e57efaec2b7969fd342f4
Download zip
74.7 KB
MD5: 03fbe7d0f1b788d483e4af651172977f
SHA-1: 98fc08bd5cdcc3548c1c311abf89511d8df9e584
SHA-256: 8303f2cbb9fb8157f21d76fa28ed209734bb80f73b9b27e06f5eedbb7ac301d1
Release notes
Second release candidate which fixes a couple of bugs and has some performance enhancements.
There are no schema changes yay!
There is one small api change in hook_ds_fields_info(). The $bundle and $view_mode parameters are gone and
you can limit fields from the Field ui with a new key called 'ui_limit', see ds.api.php for the information.
You'll have to clear the cache to make the new caching techniques working (You might see notices otherwise).