Install
Works with Drupal: 7.xUsing 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:
- 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.
- 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
- This release restores PHP 5.3 compatiblity (that has been dropped in 7.x-1.10)
- 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
- #1513842: Convert Form Builder to use CTools object store