The 7.x-1.0-beta2 memcache module was released prematurely, and resulted in a serious performance regression. The 7.x-1.0-beta3 release fixes this performance regression.
- Added download media option.
- Added support to disable the controls.
- Added link.module support.
- Added configurable classes for each formatter settings. This will aid in custom themeing for each place a formatter is used.
This is mainly a port of ThemeKey 6.x-3.0 to Drupal 7 with minor improvements created at the Drupal 7 Sprint Camp in Hannover (Germany) on the 16th and the 17th of October 2010 by Carsten Müller, Christian Spitzlay and Markus Kalkbrenner. (Thanks to Eugen Mayer for the JavaScript support)
In addition ThemeKey Properties has been merged into ThemeKey.
Alpha 2 improves the compatibility to Drupal 7 of the rule chain form and the debug feature.
Changes from 6.x - 7.x
- The search API has changed in 7.x. There is no longer a single hook_search. The old implementation was moved to hook_form_FORM_ID_alter.
- db_rewrite_sql() has been replaced with hook_query_alter() in Drupal 7.x.
This release of Webform fixes several issues discovered since the 3.2 release and makes Webform work again with Drupal 7 (Beta 1). It also includes new features previously provided by the Webform Block module (which should not be used at the same time as Webform 3.x).