userref_access 6.x-1.3

Bug fixes
Unsupported

This release fixes an issue where CCK's NULL placeholder UIDs could cause permissions being granted to anonymous users. It's HIGHLY advisable that you deploy this fix.

Users affected by this that do not want anonymous access granted should run this query:
DELETE FROM node_access WHERE gid=0 AND realm='userref_access_field_profile_admins'

userref_access 6.x-1.2

New features
Unsupported

This release increases performance in hook_node_grants() by statically caching node grants. This is most noticable on pages with a lot of nodes (i.e. views pages, etc).

userref_access 6.x-1.1

Unsupported

Minor logic error fix that caused the User Reference Access fields to be displayed on non-userreference field edit forms.

Subscribe with RSS Subscribe to Releases for User Reference Access