v0.9.1 - Gravity Forms Quiz Support
This minor release adds support for Gravity Forms Quiz fields.
- feat: Add support for GF Quiz fields.
- fix: Fixed the type descriptions for
NoDuplicatesProperty
andRadioChoiceProperty
. - dev: Use
GF_Field::get_input_type()
when choosing how to handle input values. This will allow for better support of composite type fields in the future. - docs: Update language regarding
UpdateDraftEntryFieldValue
's upcoming deprecation. - docs: Fix link to Deleting Entries doc.
- tests: Add WPUnit tests for
EmailField
.