2.33
floatytheastronaut
released this
20 Dec 01:18
·
40 commits
to develop
since this release
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 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.