Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
This is BETA1 of Subscriptions for Drupal 7.
BETA1 adds the long-awaited Digest Mode and makes Subscriptions feature-complete. However, digest mode has received little testing so far and we do not recommend using it on a production site yet, but we encourage you to test it and provide feedback (both good and bad!) in the issues queue. See #1172646-12: Subscriptions for D7 for details.
BETA1 has the following requirements:
- Drupal 7.5 or later,
- Mail Editor 7.x-1.0-beta2 or later,
- Token 7.x-1.0-beta6 or later
- Be sure to run update.php after installing it!
Upgrading from ALPHA6:
The default templates have changed once more in order to work with digest mode. If you have customized them and want them to work in digest mode (i.e. not repeat the greeting, for example), you must add the 'MAIL' and 'DIGEST' conditional expressions as shown in the default templates.
Upgrading from ALPHA5 or earlier:
If you have installed the Token patch for ALPHA5, then you must remove it (or simply update Token to get rid of the patch), because the typed array functionality is now included in Subscriptions.
The default templates have been expanded and some tokens have changed. If you've customized your templates, then make sure that they still work as expected, and take a look at the new features of the new templates.
Upgrading from ALPHA3 or earlier:
If you copy the new files over the old ones, then please remove the subscriptions.mail.inc file — it's not part of the package anymore. In case you get an error mentioning SubscriptionsMailSystem then you need to manually remove the 'mail_system' variable.
Changes since ALPHA6:
- #1253846: Move the configuration pages to admin/config/system/subscriptions.
- #1327376: Implement digest mode.
- Use content type names rather than machine names for the template descriptions.
- #1358634 by rbayliss: Fix double-escaped node type in node subscribe form.
- Fix inability to save blog subscriptions.
- Fix crash caused by empty user subscriptions form.
- #1331670: Fix suspend subscription sub-form.