This release introduces support for the Source ID meta (Gravity Forms 2.9+), adds a new User Activation field to the View editor, and includes various fixes and enhancements.
#### Added
* Support for the Source ID meta introduced in Gravity Forms 2.9.
* New User Activation field in the View editor to activate users added by the Gravity Forms User Registration add-on.
* Client-side validation of View editor settings to prevent incorrect values.
* `:initials` merge tag modifier for Name fields to display initials.
* `:format` merge tag modifier for field inputs (e.g., `{Event Field:1.1:format:Y-m-d}`).
#### Fixed
* Merge tags in redirect URLs were not processed after editing or deleting an entry in the lightbox.
* Individual Checkboxes field inputs incorrectly exported in CSV.
* Custom permalinks not being used in embedded Views.
* Deprecated filter notice when both the Advanced Filter extension (version 3 or newer) and Gravity Flow are active.
* Labels for fields with empty values disappearing in mobile view when joining forms using the Multiple Forms extension.
* Views defaulting to English instead of the site's language for users without certain capabilities.
#### Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.22.
#### Developer Updates
* Added `gravityview/template/field/csv/tick` filter to programmatically modify the checkbox "check" output in CSV.
* Added `gravityview/shortcode/after-processing` action after a `[gravityview]` shortcode is finished.
This release adds a new form notification option for updated entries, resolves file upload issues on the Edit Entry screen, and includes developer-focused enhancements.
#### Added
* New notification option for forms, triggered when an entry is updated.
#### Fixed
* File upload field issues on the Edit Entry screen:
- Delete/download icons not displaying in Gravity Forms 2.9+;
- Unable to select files for upload when the form field's "Multiple Files" setting was enabled without a "Maximum Number of Files" value.
#### Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.21.
#### Developer Updates
* Added `gk/gravityview/view/entries/join-conditions` filter to modify the join conditions applied when retrieving View entries.
* Added `gk/gravityview/template/options` filter to programmatically modify field settings in the View editor.
* Added `gravityview/row-added` JavaScript event, triggered when a new row is added to a widget or field area.