Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download webform_confirm_email-7.x-1.2.tar.gztar.gz 18.21 KB
MD5: 83e8dc1e6c412d25a2b049f07dc64651
SHA-1: 8269e562a856b72f1afaacc3562118c4c4573579
SHA-256: 6c7b047b65f77c9aa5045a620c8c1a4a97cca857d85152ce7af15d85e7a986cc
Download webform_confirm_email-7.x-1.2.zipzip 21.26 KB
MD5: cf223c6c428d9db5eaf774171c837c66
SHA-1: d54e058328339f39af285248481e4c7025e3738b
SHA-256: 038c1beedc2eefd62dc3301cb0f9879221970a8fa1b8323e9213636d0ec74b9a

Release notes

new Features:

  • "request lifetime" control
    • you can set the amount of time a confirmation request can be used; confirmation requests that are older will be deleted by cron
    • the "request lifetime" can be set separately for every webform
    • there is a new hook - hook_confirmation_request_expired() - where you can react on the requests that have expired

Bugfixes:

  • module dependency on the webform module
  • datetime field was moved from webform_confirm_email_confirmation_emails to webform_confirm_email_code because it's valid to have just confirmation request emails but no confirmation emails - in that case the "request lifetime" feature wouldn't work
  • when the mimemail module is installed and emails are sent in plaintext the %confirm_url "token" wasn't expanded
  • PDO Exception when multiple confirmation e-mail addresses configured

Update:
You need to run update on your database as there are changes to the database tables; data collected with version 7.x-1.1 will automatically migrated

Created by: matthias_mo
Created on: 22 Oct 2013 at 13:36 UTC
Last updated: 23 Jun 2014 at 19:23 UTC
New features
Bug fixes

Other releases