0.7.0 on August 6, 2026
This release adds unions for combining entries from multiple forms, redesigns how merges are configured in the View editor, and fixes a fatal error on Gravity Forms 3.0.
🚀 Added
- Support for unions (requires GravityView 3.3.0 or newer), which combine entries from multiple forms into a single View by aligning each form's fields into a shared set of columns.
✨ Improved
- Each merge is now a collapsible block, switching between Join and Union takes a single click, and the form and field dropdowns are searchable and show field IDs.
- Multiple joins on the same form are now configured in a single block, letting you match on several fields (such as first and last name) in one place.
- The View editor now uses "merge" as the umbrella term for both joins and unions.
- The merge editor's controls are now named for screen readers, and the arrow keys move between merge blocks.
- A notice now names the form whose fields were removed from the View when you delete a merge.
🐛 Fixed
- Fatal error when using the plugin with Gravity Forms 3.0 or newer.
- Removing a join condition removed a form's fields from the View editor even when another join still used that form.
- Some fields were listed twice in the join field dropdowns.
- Choosing a field that would duplicate an existing join condition left the dropdown showing that choice, even though the condition was not added.
- JavaScript error in the View editor when a form's data was unavailable (
TypeError: Cannot read properties of undefined (reading 'title')). - Resolved a "translation loading was triggered too early" notice on WordPress 6.7+.
💻 Developer Updates
- Added:
gk/multiple-forms/merge/split-field-typesfilter to control which field input types are split into their individual inputs in the merge editor. Defaults tonameandaddress.