Releases for MailChimp

mailchimp 6.x-2.0-rc1

LouBabe - October 28, 2009 - 18:43
Official release from CVS tag: DRUPAL-6--2-0-RC1
First released: October 28, 2009 - 18:43
Download: mailchimp-6.x-2.0-rc1.tar.gz
Size: 34.63 KB
md5_file hash: 846885342ff975223ddbdfe8ed20a67a
Last updated: October 28, 2009 - 18:46
View usage statistics for this release

* Fixes list now showing for users when allowed for some of their roles but not others. #608962: lists not showing up on user edit form, unless *all* of a user's roles may subscribe
* Fixes users being unable to unsubscribe from account edit forms #608964: unable to unsubscribe from user edit form

mailchimp 6.x-2.0-beta8

LouBabe - October 19, 2009 - 16:02
Official release from CVS tag: DRUPAL-6--2-0-BETA8
First released: October 19, 2009 - 16:02
Download: mailchimp-6.x-2.0-beta8.tar.gz
Size: 34.62 KB
md5_file hash: 1b1426fef0daa722299f7e181093a637
Last updated: October 19, 2009 - 16:05
View usage statistics for this release

User updates were not working when list form fields were shown in the profile form, #608640: Subscription options on User Edit screen prevents making other changes to user information.

mailchimp 6.x-2.0-beta7

LouBabe - October 17, 2009 - 23:22
Official release from CVS tag: DRUPAL-6--2-0-BETA7
First released: October 17, 2009 - 23:22
Download: mailchimp-6.x-2.0-beta7.tar.gz
Size: 34.55 KB
md5_file hash: 6e2e44e8a7dc9d18d6c1b1140638d893
Last updated: October 17, 2009 - 23:25
View usage statistics for this release

Fixes fatal error when enabling block, #606930: Enabling block leads to WSOD

mailchimp 6.x-2.0-beta6

LouBabe - October 15, 2009 - 23:15
Official release from CVS tag: DRUPAL-6--2-0-BETA6
First released: October 15, 2009 - 23:15
Download: mailchimp-6.x-2.0-beta6.tar.gz
Size: 34.52 KB
md5_file hash: 6d647a8fee6eea74dff92372a5ef57fd
Last updated: October 15, 2009 - 23:20
View usage statistics for this release

mailchimp 6.x-2.0-beta5

LouBabe - October 7, 2009 - 04:15
Official release from CVS tag: DRUPAL-6--2-0-BETA5
First released: October 7, 2009 - 04:15
Download: mailchimp-6.x-2.0-beta5.tar.gz
Size: 34.46 KB
md5_file hash: ecc6fd54f436e1634b4b7db842139bf0
Last updated: October 7, 2009 - 04:20
View usage statistics for this release

handle case where an admin is editing or creating a user

mailchimp 6.x-2.0-beta4

LouBabe - September 29, 2009 - 19:22
Official release from CVS tag: DRUPAL-6--2-0-BETA4
First released: September 29, 2009 - 19:22
Download: mailchimp-6.x-2.0-beta4.tar.gz
Size: 34.43 KB
md5_file hash: 045ff2bcf9813225baf9037694ad1aef
Last updated: September 29, 2009 - 19:25
View usage statistics for this release
  • filling in some documentation gaps
  • code style from coder recommendations
  • showing/hiding the interest groups when a given newsletter is checked
  • only attempt to subscribe when a newsletter is checked
  • prevent sending goodbye notifications when unsubcribing
  • replace existing set to true when subscribing
  • hide unsubscribe messages on cron run

Also refer to the release notes to the other releases in the 2.x branch, http://drupal.org/node/215311/release.

mailchimp 6.x-2.0-beta3

LouBabe - September 28, 2009 - 21:46
Official release from CVS tag: DRUPAL-6--2-0-BETA3
First released: September 28, 2009 - 21:46
Download: mailchimp-6.x-2.0-beta3.tar.gz
Size: 34.02 KB
md5_file hash: f86b81acd69b9c60dcaea38eeb1515bc
Last updated: September 28, 2009 - 21:50
View usage statistics for this release

Fixed a bug where the required lists were not being returned correctly and syncing required lists via cron now works.

mailchimp 6.x-2.0-beta2

LouBabe - September 23, 2009 - 22:14
Official release from CVS tag: DRUPAL-6--2-0-BETA2
First released: September 23, 2009 - 22:14
Download: mailchimp-6.x-2.0-beta2.tar.gz
Size: 34.01 KB
md5_file hash: 5a8679248c58759eb703a8817b712ccd
Last updated: September 23, 2009 - 22:15
View usage statistics for this release

I jumped the gun a bit on the last beta release, this one is much better!

  • adding mailchimp namespace to constants
  • added constants for listtypes
  • merged profile and registration forms into a single form_alter and added a submit handler for registrations
  • adding an install file to handle the deletion of unused variables
  • implementing interest groups at the account and registration forms, #572114: Interest Groups on user registration page
  • add an admin setting for showing interest groups on registration and account forms

mailchimp 6.x-2.0-beta1

