Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
130.56 KB
MD5: 0c294f8bd210d09af10b1cf4df315e34
SHA-1: c01e7e2ecf38aafda547fbdb328951a700593495
SHA-256: 02d527b5aeb32e0440dc2a6cd965c372e1a6419dfe10bd7d8adfd8fe5da9e02a
Download zip
168.51 KB
MD5: efcbb3ac53d00b956e6ff008ca9d5237
SHA-1: b5f2649e3f6454d5903791b130a01ced92291fb1
SHA-256: 52303898d37040b8593facbf22f7db073c60ee05590287a897a0e4923af5bdf7
Release notes
This release contains only a few changes, but is needed to stay in synchronisation with Entity API, which had a large API change recently (#1027908: entity_load() should return entities keyed by ID, not name).
Note therefore that this Beta 10 release will only work with Entity API 1.0 Beta 9 or newer!
(Another note: The Search API currently has only little access control functionality built in. Users should take care that only appropriate items and fields are indexed, and displayed to the user. See #955088: Provide (additional) access functionality.)
API changes:
- #1068342 by drunken monkey: Added a 'fields to run on' option for processors.
Others:
- #1190086 by drunken monkey: Fixed crash in hook_entity_insert().
- #1190324 by drunken monkey: Adapted to API change in Entity API.
- #1168684 by drunken monkey: Added improved tokenizer defaults for English.
- #1163096 by drunken monkey: Fixed cached types for DB servers aren't correctly updated.
- #1133864 by agentrickard, awolfey, greg.1.anderson, drunken monkey: Added Drush integration.