Mailchimp is changing from the term "Lists" to "Audiences" and the Drupal module should change to match.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | mailchimp-change_from_List_to_Audience-3062595-3-D8.patch | 32.01 KB | rjacobsen0 |
| #2 | mailchimp-change_from_List_to_Audience-3062595-1-D8.patch | 14.14 KB | rjacobsen0 |
Comments
Comment #2
rjacobsen0 commentedHere's a patch for D8, just user-facing and comment changes.
Comment #3
baikho commentedComment #4
rjacobsen0 commentedCaught missing instances of the name change with `grep -i ' List' -R . | grep -v '*' | grep -v '//' | grep -v 'logger' | grep -v txt | grep -v watchdog | grep -v throw | grep -vi test`
Comment #6
samuel.mortensonThanks all!