LouBabe - September 23, 2009 - 17:51
Official release from CVS tag: DRUPAL-6--2-0-BETA1
First released: September 23, 2009 - 17:51
Download: mailchimp-6.x-2.0-beta1.tar.gz
Size: 33.71 KB
md5_file hash: 8b9b03f176902d5ee788d25b483ba06d
Last updated: September 23, 2009 - 17:55
View usage statistics for this release

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.

  • the module was incorrectly handling the use case when an email address was updated. It was unsubscribing a user / then resubscribing with the new address, and this may be behind #527964: hook_user is subscribe/unsubscribe users accidentally
  • 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
  • checking for tempty token array, #558220: Warning messagem on 6.x-2.x-dev
  • added a basic block to display all available lists for a given user

mailchimp 6.x-1.2

LouBabe - August 22, 2009 - 19:43
Official release from CVS tag: DRUPAL-6--1-2
First released: August 22, 2009 - 19:43
Download: mailchimp-6.x-1.2.tar.gz
Size: 26.11 KB
md5_file hash: 6bd864fd8c8cfd18d0be02aec60ad88a
Last updated: August 22, 2009 - 19:46
View usage statistics for this release

Fixed _mailchimp_get_available_lists() returning duplicate lists #511944: _mailchimp_get_available_lists() returning duplicate lists. Please note this will be the last release on the 6.x-1.x branch. Please consider switching to 2.x

mailchimp 6.x-2.x-dev

LouBabe - August 9, 2009 - 20:01
Nightly development snapshot from CVS branch: DRUPAL-6--2
First released: August 9, 2009 - 20:01
Download: mailchimp-6.x-2.x-dev.tar.gz
Size: 34.57 KB
md5_file hash: 9e3ea5ec4803f74ea8969e9f57e98b8e
Last updated: October 29, 2009 - 00:20
View usage statistics for this release

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.

mailchimp 6.x-1.1

LouBabe - April 7, 2009 - 17:04
Official release from CVS tag: DRUPAL-6--1-1
First released: April 7, 2009 - 17:04
Download: mailchimp-6.x-1.1.tar.gz
Size: 22.83 KB
md5_file hash: 1dee5fec458ec61db9793ea3974b7cdc
Last updated: April 7, 2009 - 17:05
View usage statistics for this release
  • incorrect signature when calling watchdog, #426490: Wrong watchdog syntaxe (patch attached)
  • fix unsubscribe users when $edit empty #407900: user_save() causing unintentional unsubscription
  • mailchimp 6.x-1.0

    LouBabe - February 26, 2009 - 20:27
    Official release from CVS tag: DRUPAL-6--1-0
    First released: February 26, 2009 - 20:27
    Download: mailchimp-6.x-1.0.tar.gz
    Size: 22.83 KB
    md5_file hash: 35bfc156ed863b963ebb3ecea64824c5
    Last updated: February 26, 2009 - 20:31
    View usage statistics for this release

    Seems time for a stable 1.0 release in the 6.x branch. No feature changes, just a code migration and some bug fixes.

    mailchimp 6.x-1.x-dev

    LouBabe - January 26, 2009 - 23:07
    Nightly development snapshot from CVS branch: DRUPAL-6--1
    First released: January 26, 2009 - 23:07
    Download: mailchimp-6.x-1.x-dev.tar.gz
    Size: 26.1 KB
    md5_file hash: d10abd3ab57017836cdf248d4ae1ac16
    Last updated: July 7, 2009 - 00:19
    View usage statistics for this release

    Initial 6.x port, in development. Based on patch provided by @Sutharsan at http://drupal.org/node/291543#comment-1206234

    mailchimp 5.x-2.0

    LouBabe - December 26, 2008 - 20:40
    Official release from CVS tag: DRUPAL-5--2-0
    First released: December 26, 2008 - 20:40
    Download: mailchimp-5.x-2.0.tar.gz
    Size: 23.54 KB
    md5_file hash: 78d2a79b9d1463521a104164253b61c2
    Last updated: December 26, 2008 - 20:45
    View usage statistics for this release

    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.

    mailchimp 5.x-2.x-dev

    LouBabe - November 10, 2008 - 07:11
    Nightly development snapshot from CVS branch: DRUPAL-5--2
    First released: November 10, 2008 - 07:11
    Download: mailchimp-5.x-2.x-dev.tar.gz
    Size: 23.49 KB
    md5_file hash: c295d5df2d1ec4d3b8c048e1b72bd4eb
    Last updated: October 30, 2009 - 00:09
    View usage statistics for this 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.

        There were quite a few changes in this release, and I could use some feedback before making an official release.

    mailchimp 5.x-1.0

    LouBabe - July 24, 2008 - 16:18
    Official release from CVS tag: DRUPAL-5--1-0
    First released: July 24, 2008 - 16:18
    Download: mailchimp-5.x-1.0.tar.gz
    Size: 18.86 KB
    md5_file hash: aa3f4449b2a029a07da036c2f1b555dd
    Last updated: July 24, 2008 - 16:20
    View usage statistics for this release

    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.

    mailchimp 5.x-1.x-dev

    LouBabe - May 6, 2008 - 22:51
    Nightly development snapshot from CVS branch: DRUPAL-5
    First released: May 6, 2008 - 22:51
    Download: mailchimp-5.x-1.x-dev.tar.gz
    Size: 23.44 KB
    md5_file hash: 24bcfe6fd9d60caa74303e0786c5e400
    Last updated: December 4, 2008 - 00:10
    View usage statistics for this release

    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

    Syndicate content
     
     

    Drupal is a registered trademark of Dries Buytaert.