entity_modified 7.x-1.2

New features
Unsupported

- Added function entity_modified_last_id() to prevent needing to load entity just to get modified timestamp.

This is most useful for user entities.

entity_modified 7.x-1.1

Bug fixes
Unsupported

Changelog

  • Issue #2132627 by das-peter: Added Always use db_merge() - in entity insert and update hooks.

entity_modified 7.x-1.0

New features
Unsupported

First stable release.

Changelog

  • Add support for modification timestamps for node queues.

To use the new functionality enable entity_modified_nodequeue module.

entity_modified 7.x-1.0-alpha2

Bug fixes
Unsupported

Issue #2076271: Depend on entity_info and entity_info_alter to supply modified property name for each entity type.

entity_modified 7.x-1.0-alpha1

Unsupported

Initial release of entity modified module.

Supplies last modified (changed) timestamps for all modules. Predominantly for use in caching.

Subscribe with RSS Subscribe to Releases for Entity modified