Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This release is primarily bug fixes. No extensive features have been added and it corrects several critical issues introduced in webform 1.3.
Bug Fixes:
- Remove drupal_goto() from submit and insert functions, this fixes webform interfering with other modules such as taxonomy, CCK, menu, and others. (#149044)
- Missing arguments for _webform_validate_file() (#150979)
- Email format reverted to 1.2 layout. Improved indentation when using fieldsets. (#148090)
- Email addresses without sender names are not enclosed in '<' and '>' characters. (#150688)
-- #151574 by ilera. Personal theme settings fails because theme.inc was not loaded properly.
-- #151151 by bloggybusiness. Will now send users to their own page when they try to view a private MySite page.
-- #151151 by bloggybusiness. Fixes permission check issues in mysite_page() and mysite_user().
-- #151249 by mounte. Error in configuration for feed.inc allows empty array to be passed to a foreach loop.