Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 62.87 KB
MD5: f01a4e1888abb9655bd9c496b9e9d97a
SHA-1: 3636947e0b6368771df84c31247207649212bb21
SHA-256: 79074fb5c3463b5c54488a3efd7a210d3e0b8ac134e3e51a1a7292febf831084
Download zip 82.05 KB
MD5: c958983be69928e59f1cde4c60320447
SHA-1: bb9fc6503716738b3422ddfed90d2f24d3dccf1d
SHA-256: b2c5d1c0214ef1467c43fd998d58e349495a1318d62a32c65a2a478f87ce8881

Release notes

Summary

This release reverts some of the changes made in 7.x-1.12 as they proved to be unstable. This also changes the form_builder_cache in an incompatible way (Sorry there is no other way to do this) - So if you are upgrading from 1.12 please make sure to … :

  1. Save all your changes to your forms (ie. hit the save button)
  2. Clean your form_builder_cache either by running drush ev 'FormBuilderFormBase::purge(0) or by waiting for cron to purge stale cache items (after 6 hours).

Full list of changes since 7.x-1.12

  • Another PHP 5.3 issue. [view commit]
  • Issue #2532066 by joelpittet: Fix the last PHP-5.3 incompatibilites. [view commit]
  • Issue #2543818: Fix hook_requirements() checked for hook_form_builder_types() implementation. [view commit]
  • Revert move to element object trees. (ca0ca1) [view commit]
  • Issue #2554707: Fixup example form-type. [view commit]
  • Make it possible to add multiple elements per request. [view commit]
  • Enable form_builder_examples for testing. [view commit]
Created by: torotil
Created on: 25 Aug 2015 at 18:01 UTC
Last updated: 19 Mar 2016 at 11:23 UTC
Bug fixes
Unsupported

Other releases