Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
147.35 KB
MD5: 4edad1d058625da5e0fca7731985fcda
SHA-1: 84ec199bd52b5fdd535d63548ed51b29597901f8
SHA-256: 6fd24af516fea1e114b00272827d110b1ddfbf05a39dd1624dccebe12479368f
Download zip
163.1 KB
MD5: 5b6015a27000e3bdd5d4c1e9e4d27112
SHA-1: 17afdeaa565009db952624f445e7a5cfb8db4409
SHA-256: 5d633ffc1733bef1ebadb686dcc07347699989d59cc66ca46f2a631ee8312b40
Release notes
This is the first beta release of Simplenews 7.x-1.x. The API is now considered stable, changes will only be made if really necessary.
A large number of bugs have been fixed since the last alpha, some API cleanups implemented and support for Batch API to send newsletters immediately has been added.
Changes since 7.x-1.0-alpha2:
- #1410640 by Berdir: Fixed php notice when previewing newly created newsletter.
- #742652 by Berdir: Added batch API integration to send mails.
- #1387624 by Berdir: Renamed simplenews_categories_load_multiple to singular and simplenews_get_mailing_lists() to simplenews_category_get_visible().
- #1374926 by Berdir: Fixed active language handling when building the newsletter.
- #1400124 by Berdir: Fixed Undefined index simplenews_subscriber in simplenews_build_unsubscribe_mail() when unsubscribing anonymous users.
- #1398582 by Berdir, albert78: Fixed incorrect configure url in .info file.
- #1398208 by rooby, Berdir: Fixed newsletter footer is never included in newsletter emails.
- #1367604 by Berdir: Documented available variables in simplenews-newsletter-body.tpl.php + footer.tpl.php.
- #1392314 by Berdir: Cleaned up simplenews.api.php and created initial api doc groups.
- #1392294 by Berdir: Replace the simplenews_get_subscription() with simplenews_subscription_load_by_mail()_by_uid().
- #706904 by Berdir: Added unconfirmed subscription tracking.
- #1387808 by Berdir: General code and @todo clean-up.
- #1387820 by Berdir, miro_dietiker: Drop vocabulary/field selection page
- #1387814 by Berdir, miro_dietiker: Remove dead confirmation forms
- #1387846 by Berdir: Remove simplenews locale group
- #1194670 by Berdir, miro_dietiker: Extend readme about drush and elysia_cron support
- #1257250 by Berdir: add snid column 7000>7001
- #841966 by Berdir: Follow-up, move opt_out_hidden to the correct function.
- #841966 by Berdir, Simon Georges: Added footer to newsletters of hidden categories. Hide unsubscribe link within the footer template.
- #1390182 by Berdir: Fixed documentation related to new source concept.
- #1387202 by Berdir, ComputerWolf: Fixed fatal error when sending newsletter with attachments.
- #1387648 by Berdir: Fixed double encoded sender name.
- #1388948 by Berdir: Fixed notices when sending newsletter from a hidden category.
- #1385882 by Berdir, silberling: Fixed field content is added twice for HTML formatted mails.