Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 65.8 KB
MD5: e1d4339b879beca6546a07e9b82a78c4
SHA-1: 9939c4e29902c20611b7b9451b8e9ff73412adf0
SHA-256: dac8792d5965af9f2297293ac9a947e605c2a73b8c63f4654e230794ec277a64
Download zip 80.33 KB
MD5: 6c08c6eaad5c92188e36c5816bafa3f0
SHA-1: 93ababf97a63185d11ce46dbce36ae34ff9d8166
SHA-256: f6148b63979bdcd711bc0aa2e84feb5ed83a796e6996a909555debbe8ea324cb

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:

  1. Drupal 7.5 or later,
  2. Mail Editor 7.x-1.0-beta2 or later,
  3. Token 7.x-1.0-beta6 or later
  4. 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.

Created by: salvis
Created on: 11 Dec 2011 at 14:45 UTC
Last updated: 29 Nov 2013 at 17:18 UTC
New features
Bug fixes
Unsupported

Other releases