Skip to content

v0.9.0 - Conditional Logic Support on Confirmations

Compare
Choose a tag to compare
@justlevine justlevine released this 06 Oct 22:06
· 303 commits to develop since this release
e28558d

This minor release adds the conditionalLogic GraphQL field to gravityFormsForm.confirmations. We also squashed a few bugs and implemented some more WPUnit tests.

Note: This release technically contains breaking changes for developers making use of DataManipulator class methods in their own code.

  • feat: add conditionalLogic GraphQL field to gravityFormsForm.confirmations.
  • fix: consistently apply Gravity Forms filters and WPGraphQL error checking to GFUtils::get_forms().
  • dev!: makes DataManipulator methods static. If you are using any DataManipulator methods in your custom code, please update accordingly.
  • tests: Refactor formField tests to extend FormFieldTestCase.
  • tests: add WPUnit tests for HtmlField, PageField, PhoneField, SectionField, SelectField, RadioField, and WebsiteField.
  • chore: update Composer deps.