Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
53.71 KB
MD5: f5b764c3b75adad039dd6258058506fb
SHA-1: 64e3f86075c124ebead08808c895523803e226ff
SHA-256: 4f33baa011f0174cf8136ad733e2c5623d16638475beff79f51be6e08c3c137e
Download zip
62.41 KB
MD5: c126f207b66a4cd4533df933834f7717
SHA-1: 517c1c1b27797f704d3775ed2a72f5b249157ac3
SHA-256: b8d570a8e5fa888a9674f90efcde4fb1ac119ae0d1a49f584f656f4a42a81f39
Release notes
Changes since 7.x-2.0-beta2:
- Required validation on required merge fields.
- Ensure that the authenticated role is set for account objects on the user registration form.
- Updating README.
- Revamped list form to remove tabs and improve overall usability.
- Improving help text on STS admin page.
- Change menu title and description for lists.
- Add validation to ensure mail mergefield is set correctly.
- Make the list label a required field.
- Only allow free form lists to be associated with anonymous users.
- Require a token mapping of required margevariables from MC when creating a list. Related to #1203270.
- Force email mapping and make the form field disabled. Ref #1203210.
- Logic correction when getting available lists for a given user. Ref #1203232.
- Adjusted mailchimp_lists_freeform_subscribe_page_access() so MC admins have access regardless.
- Adjusting max length of list label and form field to match schema.
- #1203166: Don't unsubscribe users when submitting new user registration.
- Remove Amazon from status message.
- Messaging and link cleanup.
- Revamped STS debugging by adding a test mail interface and a mailchimp_sts_status variable rather than just on/off switch.
- Use the message id rather than key as the STS tag.