Skip to content

v0.9.1 - Gravity Forms Quiz Support

Compare
Choose a tag to compare
@justlevine justlevine released this 01 Nov 12:38
· 298 commits to main since this release
10331e6

This minor release adds support for Gravity Forms Quiz fields.

  • feat: Add support for GF Quiz fields.
  • fix: Fixed the type descriptions for NoDuplicatesProperty and RadioChoiceProperty.
  • 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.