Downloads
Download tar.gz
15.61 KB
MD5: 9255740fb77555935d90d8de99bff18e
SHA-1: 65d2a090f7dbe1e626c56ef978bf186952f084d7
SHA-256: ea2b33bfefe39be25d3700e60b894201d2cee2d8c79b37f46fdb463dab5f9d19
Download zip
23.02 KB
MD5: 2c426737037a42634dade191daa8f93a
SHA-1: b2c42d66e98b6c58a0450d7d25a94ba4ac872307
SHA-256: 40b376df5bef4ac70d5327e60e96337da6b58bad0ad52251788e65d08cb9ac2c
Release notes
Changes since DRUPAL-6--1-3:
- #367186: Add a watchdog message when email was changed, #403260: Let other modules know that mail was changed Added a hook to allow other modules to act on email change requests and confirmations of email changes.
- updated the README
- swap out t() for strtr() in hook_mail() implementation since t() is operating off of a variable value and so should not be used.