You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## v0.9.0 - Conditional Logic Support on Confirmations
4
+
5
+
This minor release adds the `conditionalLogic` GraphQL fiel to `gravityFormsForm.confirmations`. We also squashed a few bugs and implemented some more WPUnit tests.
6
+
7
+
*Note*: This release technically contains breaking changes for developers making use of `DataManipulator` class methods in their own code.
8
+
9
+
- fix: consistently apply Gravity Forms filters and WPGraphQL error checking to `GFUtils::get_forms()`.
10
+
- feat: add `conditionalLogic` GraphQL field to `gravityFormsForm.confirmations`.
11
+
- dev!: makes `DataManipulator` methods static. If you are using any DataManipulator methods in your custom code, please update accordingly.
12
+
- tests: Refactor formField tests to extend `FormFieldTestCase`.
13
+
- tests: add WPUnit tests for `HtmlField`, `PageField`, `PhoneField`, `SectionField`, `SelectField`, `RadioField`, and `WebsiteField`.
14
+
- chore: update Composer deps.
15
+
3
16
## v0.8.2 - Bugfix
4
17
5
18
This minor release fixes `hasNextPage` and `hasPreviousPage` checks on Entry connections.
0 commit comments