Downloads
Download tar.gz
42.46 KB
MD5: aba9ea3cfcbde5ee527141b634520cd5
SHA-1: 46188dc7be0e69cbdc742545d21cab0e0392fc32
SHA-256: 80e159433bbf8334f63434d277316f2fb1646f0824a3c0f703fbf8297e7f3028
Download zip
45.24 KB
MD5: bdbce9765d157234c480e6f77648bdde
SHA-1: c665bd7f620225634f9023deae1db2929db6e680
SHA-256: 51669f8972e3b19dd0c9689e11fe56092b74a8559a8aa9317a88c3ccc92de599
Release notes
This release is focused on bug fixes (lots of them!) and some minor improvements.
- Minor code refactor mailchimp_get_merge_values().
- Change messaging around interest group setting to be more accurate..
- Fixed a bug where individual forms in blocks for anonymous users were not getting processed.
- #1046364: Anonymous form always subscribes to the first list when multiple lists are available. Error: "Email Address field is required": Ensure that anonymous forms work properly when more than one present on a page.
- #1015784: Anonymous sign up page does not render properly: Allow markup on anon list descriptions.
- #1097718: Should use hook_user op == 'after_update' instead of 'update' - for syncing to work by jaykali: Change "op" in mailchimp_user from update to after_update.
- #1096630: Interest groups on anonymous subscription form by tylor: Respect interest group setting on anonymous forms.
- #1109024: Anonymous subscription form doesn't show translated message by PieterDC: Anonymous subscription form does not show translated message.
- #1123050: Coding standards fix in mailchimp_rebuild_users() by grobot: Proper passing of SQL params in mailchimp_rebuild_users().
- #1104242: Variables not merging on "required" list. by grobot: Variables not merging on "required" list.
- #1124892: typo in UI: 'recieve' by grobot: Fix a couple of typos.
- #1126742: Use replacement variables for errors recorded in watchdog by grobot: Use replacement variables for errors recorded in watchdog.
- #1129036: Not compatible with block caching: Set block caching to be by user.
- Adjusting system weight on install as well as update.
- #1053122: Notice: Undefined index: GROUPINGS in mailchimp_auth_newsletter_form() (line 221: Undefined index: GROUPINGS in mailchimp_auth_newsletter_form().
- #1041052: Sign-up block makes all page titles 'Newsletter Subscriptions' when logged in: Sign-up block makes all page titles Newsletter Subscriptions when logged in