mlm 6.x-1.0-beta1

New features
Bug fixes

Coder fixes and E_ALL notices, and some minor bugs encountered when creating EZMLM-IDX lists.

This is a recommended upgrade for all D6 users of MLM.

mlm 6.x-1.0-alpha5

Bug fixes

- Fixes #667696: Deleting Mailing Lists
- Clean up on uninstall
- Correctly handle incoming email addresses on the submission block when the subscriber is anonymous.
- Make sure that submit handlers are set correctly.

mlm 6.x-1.0-alpha3

Remove some debugging output
Don't double-unsubscribe a user, which may trigger erroneous "Goodbye" error messages when a user hasn't subscribed

mlm 6.x-1.0-alpha2

Bug fixes

* Fix a bug in mlm.install (jerdavis)
* Make it easier and less buggy to include the mlm subscription element in arbitrary forms, like so:

function foo_form_alter(&$form, &$form_state, $form_id) {
  if ($form_id == 'user_register') {
      $form['mlm'] = array(
        '#type' => 'mlm_subscription',
        '#mlm_settings' => array(
          'show_mail' => FALSE,
         ),
      );
  }
}

mlm 5.x-1.0

Basic release for the Drupal 5 branch. Barring major bug fixes, this will likely be the only real version for MLM. Please upgrade to 6, which is chalk full of tasty new features!

mlm 5.x-1.x-dev

Basic 5.0 functionality. Please file issues if you find 'em!

Subscribe with RSS Subscribe to Releases for Mailing List Manager