role_change_notify 7.x-1.2

Bug fixes

This only adds The "configure link" issue, adding the link on the modules page by putting it properly in the info file.

role_change_notify 7.x-1.1

4712ad2 Issue #1424764 by valdo: Email text configuration moved under Drupal's default email administration
70ee992 Issue #1424790 by valdo: Removed custom X-Mailer header hardcoded in module.
966a890 Code style and documentation changes
f1c9774 Remove LICENSE.txt
60388de by rfay: Remove unnecessary files[] from .info
b842109 - #1219280 by rfay | ChoY: Fixed Fatal error: Call to undefined function token_get_values().

role_change_notify 6.x-2.3

New features
Bug fixes

#731344: "preg_match() expects parameter 2 to be string" error when user role is changed by fp, rfay: fix preg_match() expects parameter 2 to be string, array given problem when empty profile field.

role_change_notify 7.x-1.0-beta1

7.x-1.0-beta1
-----------------
#717650 by rfay: Added tests, improved tests.

Note that the D7 port does not include the Profile token support that was
included in 6.x. This really needs to be done outside this module so it's more
generally useful.

The [user:role_changed] is now the token that will provide which role was changed.

role_change_notify 6.x-2.2

Bug fixes

#736086 by rfay, heltem: Fixed Cannot use object of type stdClass as array. Removed extraneous hook invocation.
#736872 by rfay: Tests for Drupal 6.
#732150 by rfay: Fixed Undefined property: stdClass::$rolename in role_change_notify().module.
#705298 by rfay: Remove incorrect hook_action_info_alter()

role_change_notify 6.x-2.0

New features

#587834: Provide a trigger so can be used with rules means that both role adds and removes can be notified if you use triggers and actions, or rules.

role_change_notify 6.x-2.0-beta3

Bug fixes

Fixed #541780: Missing braces role_change_notify.module

Remember that if you're upgrading to 2.x, you will need to revisit the text of your email message, as the substitution patterns have changed.

role_change_notify 6.x-2.0-beta2

New features

Add support for token module, per #513936: Add support for token module, and add profile tokens

Note that due to use of the token module, the format of the email has changed, so if you are upgrading to this version, you will have to visit the settings page and update your user message.

role_change_notify 6.x-2.0-beta1

New features

Add support for token module, per #513936: Add support for token module, and add profile tokens

Note that due to use of the token module, the format of the email has changed, so if you are upgrading to this version, you will have to visit the settings page and update your user message.

role_change_notify 5.x-1.1-beta1

Bug fixes

Changes to this version:

  • Code review using coder module
  • Changed to logic of how new roles are determined
  • Updated .install file to remove role_change_notify variables instead of user_status!
Subscribe with RSS Subscribe to Releases for Role Change Notify