GravityView - Display Gravity Forms Entries on Your Websites

GravityView - Display Gravity Forms Entries on Your Websites v3.1.0 Nulled + All Addons

No permission to download
Decryption key:


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
Decryption key:


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.
Decryption key:


GravityView - Display Gravity Forms Entries on Your Websites v2.57.0 Nulled + Addons
= 2.57.0 on April 16, 2026
April 16, 2026
This release adds a View setting to extend searches beyond configured date ranges and a live-updating Search Bar configuration summary, and resolves compatibility issues with Gravity Forms 2.9.31.3+.

🚀 Added​

  • View setting to allow searching beyond the configured start and end date range.
  • Live-updating Search Bar configuration summary in the View editor that shows field count and search mode without opening the settings dialog.

🐛 Fixed​

  • ?filter_<ID>=value request arguments could bypass the "Search in visible fields only" setting.
  • Gravity Forms 2.9.31.3 compatibility:
    • Duplicate "Edit" action link on the Gravity Forms entries page;
    • GravityView notifications for entry deletion and approval status changes were not sent when async notifications were enabled.

💻 Developer Updates​

  • Added gk/gravityview/admin/widget-info filter to allow widgets to add custom summary information in the View editor.

🔧 Updated​

Decryption key:


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.56 Nulled + Addons
== Changelog ==

= 2.56 on March 30, 2026 =

This release adds a safeguard against unfiltered entry display when Advanced Filtering is inactive, and fixes issues with the Connected Views dropdown and search queries containing typographic quotes.

#### 🚀 Added
* A safeguard that prevents unfiltered entries from being displayed when a View has Advanced Filtering conditional logic configured but the extension is not active.

#### 🐛 Fixed
* The "Connected Views" dropdown on Gravity Forms pages did not appear for users with multiple WordPress roles.
* Search not returning results when queries contain typographic ("smart") quotes, commonly entered from mobile keyboards.
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.2 Nulled + Addons
== Changelog ==

= 2.54.2 on February 26, 2026 =

This update fixes search issues affecting Multi Select fields and URL parameter filtering.

#### 🐛 Fixed
* Search not returning results for Multi Select fields.
* URL search parameters not filtering results when the Search Bar is configured with only the "Search Everything" field.
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​

==
Use License Key – B5E0B5F8DD8689E6ACA49DD6E6E1A930 to Activate. All Add-ons included. Not the 3rd party addons. Use search functions as most of them posted in our babiato forum seperately.
View hidden content is available for registered users!


GravityView - Display Gravity Forms Entries on Your Websites v2.54 Nulled + Addons
= v2.54 on February 12, 2026 =
This update gives you more styling control over rows in the Layout Builder template and addresses issues affecting Edit Entry, Gravity PDF, and View widgets.

#### 🚀 Added
* Ability to configure custom CSS classes and HTML IDs for Layout Builder row wrapper elements in the View editor.

#### 🐛 Fixed
* Fatal errors in various scenarios:
- On PHP 8+ when editing an entry with the Created By field in the edit layout and the form's honeypot enabled;
- On the Edit Entry page with multi-column List fields caused by certain plugins;
- When Gravity PDF generates a PDF for forms with Quiz fields.
* View widgets (e.g., Search Bar, Page Links) rendering multiple times on pages that also contain a GravityView Search sidebar widget.
* Embedded View in a Custom Content field not rendering inside lightbox Single Entry, showing "You are not allowed to view this content" instead.

#### 💻 Developer Updates
* Added `gravityview/template/layout-builder/row/attributes` filter to modify the HTML attributes of Layout Builder rows.

#### 🔧 Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.10.0.
Decryption key only for upgraded members. Upgrade your account here.


GravityView - Display Gravity Forms Entries on Your Websites v2.53 Nulled + All Addons Pack
= 2.53 on February 5, 2026
February 5, 2026
This release introduces the ability to filter Entry Notes by type, resolves multiple Edit Entry issues including hidden fields, List fields, and multi-page navigation, and fixes File Upload secure links forcing downloads instead of opening in the browser.

🚀 Added​

  • Entry Notes field setting to filter displayed note types, such as hiding notification confirmations while showing only user notes.

🐛 Fixed​

  • Hidden fields not appearing on the Edit Entry page when the gravityview/edit_entry/reveal_hidden_field filter returns true.
  • Multi-column List fields with data on the Edit Entry page no longer display serialized array data when revealed via conditional logic.
  • Edit Entry Next/Previous buttons not navigating to the correct page on multi-page forms.
  • The "Unapproved" entries filter preventing other plugins from modifying the entry query.
  • Layout Builder template now has distinct CSS classes for Single Entry (gv-layout-builder-single-container) and Multiple Entries (gv-layout-builder-multiple-container) views, matching the pattern used by Table and List templates.
  • File Upload field secure download links now open files (PDFs, images, etc.) in the browser instead of forcing a download.

💻 Developer Updates​

  • Added gk/gravityview/field/notes/type-labels filter to modify the labels displayed for note types in the Entry Notes field settings.
  • Added gk/gravityview/field/notes/default-types filter to modify the default note types available in the Entry Notes field settings.

🔧 Updated​

About us

  • Babiato Forum - The webmaster community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu