This release introduces flexible widget positioning in Views, enhances entry-in-a-lightbox functionality, and adds support for the Gravity Forms 2.9+ Image Choice field. It also addresses compatibility issues with LiteSpeed, Divi, and LifterLMS, along with various other fixes and improvements.
๐ Added
Ability to position widgets in the View editor using predefined layouts, offering a range of single or multi-column configurations with varying widths.
View setting to control what happens when a user clicks the Cancel link when editing an entry in the lightbox.
Support for the upcoming Image Choice field in Gravity Forms 2.9+.
๐ Fixed
GravityView tab not displaying in certain cases under GravityKit > Settings menu.
Widgets could not be configured after being added to a new, unsaved View.
Compatibility with the Divi theme that prevented the Signature field from being edited on the Edit Entry screen.
Conflict with the LiteSpeed plugin that caused a fatal error when redirecting users after duplicating an entry.
JavaScript enqueued in the site's footer was not executed when editing an entry in the lightbox.
It was not possible to add new entry notes when viewing a single entry in the lightbox.
Validation error displayed when adding merge tags to the Entry Slug setting input in the View editor.
The search box in the Change Entry Creator field did not return results when editing an entry on the Forms > Entries screen.
Fatal error when activating LifterLMS with GravityView active.
Searching across all fields not working as expected when the search value contains special characters or accents (e.g., รค, ร, ฤฐ).
This release introduces flexible widget positioning in Views, enhances entry-in-a-lightbox functionality, and adds support for the Gravity Forms 2.9+ Image Choice field. It also addresses compatibility issues with LiteSpeed, Divi, and LifterLMS, along with various other fixes and improvements.
๐ Added
๐ Fixed
๐ง Updated
๐ป Developer Updates
gk/gravityview/lightbox/entry/before-output
action that fires before the entry content is output in the lightbox.gk/gravityview/lightbox/entry/output/head-before
action that fires after the tag is opened.gk/gravityview/lightbox/entry/output/head-after
action that fires before the tag is closed.gk/gravityview/lightbox/entry/output/content-before
action that fires after the tag is opened and before the content is rendered.gk/gravityview/lightbox/entry/output/content-after
action that fires after the content is rendered and before the footer.gk/gravityview/lightbox/entry/output/footer-after
action that fires after the footer and before the closing tag.gravityview/fields/image_choice/image_markup
filter to modify the Image Choice field (Gravity Forms 2.9+) markup.gravityview/fields/image_choice/output_label
filter to control whether to display the value or label of an Image Choice field.