Change ANONYMOUS lists to FREEFORM and some code formatting.
Show title and description for anonymous forms and add a suggested menu item and page callback.
Anonymous forms are now working.
Added individual blocks for each list. Fixed problems in hook_user_update() and hook_user_delete(), as well as refactoring user sync code into mailchimp_lists_user_sync().
First release of the new 7.x-2.x branch, which is a complete rewrite featuring a new module architecture allowing for general API usage and submodules for specific uses cases, performance improvements, and new features. Leverages Entity API and core entities for creating and managing lists and users, caches all data from the MC API, and uses the batch API for async list management.
A complete rewrite featuring a new module architecture allowing for general API usage and submodules for specific uses cases, performance improvements, and new features. Leverages Entity API and core entities for creating and managing lists and users. Early in development and not ready for production, but early feedback and suggestions welcome.
First stable release for Drupal 7. This is more or less a direct port of the 6.x-2.x branch and has no known major issues. Please use, test, and review and we'll create a stable 1.0 release.
This release is packed full of numerous critical bug fixes and other improvements. It also happens to be the first release since MailChimp began officially sponsoring the development and maintenance of this module through their integration fund.
Aside from many bug fixes, this release features API based login rather than username and password, introduces batch cron processing, and individual blocks for each list. Overall, there are many new features and improvements, some of them from the community. Thanks for the help! After all of this gets a good round of testing, I think we're ready for to remove the RC label and create an official 2.0 release. Just in time to start the D7 port ...
Implement a block for each available list and other minor changes
#818146 by smk-ka: Untranslatable watchdog messages
test for an empty array when validating settings submission
ensure merge data and interest groups are passed correctly to MC
only show the newsletter fields on the account category of the profile form, and only associate submit handler in that case. was leading to data loss problems.
This release includes a MAJOR overhaul of how list data is stored. Previously, there was a variable used for each list and for each setting, and every time we needed to get the available MC lists, we had to query mailchimp. With the new approach all saved lists are stored as an array of objects in the variables table, making them easily accessible and easier to work with.
IMPORTANT NOTE: Settings from previous versions are not carried over and will need to be reapplied on the mailchimp configuration page. Sorry, happy to take suggestions on how I can migrate them.
functional separation for required lists. Users subscribed to required lists are added/updated/removed in hook_user during insert, update, or delete operations. Non-required lists are maintained when the profile form is submitted, using form_alter.
added hook_perm instead of relying on administer site configuration.
complete refactoring of how the stand alone subscribe form works, including addressing the problem with interest groups, #567384
This release incorporates the latest version of the MC API PHP class (v 1.2) and begins to fundamentally restructure the code base, moving away from hook_user to resolve #527964: hook_user is subscribe/unsubscribe users accidentally and other issues.
First official 2.0 release:
# Update to version 1.1 of the MailChimp API
# Hide list setting form and show error message when there are no lists available
# Reorganizing some of the forms
# splitting out the bio module integration into a separate module
# reset mailchimp account settings
# other misc fixes.
Probably time for a 1.0 release since no new issues have come up.
MCAPI class updated to the 1.0 version of the API. New API URL and the addition of several methods.
Fixed issue with too many unsubscribe notices being sent on change, added descriptions to lists, fixed bug where mailchimp was being contacted too often. Cleaned up settings page and provided error message when username/password is wrong.
1. Support for an unlimited number of mailing lists
2. Having an anonymous sign up form to enroll users in a general newsletter.
3. list access by role
4. editing of user list subscriptions on the user's edit page
5. list subscribe on register page
6. customizable merge vars with token, profile and bio.module integreation
7. opt-in, opt-out and required lists
8. standalone subscribe and unsubscribe forms