GravityView 2.57.0

🔒 VIP Access Required
👑 Upgrade to Download
This premium product is available to VIP members only.
Get instant access to all downloads, updates, and exclusive releases.

GravityView 2.51

This release adds support for Gravity Forms Repeater fields and resolves issues with field visibility, embedded Views, and Image Choices field display.

#### Added
* Support for Gravity Forms Repeater fields, including nested data display in Table and List Views, Search Bar integration, and configurable display limits.

#### Fixed
* Field visibility settings were not being respected by the Layout Builder template.
* Embedded Views (via the `[gravityview]` shortcode or GravityView View field) were not rendering correctly when displayed within a Single Entry layout on pages with multiple Views.
* Image Choices field displayed the same image for all choices when each choice was added as a separate field in a View.

#### Updated
* Foundation to version 1.7.2.

GravityView 2.50.1

#### Fixed
* Search Bar Settings modal Close button not visible and dialog appearing behind the admin bar on smaller viewports.
* Conflict with plugins that use Laravel/Illuminate components.

#### Developer Updates
* Added `gk/gravityview/delete-entry/can-delete` filter to control whether a user can delete an entry.
* Added `gk/gravityview/edit-entry/lock-dialog/show-request-control` filter to control visibility of the Request Control button in the entry lock dialog.

GravityView 2.50

#### Improved
* Administrators now see detailed, actionable error messages when Views or entries cannot be displayed, instead of the generic "You are not allowed to view this content." message.
* Custom CSS and JavaScript settings now support placeholders that are automatically replaced with View-specific values. This makes it easy to write custom styles that apply to a single View without affecting others on the same page. [Read about the new placeholders]
* The "Created By" field on the Edit Entry page now includes AJAX-powered search, making it easy to find and select users.

#### Fixed
* JavaScript error breaking Edit Entry functionality when forms use conditional logic on buttons.
* Unnecessary database queries running on every page load when GravityView caching was disabled, potentially causing performance issues.
* Multi-column List fields on the Edit Entry page displayed serialized array data (e.g., `a:1:{i:0;s:0:"";}`) instead of remaining empty when revealed via conditional logic.
* REST API requests for single entries now properly respect View settings like "Prevent Direct Access" and REST API restrictions.
* PHP 8.4 implicit nullable parameter deprecation warnings.
* Name field now respects hidden input settings configured in Gravity Forms (e.g., hiding Prefix, Middle Name or Suffix).
* Some hooks were not removed when switching lightbox provider.
* Merge tag picker not appearing in the View editor when Yoast SEO Premium is active.

#### Updated
* [Foundation] to version 1.7.1.

#### Developer Updates
* Added `gk/gravityview/custom-code/placeholders` filter to modify or add custom placeholders for the Custom CSS and JavaScript settings.
* The `VIEW_SELECTOR` placeholder is hard-coded to `.gv-container.gv-container-{view id}`. If you have removed those classes by using the `gravityview/render/container/class` filter, the `VIEW_SELECTOR` placeholder will not work as expected; use the `VIEW_ID` placeholder instead.
* View Custom CSS and JavaScript is now output only once per View, even when the same View is embedded multiple times on a page.

GravityView 2.48.4

#### Fixed
* "You don’t have permission to edit this post" shown when editing entries with Post fields linked to posts created through the Advanced Post Creation Add-On.

#### Developer Updates
* Added `gk/gravityview/edit-entry/init/data` filter to modify form, entry, and View data before rendering the Edit Entry form.
* Added `gk/gravityview/delete-entry/show-delete-button` filter to allow code to modify the visibility of the Delete button, with entry, form, View ID, and post ID as parameters.
- The `gravityview/delete-entry/show-delete-button` filter will be deprecated in a future release.

GravityView 2.48.3

This hotfix resolves a performance issue introduced in 2.48.2.

#### Fixed
* After the 2.48.2 update, Views were taking significantly longer to load.

#### Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.7.0.
Back
Top