Releases for MailChimp

mailchimp 6.x-2.0-rc3

LouBabe - December 4, 2009 - 06:59
Download Size md5 hash
mailchimp-6.x-2.0-rc3.tar.gz 34.93 KB 220929c5cf85899c9daad8723f02684e
Official release from CVS tag: DRUPAL-6--2-0-RC3
Last updated: December 4, 2009 - 07:01

User registration was not working correctly in some cases when newsletters were included, #650974: Subscribe on user registration page cause registration to fail

mailchimp 6.x-2.0-rc2

LouBabe - December 2, 2009 - 18:37
Download Size md5 hash
mailchimp-6.x-2.0-rc2.tar.gz 34.88 KB 32596230b371c015fe225efc404da16f
Official release from CVS tag: DRUPAL-6--2-0-RC2
Last updated: December 2, 2009 - 18:41
  • Form on block and subscription pages now show authenticated forms and anonymous sign up forms depending on the users status.
  • The subscription forms are now shown as a new tab on the account pages rather than as part of the account form. In part to resolve #605246: User profile not syncing with mailchimp
  • block submissions were not working because the account object wasn't getting populated
  • remove console debug message and don't show blocks on conflicting pages
  • admin instructions improvement
  • remove a user from a list if their applicable roles have been removed. #630036: Automatic removal

mailchimp 6.x-2.0-rc1

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

* 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
Download Size md5 hash
mailchimp-6.x-2.0-beta8.tar.gz 34.62 KB 1b1426fef0daa722299f7e181093a637
Official release from CVS tag: DRUPAL-6--2-0-BETA8
Last updated: October 19, 2009 - 16:05

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
Download Size md5 hash
mailchimp-6.x-2.0-beta7.tar.gz 34.55 KB 6e2e44e8a7dc9d18d6c1b1140638d893
Official release from CVS tag: DRUPAL-6--2-0-BETA7
Last updated: October 17, 2009 - 23:25

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

mailchimp 6.x-2.0-beta6

LouBabe - October 15, 2009 - 23:15
Download Size md5 hash
mailchimp-6.x-2.0-beta6.tar.gz 34.52 KB 6d647a8fee6eea74dff92372a5ef57fd
Official release from CVS tag: DRUPAL-6--2-0-BETA6
Last updated: October 15, 2009 - 23:20

mailchimp 6.x-2.0-beta5

LouBabe - October 7, 2009 - 04:15
Download Size md5 hash
mailchimp-6.x-2.0-beta5.tar.gz 34.46 KB ecc6fd54f436e1634b4b7db842139bf0
Official release from CVS tag: DRUPAL-6--2-0-BETA5
Last updated: October 7, 2009 - 04:20

handle case where an admin is editing or creating a user

mailchimp 6.x-2.0-beta4

LouBabe - September 29, 2009 - 19:22
Download Size md5 hash
mailchimp-6.x-2.0-beta4.tar.gz 34.43 KB 045ff2bcf9813225baf9037694ad1aef
Official release from CVS tag: DRUPAL-6--2-0-BETA4
Last updated: September 29, 2009 - 19:25
  • 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
Download Size md5 hash
mailchimp-6.x-2.0-beta3.tar.gz 34.02 KB f86b81acd69b9c60dcaea38eeb1515bc
Official release from CVS tag: DRUPAL-6--2-0-BETA3
Last updated: September 28, 2009 - 21:50

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
Download Size md5 hash
mailchimp-6.x-2.0-beta2.tar.gz 34.01 KB 5a8679248c58759eb703a8817b712ccd
Official release from CVS tag: DRUPAL-6--2-0-BETA2
Last updated: September 23, 2009 - 22:15

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
Download Size md5 hash
mailchimp-6.x-2.0-beta1.tar.gz 33.71 KB 8b9b03f176902d5ee788d25b483ba06d
Official release from CVS tag: DRUPAL-6--2-0-BETA1
Last updated: September 23, 2009 - 17:55

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
Download Size md5 hash
mailchimp-6.x-1.2.tar.gz 26.11 KB 6bd864fd8c8cfd18d0be02aec60ad88a
Official release from CVS tag: DRUPAL-6--1-2
Last updated: August 22, 2009 - 19:46

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
Download Size md5 hash
mailchimp-6.x-2.x-dev.tar.gz 34.94 KB 8bff868f458df32a4965a46bd4413565
Nightly development snapshot from CVS branch: DRUPAL-6--2
Last updated: December 4, 2009 - 12:09

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
Download Size md5 hash
mailchimp-6.x-1.1.tar.gz 22.83 KB 1dee5fec458ec61db9793ea3974b7cdc
Official release from CVS tag: DRUPAL-6--1-1
Last updated: April 7, 2009 - 17:05
  • 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
    Download Size md5 hash
    mailchimp-6.x-1.0.tar.gz 22.83 KB 35bfc156ed863b963ebb3ecea64824c5
    Official release from CVS tag: DRUPAL-6--1-0
    Last updated: February 26, 2009 - 20:31

    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
    Download Size md5 hash
    mailchimp-6.x-1.x-dev.tar.gz 26.1 KB d10abd3ab57017836cdf248d4ae1ac16
    Nightly development snapshot from CVS branch: DRUPAL-6--1
    Last updated: July 7, 2009 - 00:19

    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
    Download Size md5 hash
    mailchimp-5.x-2.0.tar.gz 23.54 KB 78d2a79b9d1463521a104164253b61c2
    Official release from CVS tag: DRUPAL-5--2-0
    Last updated: December 26, 2008 - 20:45

    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
    Download Size md5 hash
    mailchimp-5.x-2.x-dev.tar.gz 23.49 KB c295d5df2d1ec4d3b8c048e1b72bd4eb
    Nightly development snapshot from CVS branch: DRUPAL-5--2
    Last updated: October 30, 2009 - 00:09
    • 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
    Download Size md5 hash
    mailchimp-5.x-1.0.tar.gz 18.86 KB aa3f4449b2a029a07da036c2f1b555dd
    Official release from CVS tag: DRUPAL-5--1-0
    Last updated: July 24, 2008 - 16:20

    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
    Download Size md5 hash
    mailchimp-5.x-1.x-dev.tar.gz 23.44 KB 24bcfe6fd9d60caa74303e0786c5e400
    Nightly development snapshot from CVS branch: DRUPAL-5
    Last updated: December 4, 2008 - 00:10

    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.