GravityView - Display Gravity Forms Entries on Your Websites v2.60.0 Nulled + All Addons
== Changelog ==
= 2.60.0 on May 7, 2026 =
This release speeds up the Views list page on form-heavy sites and fixes File Upload fields rendering blank in Views.
####Improved
* Faster loading of the Views list page on sites with a large number of forms.
####Fixed
* File Upload fields rendered blank in Views on Gravity Forms 2.10.0 and later
####Developer Updates
* Restored `$context` argument passed to `gravityview/field_output/*` filters in the legacy table and list templates.
####Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.17.0.
GravityView - Display Gravity Forms Entries on Your Websites v2.58.0 Nulled + All Addons
= 2.59.0 on April 28, 2026 =
This release adds a setting to modify the Edit Entry page title, adds support for the Gravity Flow Assignee field in the Search Bar widget, and resolves a fatal error on PHP 8+.
####Added
* View setting to customize the title shown on the Edit Entry screen.
* Search Bar widget now renders the Gravity Flow Assignee field as a dropdown of users and roles.
####Fixed
* Fatal error that could occur on PHP 8+ when an unexpected URL value was passed to a date-range or number-range field in the Search Bar widget.
####Developer Updates
* Added `gk/gravityview/edit-entry/title` filter to modify the title shown on the Edit Entry screen.
* Added `gk/gravityview/edit-entry/document-title` filter to override the browser tab title on Edit Entry independently of the page heading.
* Added `gk/gravityview/search/field/choices` filter to supply Search Bar choices for Gravity Forms-backed fields that don't populate `$field->choices` natively (e.g., the Gravity Flow Assignee field).
* Deprecated the `gravityview_edit_entry_title` filter in favor of `gk/gravityview/edit-entry/title`.
####Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.16.1.
= Use License Key – B5E0B5F8DD8689E6ACA49DD6E6E1A930
GravityView - Display Gravity Forms Entries on Your Websites v2.58.0 Nulled + Addons
== Changelog ==
= 2.58.0 on April 23, 2026 =
This update includes internal code improvements.
####Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.16.0.
GravityView - Display Gravity Forms Entries on Your Websites v2.56.1 Nulled + Addons
== Changelog ==
= 2.56.1 on April 2, 2026 =
This release resolves an issue where the "Search in visible fields only" setting could interfere with unrelated query conditions, and a separate issue where `[gv_entry_link]` URLs were missing pre-populated field values.
####Fixed
* "Search in visible fields only" setting was incorrectly removing non-search conditions (such as approval status) from queries, allowing unapproved entries to appear and breaking Single Entry access.
* The `field_values` attribute in the `[gv_entry_link]` shortcode was not being appended to URLs when using read or delete link types.
####Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.14.0.
Decryption key:
GravityView - Display Gravity Forms Entries on Your Websites v2.55 Nulled + Addons
== Changelog ==
= 2.55 on March 26, 2026 =
This release adds an Entries column to the Views list and fixes issues with `[gvlogic]`, global search, and empty search filters.
####Added
* An `Entries` column on the admin Views list that displays the number of entries for each View’s Data Source.
####Fixed
* `[gvlogic]` conditions silently failed when field values contained HTML special characters like `&`, `>`, or `<`.
* Inclusive (+) and exclusive (-) global search words are now correctly handled on fields from joined Multiple Forms.
* Empty search values for `gv_id`, `gv_search` and `gv_by` are ignored as filters.
####Developer Updates
* Added `gk/gravityview/search/request/filters` to modify the search filters before the search happens.
* Added `gk/gravityview/search/request/method` to modify the search method.
* Added `gk/gravityview/search/request/search-arguments` to modify parsed search arguments before processing.
* Deprecated `gravityview_fe_search_criteria` in favor of `gk/gravityview/search/request/filters`.
* Deprecated `gravityview/widgets/search/created_by/user_meta_fields` in favor of `gk/query-filters/condition/created-by/user-meta-fields`.
* Deprecated `gravityview/widgets/search/created_by/user_fields` in favor of `gk/query-filters/condition/created-by/user-fields`.
* Deprecated `GravityView_Widget_Search_Author_GF_Query_Condition` in favor of Query Filters' `Created_By_Condition`.
* Deprecated legacy `gravityview_*` hooks in favor of modern namespaced equivalents:
- `gravitview_no_entries_text` > `gravityview/template/text/no_entries`;
- `gravityview_directory_link` > `gravityview/view/links/directory`;
- `gravityview_go_back_url` > `gravityview/template/links/back/url`;
- `gravityview_go_back_label` > `gravityview/template/links/back/label`;
- `gravityview_before` > `gravityview/template/before`;
- `gravityview_header` > `gravityview/template/header`;
- `gravityview_footer` > `gravityview/template/footer`;
- `gravityview_after` > `gravityview/template/after`;
- `gravityview_field_output` > `gravityview/field_output/html`;
- `gravityview_table_cells` > `gravityview/template/table/fields`;
- `gravityview_table_cells_before` > `gravityview/template/table/cells/before`;
- `gravityview_table_cells_after` > `gravityview/template/table/cells/after`;
- `gravityview_table_body_before` > `gravityview/template/table/body/before`;
- `gravityview_table_body_after` > `gravityview/template/table/body/after`;
- `gravityview_table_tr_before` > `gravityview/template/table/tr/before`;
- `gravityview_table_tr_after` > `gravityview/template/table/tr/after`;
- `gravityview_entry_class` > `gravityview/template/{template}/entry/class`;
- `gravityview_list_body_before` > `gravityview/template/list/body/before`;
- `gravityview_list_body_after` > `gravityview/template/list/body/after`;
- `gravityview_list_entry_{zone}_before` > `gravityview/template/list/entry/{zone}/before`;
- `gravityview_list_entry_{zone}_after` > `gravityview/template/list/entry/{zone}/after`;
- `gravityview_default_args` > `gravityview/view/settings/defaults`;
- `gravityview_direct_access` > `gravityview/view/output/direct`;
- `gravityview_widget_active_areas` > `gravityview/widget/active_areas`;
- `gravityview_register_directory_widgets` > `gravityview/widgets/register`;
- `gravityview_empty_value` > `gravityview/field/value/empty`;
- `gravityview_field_entry_value_{type}_pre_link` > `gravityview/template/field/{type}/output`;
- `gravityview_field_entry_link` > `gravityview/template/field/entry_link`;
- `gravityview_field_entry_value_{type}` > `gravityview/template/field/{type}/output`;
- `gravityview_field_entry_value` > `gravityview/template/field/{type}/output`;
- `gravityview_include_frontend_actions` > `gravityview/loaded`;
- `gravityview_view_entries` > `gravityview/view/entries`;
- `gravityview_before_get_entries` > `gravityview/view/entries`;
- `gravityview_entries` > `gravityview/view/entries`;
- `gravityview_tooltips` > `gravityview/metaboxes/tooltips`;
- `gravityview_change_entry_creator_user_parameters` > `gravityview/get_users/{$context}`;
- `gravityview_template_slug_{$template_slug}` > `gravityview_get_template_id`;
- `gravityview_template_{$field_type}_options` > `gk/gravityview/template/options`;
- `gravityview_template_{$input_type}_options` > `gk/gravityview/template/options`.
* Deprecated hooks with corrected namespacing:
- `gravityview/field_output/args` > `gravityview/template/field_output/context`;
- `gravityview/template/field_label` > `gravityview/template/field/label`;
- `gravityview/configuration/fields` > `gravityview/view/configuration/fields`.
* Deprecated hooks in favor of `gk/gravityview/` namespaced replacements:
- `gravityview/delete-entry/mode` > `gk/gravityview/delete-entry/mode`;
- `gravityview/delete-entry/deleted` > `gk/gravityview/delete-entry/deleted`;
- `gravityview/delete-entry/trashed` > `gk/gravityview/delete-entry/trashed`;
- `gravityview/delete-entry/delete-connected-post` > `gk/gravityview/delete-entry/delete-connected-post`;
- `gravityview/search/operator_allowlist` > `gk/gravityview/search/operators/allowed`;
- `gravityview/widgets/search/datepicker/format` > `gk/gravityview/search/datepicker/format`;
- `gravityview_date_created_adjust_timezone` > `gk/gravityview/search/date/adjust-timezone`;
- `gravityview/search-trim-input` > `gk/gravityview/search/value/trim`;
- `gravityview/search/ignore-empty-values` > `gk/gravityview/search/value/ignore-empty`;
- `gravityview/search/method` > `gk/gravityview/search/request/method`;
- `gravityview/search/mode` > `gk/gravityview/search/criteria/mode`;
- `gravityview/search/searchable_fields/allowlist` > `gk/gravityview/search/searchable-fields/allowed`;
- `gravityview/search-all-split-words` > `gk/gravityview/search/field/all/split-words`.
####Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.13.0.
Decryption key:
GravityView - Display Gravity Forms Entries on Your Websites v2.54.1 Nulled + All Addons
= 2.54.1 on February 19, 2026
February 19, 2026
This release resolves third-party plugin compatibility issues, Gravity Forms field rendering in Single Entry, and Custom Content field label handling in the View editor.
Fixed
- The Gravity Forms field did not render correctly in Single Entry, causing broken CSS styling, form feeds, and third-party integration issues.
- Sorting a View by column broke page styles when PDF for GravityView download links were present.
- Admin Labels set on Custom Content fields were replaced by Custom Labels after saving the View.
- Fatal error caused by a third-party plugin conflict that prevented GravityView from loading.
Updated
==
- to version 1.11.0.
Use License Key – B5E0B5F8DD8689E6ACA49DD6E6E1A930 to Activate. All Add-ons included. Not the 3rd party addons.
Decryption Key For Paid Members / Upgraded Accounts :
GravityView - Display Gravity Forms Entries on Your Websites v2.52 Nulled + All Addons Pack
= 2.52 on January 29, 2026
January 29, 2026
This release improves File Upload field secure download links, fixes a compatibility issue with the Gravity Forms Populate Anything plugin, and resolves issues with the Gravity Forms field and View filtering.
Improved
- File Upload fields now generate cleaner, more flexible secure download links.
Fixed
- Inconsistent behavior between View filtering using URL parameters and Search Widget configuration.
- Choice fields (e.g., Select, Radio) populated by the Gravity Forms Populate Anything plugin now display labels instead of raw values when "Show Label" is enabled.
- Gravity Forms field issues:
- Embedded forms with conditional logic were not rendered.
- Successful form resubmission after initial validation failure would fail with "Another submission is already in progress" error.
Updated
- to version 1.8.0.
Decryption Key For Paid Members / Upgraded Accounts :
GravityView - Display Gravity Forms Entries on Your Websites v2.51 Nulled + All Addons Pack
= 2.51 on January 22, 2026
January 22, 2026
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
- to version 1.7.2.
Decryption Key For Paid Members / Upgraded Accounts :
GravityView - Display Gravity Forms Entries on Your Website v2.50.1 Nulled + All Addons Pack
= 2.50.1 on January 15, 2026 =
This release fixes Search Bar settings modal display issues and a conflict with plugins using Laravel components, and adds new filters for entry deletion and edit locking control.
####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.
Decryption Key For Paid Members / Upgraded Accounts :
GravityView - Display Gravity Forms Entries on Your Websites v2.50.0 Nulled + All Addons Pack
= 2.50 Latest
This release improves error messaging for administrators, adds custom CSS/JavaScript placeholders for View-specific styling, and fixes Edit Entry functionality, REST API access handling, PHP 8.4 compatibility issues, and more.
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. .
- 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
- 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.