Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
This is ALPHA3 of Subscriptions for Drupal 7.
It has had very little testing so far and is certainly not ready for production yet.
There is no D7 version of Mail Editor yet, which means the email templates cannot be customized yet. Also, subscriptions_cck.module has not been ported yet.
We encourage you to test it and provide feedback (both good and bad!) in the issues queue. See #1172646-3: Subscriptions for D7 for details.
Changes since ALPHA2:
Enhancements:
- Switch to the D7 mail system paradigm.
- #1212582: Implement 'Suspend own subscriptions' permission.
Bugs fixed:
- Fix the List-Id header.
- Fix admin/config/subscriptions description.
- #1215140: Fix PHP5.3 issue with the Purge Queue confirmation page.
- #1189366: Fix name of {users} core table.
- Remove left-over dpm() call, too.