Much like beta1 from the user point of view, but with major new coolness in terms of extensibility, admin configurability and code quality.
So, what's new in beta2 (compared to beta1):
- Passes all current code style guidelines of the Coder module, and doesn't spit out dozens of PHP E_NOTICE errors (in case you had those enabled, which is unlikely if you don't run unreleased Drupal versions from CVS).
- Make the contents of the edit widgets hide behind a moving table header, like they should.
- Plus all the nice stuff from comment #39 in the porting issue. Including correct node deletion and revision handling, and the above-mentioned extensibility which also enables upload restrictions by specifying which file widgets are allowed, and configurable ImageCache support that I will release in a beta version at filefield_image just after releasing this one.
The first final release of Webform for Drupal 6. The Drupal 6 version is now completely feature equivalent to the Drupal 5 version, most notably theming has been improved and multiple page forms now work again. Several other features and many bug fixes:
Features:
Improved select, grid, and date components. Select and Grid components now work fine with non-Latin characters. The date component now mimics the date format set in your site settings, and can display a select list instead of a textfield.