Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
38.56 KB
MD5: 3df373f8e22ed8b0a857a9a88d659c7e
SHA-1: 5fdf39534c1219011e9f1e8f9684efa98d064a0a
SHA-256: bb8b563745d5475ae0c26e3ed131f5c2e84995fced55a4fe76a65ccc3fdd7482
Download zip
60.52 KB
MD5: fea5d0d45a15421cbe5b4c5a9a3da7cb
SHA-1: ea9ac3c9b180695fabfbf2e4d86ce3b03f2875ef
SHA-256: e08ec2de0bd4bbd538bf47b624bdd52786ecd3d879c3d6d8933321004166e754
Release notes
Changes since 7.x-2.0:
Highlights
- Added support for Mandrill webhooks.
- Various issue fixes.
Issues
- #2404425 by phreestilr: Fatal error: Call to a member function getList() on a non-object
- #2298069 by jeff.logan: Division by 0 in admin/reports/mandrill
- #2390441 by klausi: Support inline file attachments with mimemail fileconten
- #2388793 by dileepmaurya: Mandrill Template ignores module-level mailsystem keys
- #2267307 by bkonetzny: $sub_acct_options defined twice
Other fixes / improvements
- Cleaned up permissions labeling.
- Add clearer messaging around usage of the mandrill test module.
- No longer making calls to mandrill object when it fails to load.
- Enforcing message IDs for in-reply-to header consistency.
- Using email address rather than subject add-ons to track threads.
- Allowed for overriding headers.
- Refactored sending of emails into its own method so it can be re-used for digest mode.
- Refactored email frequency preference tracking.
- Prevented all authenticated users having access to manipulate all group nodes.
- Refactored discussions so they are now created as the user who sends email, not the creator of group.
- Group field is now hidden on discussion creation for non-administrative users when group is known.
- Added warning when comment permissions appear to be set wrong.
- Refactored install function names for consistency.
- Using "from" to set the reply email, letting Mandrill move it to the reply-to.
- Fixed access to groups fields when user does not have "administer mandrill discussion group" permission.
- Replaced obsolete "administer mandrill groups inbound domains" permission with "administer mandrill".
- Added delete buttons to domains on the admin page.
- Added permission "administer mandrill groups domains" for group administration.
- Added membership type setting to membership field.
- No longer creating default group membership field on discussions.
- Fixed bug in uninstall caused by poorly formatted array.
- Updated admin form to use new mandrill wrappers for mandrill api calls (add_domain, get_domains, get_routes, etc.)
- Added check for installed Mandrill PHP library before module can be used.
- Added library installation instructions to README.