-
Implemented hook_entity_property_info().
-
Set title (text) fields. Adjusted template title variable.
-
Removed obsolete elements from micro type creation form.
-
Created and author field settings, default values. Fixed Unix file permissions.
-
Re-implemented 'created' and 'uid' properties as fields (Date and Entity Reference respectively).
-
Bugfix: contextual_admin hook implementations must be invoked after those of other modules.
-
Split admin UI off to micro_admin.module. Added Micro entityreference field settings.
-
Store attached entity id in Entity Reference field.
-
Fixed dodgy code in micro_entity_info_alter exposed by change to entityreference. See http://drupal.org/node/1438278#comment-5602374
-
Whoops. Applied _other half_ of the fix to micro deletion error http://drupal.org/node/1046934.