Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 63.2 KB
MD5: 0424e39cb09a388c282a2f9a50465771
SHA-1: 7a22da46146ab53ff9bd0868f6df85846b7321e3
SHA-256: 4b9ff5217b1b7a2fd428854b23c153750c789b87079368c45320eb84446593c9
Download zip 82.38 KB
MD5: 2d77b1aad13bc301e1bb15f9368bdb46
SHA-1: 2d53fd05eeb48b6f0bf389a259ce2d79310ec74f
SHA-256: 45ce949dcb4943fa7a1a9dabdedc1e78003ab6e780952fab8f6d5c9119bef55c

Release notes

This release restores PHP 5.3 compatibility and includes minor API changes. Please check it for compatibility (with other form_builder based modules) before updating and as always: Make backups!

This release adds a new dependency on ctools. Please be sure this module is available to your Drupal site before running update.php (or drush updb).

The most important changes are:

  1. Elements are now form specific. For webforms that means the list of available elements may change according to the content-type or be even node specific.
  2. In order to achieve that some API functions needed to be changed. Most of them weren't used by any modules built on webform others will need a new release for most downstream modules. Most notable hook_form_builder_types() has been renamed to hook_form_builder_element_types() see the cange notice for further information
  3. This release restores PHP 5.3 compatiblity (that has been dropped in 7.x-1.10)
  4. This is the first release that comes with unit-tests (11% coverage so far). You can take a look at the build status on travis
  5. #1513842: Convert Form Builder to use CTools object store
Created by: torotil
Created on: 31 Jul 2015 at 09:28 UTC
Last updated: 1 Aug 2015 at 07:59 UTC
Bug fixes
New features
Unsupported

Other releases