This release adds an entirely new conditional logic system to Webform. With built-in support for same-page conditionals, multiple conditionals per component, and drastically improved user experience. See issue #1215456: Multiple and same-page conditional rules for background.
A rewrite.
The 3.x branch now (once more) uses core file management for the source PDF, not a custom field type.
Enable PDF conversion by choosing and configuring the widget for the source PDF.
See README.txt for more details.
Processing now happens on entity(node) update instead of form submission. This should behave as before, but also means that this process can run as part of bulk operations, not just form edit actions.
Includes better error handling.