Skip to content
7.x-1.3, 2013-04-08

This is a feature and bugfix release to fix updating between D6 and D7
versions, include the anonymous role in the list of available roles, and
add the ability to negate the role visibility selection. It also cleans up
the form handling to remove unnecessary checking of array key existence.

by ELC: Remove issets which will never return false due to the FormsAPI always
  providing a value.
Issue #1942820 by ELC: Add negation of role visibility.
Issue #1945782 by JordanMagnuson,ELC: drupal_eval() renamed php_eval() in D7.
Issue #1942820 by ELC: Fix user_roles() call to include anonymous users again.
Issue #1572350 by mrded,ELC: Ensure .module file is loaded before attempting to
  call functions from it.