You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added filter so that when processing Gravity Forms MailChimp feed we directly update the group memberships on the associated CRM contact record as in some circumstances it seems that the data isn't automatically synced
When pulling all user groups from MailChimp, only look at users who are actually subscribed to emails. Also improved loop to make sure we get everyone on the first run - the previous logic resulted in a significant number of users being skipped each time.
Cache MailChimp connection to prevent it from being recreated multiple times in a single page load. Also added some timing tracking for Query Monitor.