Hi,
Thank you for reporting this issue!
I’m working on an update for the add-on so there is a new release in the pipeline (though not certain of the ETA at the moment, sorry).
However, the plugin uses the pmpro_changeMembershipLevel()
function, which triggers the pmpro_after_change_membership_level
action, This, in turn, results in triggering the pmpromc_pmpro_after_change_membership_level()
handler in the PMPro MailChimp Add-on.
So, _if_ the plugin finds valid membership info in the import record, there isn’t a reason for the user to not get added to the mailchimp list (other than a fundamental change in how PMPro & the PMPro MailChimp add-on behaves, or a bug/fatal error in custom code that also uses the pmpro_after_change_membership_level
action).
A feature in PMPro that behaves similarly is when you edit a User Profile and change their Membership Level from “None” to a valid (with a MC list linked) membership (So you can add a new – clean, never before seen – user to a membership, which should trigger the action chain above and let you see if this is an Import plugin issue, or something else.
Hope this helps!