Downloads
Release notes
Bug fixes:
Fixed #379110: EDIT tab of nodes becomes inaccessible. Nasty redirect loops.
Fixed #405998: me module doesnt play nice with zen theme. Theme function did not always exist.
Fixed #405866: Views argument User:ID and me aliases. Me's views argument handlers did not get loaded up correctly for views created prior to me module installation.
New features
Add the ability to use the 'me' alias with the views username argument handlers as per #386328: Using Me for a View. Unlike the UID argument handler however, this option is off by default.
Added the ability for menu_get_object('user') to still work with the me_load functions. This is the preferred method for module developers to get the user from the path instead of using arg(1).