Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
153.95 KB
MD5: 22cbc6ac99fa8a015121e050568d1b63
SHA-1: 077769860c57fd4147f7481ee0072ad1c9f77f65
SHA-256: 5a4a7633f2adad4c7bb8cf4fc862e5c3a76690b412228d0ec4a496951cfb8950
Download zip
170.3 KB
MD5: 6fa939ef1d2b6843f0f8fa4f0a0f0a8b
SHA-1: 18d021e5714868baa6b260bc118f5f2d90768dde
SHA-256: 6843d1ba469b16fe968bdc400af4de6e098a404ce0c490e5660a535fa8e08af5
Release notes
The second beta release fixes an import security issue and a number of other important bugfixes, including integration with the new Mail theme setting from the Mailsystem module which allows to configure which theme should be used for simplenews newsletter templates. Additionally, this release provides the possibility to group multiple newsletter confirmations into a single mail.
Upgrading to this version is strongly recommened.
Changes since 7.x-1.0-beta1:
- by Berdir: Fixed wrong permission check for user subscription page.
- #1439688 by czigor: Added views handler to send newsletter.
- #1447458 by rooby: Added longer max length for the block message.
- #1442260 by Berdir: Added Ability to combine multiple confirmations into a single mail.
- #1425404 by Berdir, pezia: Fixed newsletters keep sending multiple times when mail spool expiration is not set to immediate.
- #1410330 by aacraig, Berdir: Fixed changing the language of a simplenews node throws a PDO error.
- #1418802 by Berdir: Fixed subscribing an already subscribed mail address reverts state to unconfirmed.
- #1429536 by Berdir: Unsubscribing also cleans up existing mail spool entries for that subscriber.
- #1429532 by Berdir: Clean-up and test improvements for subscribe and unsuscribe functions.
- #1409754 by Berdir: Fixed missing status column on subscription table when upgrading from 6.x-1.x.
- #1418710 by Berdir: Added token for subscription management url.
- #1424562 by rvilar: Fixed Incorrect paths in hook_help().
- #1405250 by berdir: Fixed Can not create an account when email address is already subscribed to a newsletter
- #1418820 by Berdir: Added drush integration for mail spool.
- #374222 by Berdir, jherencia, rooby, miro_dietiker: Fixed template files do not work when using admin theme.
- #1416578 by Berdir: Added Subscriber to the newsletter body template variables.