views_send 2.0.1

Bug fixes

- Fix Mime mail support that was broken in last minute before 2.0.0 - ref #3569582: Mime mail broken
- Coding standards clean-up

views_send 2.0.0

Bug fixes

Long overdue first stable release for Drupal 11. Fixes some important bugs since the release candidate (that was created for Drupal 10).

views_send 2.0.0-rc1

First release candidate for Drupal 10.

  • No functional changes since 8.x-1.6.
  • Require Drupal 9.1 or higher

views_send 8.x-1.6

Bug fixes
Unsupported

Fixed #3251930: Node tokens are not being replaced.

Various other minor fixes and some Drupal 9 compatibility fixes.

views_send 7.x-1.8

Bug fixes
Unsupported

Fixing syntax error in 7.x-1.7

Changelog

Issues: 1 issues resolved.

Changes since 7.x-1.7:

Bug

  • #3154935: syntax error, unexpected ':' in views_send.module on line 33

See releases notes for 7.x-1.7 for changes since 7.x-1.6.

views_send 7.x-1.7

Bug fixes
New features
Unsupported

A long overdue maintenance / bug fix release.

Contributors (4)

jenlampton, fjgarlin, hansfn, purushotam.rai

Changelog

Issues: 4 issues resolved.

Changes since 7.x-1.6:

views_send 8.x-1.5

Unsupported

This version is ready for Drupal 9. No functional changes since version 8.x-1.4.

PS! This version still works for Drupal 8.7 even if the last commit message says differently.

views_send 8.x-1.4

Bug fixes
Unsupported

This is a long overdue maintenance / bug fix release.

The following issues have been fixed:

views_send 8.x-1.3

Bug fixes
Unsupported

This is a bug fix release, but since it seems attachments never has worked for the Drupal 8 version you might as well consider this a feature release.

If you use this release together with the Mimemail module you can once again send attachments. Not tested with other modules. (Swiftmailer has several issues, #2841663 and #2941346, and currently isn't recommended for use.)

views_send 8.x-1.2

Bug fixes
New features
Unsupported

This issues fixes the following issues:

views_send 7.x-1.6

Bug fixes
Unsupported

The 7.x-1.4 was buggy and then the bug fix release 7.x-1.5 was buggy. Hopefully this is the last "token bugfix" release ...

Fixes

views_send 7.x-1.5

Bug fixes
New features
Unsupported

A quick release to fix a bug related to attachments introduced in the 7.x-1.4 release - ref #2856841: Missing $attachments variables.

Added support for Mailgun and Sendgrid Integration modules since they support MIME mails. Read release notes for the 7.x-1.4 release for other changes.

views_send 8.x-1.0

Unsupported

The module still works with Drupal 8.2.5 - both sending directly using the Batch API and via cron - so making a stable 1.0 release now makes sense.

Enabling Mime Mail (and the dependency Mail System) no longer breaks the module. However, to make it actually send HTML e-mails you need to:

  1. Set "Full HTML" as the e-mail format on admin/config/system/mimemail
  2. Manually add a mail system configuration for the Views Send module with key "direct" with "Mime Mail mailer" as the formatter at admin/config/system/mailsystem

views_send 7.x-1.2

Bug fixes
New features
Insecure
Unsupported

This releases fixes the following issues:

views_send 8.x-1.0-beta1

Unsupported

After tracking Drupal 8 for a while back in spring 2015, this is the first release that works with D8. The code is crappy (seriously), only sending the message directly (using the Batch API) is tested, integration with Token module is untested and so on, but:

It works! Views Send specific tokens (the fields from the view) are replaced and e-mails are successfully sent using the Batch API.

PS1! When configuring the the Views Send field in the view, just ignore the actions listed.

PS2! Patches are welcome. There is plenty to fix.

views_send 8.x-1.0-alpha12

Unsupported

Just a(nother) quick release of the current dev version which is known to work with Drupal 8.0-alpha12.

views_send 7.x-1.0

Bug fixes
Insecure
Unsupported

After three release candidates, I guess it's time for a proper release. There are no new features, just bug fixes:

views_send 8.x-1.0-alpha9

Unsupported

Just a quick release of the current dev version which is known to work with Drupal 8.0-alpha9.

The alpha numbering will follow the Drupal numbering.

views_send 6.x-1.0-rc1

Bug fixes
Unsupported

All sites using VBO 6.x-1.16 (or later) should upgrade. The release contains the following bug fixes:

  • #2118889 by hansfn, kfackler: Confirm page missing with VBO 6.x-1.16.
  • #2118877 by hansfn, kfackler: Missing pass-by-reference in views_send_form_alter.
  • #2056883 by hansfn, sdsheridan: No message ID.

views_send 7.x-1.0-rc3

New features
Bug fixes
Insecure
Unsupported

The new features in this release are:

views_send 7.x-1.0-rc1

New features
Bug fixes
Insecure
Unsupported

The most important new features are:

views_send 6.x-1.0-beta1

New features
Bug fixes
Unsupported

Most important changes:

views_send 6.x-1.0-alpha2

Bug fixes
Unsupported

This release contains the fix for #1630928: Only user email field works that several users have struggled with. In addition it implements hook_token_list so we get a nice compact list of token replacements when the token module is enabled.

views_send 7.x-1.x-dev

New features
Bug fixes

D7 development branch.

Recent improvements includes:

  • Rules integration
  • Indication of which selected rows contain invalid e-mail addresses.
  • Allow Views Send to work when embedded using views_embed_view(), or in a block.
Subscribe with RSS Subscribe to Releases for Views Send