You are here

CHANGELOG.txt in Webform MySQL Views 7

Same filename and directory in other branches
  1. 6.2 CHANGELOG.txt
  2. 6 CHANGELOG.txt
Webform MySQL Views 7.x-1.1, 2014-03-08
* Webforms with titles longer than 64 characters are truncated when creating the MySQL View name
* Webform Component Form Key Names are truncated to less than or equal to 50 characters when creating the MySQL View
* The {node}.nid is only appended to the view name if a duplicate view exists
* The {webform_component}.cid is appended to a view column name if a duplicate column name exists in that view (multiple webform components with the same title)
* Correctly check requirements

Webform MySQL Views 7.x-1.0, 2012-04-15
* Initial Release

File

CHANGELOG.txt
View source
  1. Webform MySQL Views 7.x-1.1, 2014-03-08
  2. * Webforms with titles longer than 64 characters are truncated when creating the MySQL View name
  3. * Webform Component Form Key Names are truncated to less than or equal to 50 characters when creating the MySQL View
  4. * The {node}.nid is only appended to the view name if a duplicate view exists
  5. * The {webform_component}.cid is appended to a view column name if a duplicate column name exists in that view (multiple webform components with the same title)
  6. * Correctly check requirements
  7. Webform MySQL Views 7.x-1.0, 2012-04-15
  8. * Initial Release