Total 09/02/2026 : We HAVE 13560 Items and more than 3565 happy members.
Log Update Item Gravity View – The best way to display Gravity Forms entries
This page only show history update item Gravity View – The best way to display Gravity Forms entries.

Fixed: GravityView plugin updates were not shown in the plugin update screen since version 2.14.4 (April 27, 2022)

* Fixed: Embedding Edit Entry context directly in a page/post using the `[gventry edit="1"]` shortcode ([learn more](https://docs.gravitykit.com/article/463-gventry-shortcode))

* Fixed: Edit Entry link wasn't working in the Single Entry context of an embedded View

* Fixed: Search Bar GravityView widget was not saving the chosen fields

* Fixed: Gravity PDF shortcodes would not be processed when bulk-approving entries using GravityView. Thanks, Jake!

* Fixed: Sometimes embedding a GravityView shortcode in the block editor could cause a fatal error

* Fixed: Multiple PHP 8 warnings


__Developer Updates:__

* Added: `redirect_url` parameter to the `gravityview/edit_entry/success` filter

* Added `redirect_url` and `back_link` parameters to the `gravityview/shortcodes/gventry/edit/success` filter

* Added: A link that allows administrators to disable the "Show only approved entries" View setting from the front-end

* Fixed: Configuring new Search Bar WordPress widgets wasn't working in WordPress 5.8+

* Fixed: Styling of form settings dropdowns on the Gravity Forms "Forms" page

* Added: Support for displaying WebP images

* Improved: Internal logging of notices and errors

* Fixed: Images hosted on Dropbox sometimes would not display properly on the Safari browser. Thanks, Kevin M. Dean!

__Developer Updates:__

* Added: `GravityView_Image::get_image_extensions()` static method to fetch full list of extension types interpreted as images by GravityView.

* Added: `webp` as a valid image extension

* Fixed: Empty values in search widget fields may return incorrect results

__Developer Updates:__

Added: `gravityview/search/ignore-empty-values` filter to control strict matching of empty field values

* Fixed: Potential fatal error on PHP 8 when exporting View entries in CSV and TSV formats

* Fixed: Search widget would cause a fatal error when the Number field is used with the "is" operator

* Fixed: Search widget returning incorrect results when a field value is blank and the operator is set to "is"

* Fixed: Gravity Forms widget icon not showing

* Fixed: Gravity Forms widget not displaying available forms when the View is saved

Fixed: Deprecated filter message when adding fields to the View

* Added: `{is_starred}` Merge Tag. [Learn more about using `{is_starred}`](https://docs.gravityview.co/article/820-the-isstarred-merge-tag)

* Fixed: Media files uploaded to Dropbox were not properly embedded

* Fixed: JavaScript error when trying to edit entry's creator

* Fixed: Recent Entries widget would cause a fatal error on WP 5.8 or newer

* Fixed: When using Multiple Forms, editing an entry in a joined form now works properly if the "Edit Entry" tab has not been configured

* Fixed: View settings not hiding automatically on page load

* Fixed: View scripts and styles would not load when manually outputting the contents of the `[gravityview]` shortcode

__Developer Updates:__

* Added: `gravityview/shortcode/before-processing` action that runs before the GravityView shortcode is processed

* Added: `gravityview/edit_entry/cancel_onclick` filter to modify the "Back" link `onclick` HTML attribute

- Modified: `/includes/extensions/edit-entry/partials/form-buttons.php` file to add the filter