Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
63.97 KB
MD5: db50c4ec99c2214f163c5b2b2b1d5420
SHA-1: dcdd9a4125e8822180871c1924e00928a45b278d
SHA-256: 61403e6ea512e85edc55eadf1447de2e74a102d7974730f788cc6b0361d732c0
Download zip
74.21 KB
MD5: c81fdd43d2d58c9bb5e167cf7c478b97
SHA-1: cce2962be44350409d9980921532028bd6e20aa0
SHA-256: 5733ea7fdb4ea8d5ff107bdafadc5db8685cdf831cd680bc6bde38c835ffdeb8
Release notes
Changes since 7.x-2.5:
- #1449640: Changed subscribe form button to Save instead of Subscribe
- #1417928: Fixed duplicate email entry added to lists when user email is updated
- #1452326: Added a class to subscription forms
- Add API definitions.
- Add @merge_vars parameter to hook_mailchimp_subscribe_user().
- #1648882 by SeeSchloss: Add hooks on subscribing and unsubscribing from lists.
- #1616480 by mh86: Add list parameter to mailchimp_lists_merge_values().
- #1649290: Queue existing feature was not working as the 'op' parameter was not set in the queue.
- Ensure that cron runs for either the number of items in the queue or the batch limit size, whichever is smaller.
- #1649648: Fixed an error with mailchimp_lists_user_update
- #1659468: Fixed sort of list names in the add list form
- Fixed quote escaping on the signup form
- Swapped position of the lists and settings tabs
- #1635430: Fixed errors when the user is logging in with logintoboggan and rememberme enabled
- #1635828 by antipex: Added an update function to convert block deltas to the new format
- Added update function to change existing block deltas to the new format
- Fixed a typo in the queue existing link