Bypass all resource restrictions, passwords, and keys? Read here!
Download GravityView v2.7 - Display Gravity Forms Entries on Your Website Nulled Free
v2.7 on February 20, 2020
Developer Updates:
- Added: “Enable Edit Locking” View setting to toggle on and off entry locking (in the “Edit Entry” tab of the View Settings)
- Fixed: Broken Toolbar link to Gravity Forms’ entry editing while editing an entry in GravityView
- Fixed: PHP undefined index when editing an entry with empty File Upload field
- Fixed: When adding a field in the View Configuration, the browser window would resize
- Modified: The way Hidden Fields are rendered in Edit Entry no fields are configured. Read what has changed around Hidden Fields
- Fixed: Rendering Hidden Fields as input=hidden when no fields are configured in Edit Entry (fixing a regression in 2.5)
- Modified: The default value for the gravityview/edit_entry/reveal_hidden_field filter is now false
- Added: gravityview/edit_entry/render_hidden_field filter to modify whether to render Hidden Field HTML in Edit Entry (default: true)
- Modified: Changed GravityView_Edit_Entry_Locking::enqueue_scripts() visibility to protected
Download GravityView v2.6 - Display Gravity Forms Entries on Your Website Nulled Free
= 2.6 on February 12, 2020 = Thanks To @zorerkek
Developer Updates:
- Added: Implement Gravity Forms Entry Locking - see when others are editing an entry at the same time (learn more)
- Added: Easily duplicate entries in Gravity Forms using the new "Duplicate" link in Gravity Forms Entries screen (read how)
- Improved: Speed up loading of Edit View screen
- Improved: Speed of adding fields in the View Configuration screen
- Modified: Reorganized some settings to be clearer
- Fixed: Potential fatal error when activating extensions with GravityView not active
- Updated: Russian translation (thank you, Victor S!)
- Added:
gravityview/duplicate/backend/enablefilter to disable adding a "Duplicate" link for entries- Added:
gravityview/request/is_renderablefilter to modify what request classes represent valid GravityView requests- Added:
gravityview/widget/search/form/actionfilter to change search submission URL as needed- Added:
gravityview/entry-list/linkfilter to modify Other Entries links as needed- Added:
gravityview/edit/linkfilter to modify Edit Entry link as needed- Fixed: A rare issue where a single entry is prevented from displaying with Post Category filters
- Modified: Important!
gravityview_get_entry()andGVCommon::get_entry()require a View object as the fourth parameter. While the View will be retrieved from the context if the parameter is missing, it's important to supply it.- Modified:
GVCommon::check_entry_displaynow requires a View object as the second parameter. Not passing it will return an error.- Modified:
gravityview/common/get_entry/check_entry_displayfilter has a third View parameter passed fromGVCommon::get_entry- Modified: Bumped future minimum Gravity Forms version to 2.4
Download GravityView v2.5.1 - Display Gravity Forms Entries on Your Website Nulled Free
v2.5.1 on December 14, 2019
Developer Updates:
- Modified: “Show Label” is now off by default for non-table layouts
- Improved: The View Configuration screen has been visually simplified. Fewer borders, larger items, and rounder corners.
- Accessibility improvements. Thanks to Rian Rietveld and Gravity Forms for their support.
- Color contrast ratios now meet Web Content Accessibility Guidelines (WCAG) 2.0 recommendations
- Converted links that act as buttons to actual buttons
- Added keyboard navigation support for “Add Field” and “Add Widget” pickers
- Auto-focus the field search field when Add Field is opened
- Improved Search Bar HTML structure for a better screen reader experience
- Added ARIA labels for Search Bar configuration buttons
- Improved touch target size and spacing for Search Bar add/remove field buttons
- Fixed: “Search All” with Multiple Forms plugin now works as expected in both “any” and “all” search modes.
- Added: gravityview_lightbox_script and gravityview_lightbox_style filters.
- Deprecated: gravity_view_lightbox_script and gravity_view_lightbox_style filters. Use gravityview_lightbox_script and gravityview_lightbox_style instead.
Download GravityView v2.5 - Display Gravity Forms Entries on Your Website Nulled Free
v2.5 on December 5, 2019
This is a big update! Lots of improvements and fixes.
All changes:
Developer Updates:
- GravityView now requires WordPress 4.7 or newer.
- Added: A new “Duplicate Entry” allows you to duplicate entries from the front-end
- View Configuration
- Added: You can now add labels for Custom Content in the View editor (this helps keep track of many Custom Content fields at once!)
- Modified: New Views will be created with a number of default widgets preset
- Fixed: View configuration could be lost when the “Update” button was clicked early in the page load or multiple times rapidly
- Fixed: Some users were unable to edit a View, although having the correct permissions
- Improved CSV output
- Modified: Multiple items in exported CSVs are now separated by a semicolon instead of new line. This is more consistent with formatting from other services.
- Fixed: Checkbox output in CSVs will no longer contain HTML by default
- Fixed: Textarea (Paragraph) output in CSVs will no longer contain <br /> tags by default
- Edit Entry
- Added: Directly embed the Edit Entry screen using the shortcode
- Fixed: Editing an entry with Approve/Disapprove field hidden would disapprove an unapproved entry
- Fixed: Field visibility when editing entries. Hidden fields remain hidden unless explicitly allowed via field configuration.
- Fixed: Hidden calculation fields were being recalculated on Edit Entry
- Sorting and Search
- Fixed: User sorting does not work when the shortcode defines a sorting order
- Fixed: Proper sorting capabilities for Time and Date fields
- Fixed: Page Size widget breaks when multiple search filters are set
- Fixed: Page Size widget resets itself when a search is performed
- Multiple Forms fixes
- Fixed: Global search not working with joined forms
- Fixed: Custom Content fields now work properly with Multiple Forms
- Fixed: Gravity PDF support with Multiple Forms plugin and Custom Content fields
- Fixed: Entry Link, Edit Link and Delete Link URLs may be incorrect with some Multiple Forms setups
- Integrations
- Added: “Show as score” setting for Gravity Forms Survey fields
- Added: Support for Gravity Forms Pipe Add-On
- Added: Track the number of pageviews entries get by using the new [gv_pageviews] shortcode integration with the lightweight Pageviews plugin
- Fixed: GP Nested Forms compatibility issues
- Fixed: PHP warnings appeared when searching Views for sites running GP Populate Anything with “Default” permalinks enabled
- Improved: When a View is embedded on a post or page with an incompatible URL Slug, show a warning (read more)
- Fixed: Number field decimal precision formatting not being respected
- Fixed: Lifetime licenses showed “0” instead of “Unlimited” sites available
- Updated: Polish translation (Thanks, Dariusz!)
- Added: mode where edit entry shortcodes can be used now (experimental)
- Added: gravityview/template/field/csv/glue filter to modify the glue used to separate multiple values in the CSV export (previously “\n”, now default is ‘;’)
- Added: gravityview/shortcodes/gventry/edit/success filter to modify edit success message
- Added: gravityview/search/sieve_choices filter that sieves Search Widget field filter choices to only ones that have been used in entries (a UI is coming soon)
- Added: gravityview/search/filter_details filter for developers to modify search filter configurations
- Added: gravityview/admin/available_fields filter for developers to add their own assignable fields to View configurations
- Added: gravityview/features/paged-edit A super-secret early-bird filter to enable multiple page forms in Edit Entry
- Added: $form_id parameter for the gravityview_template_$field_type_options filter
- Added: gravityview/security/require_unfiltered_html filter now has 3 additional parameters: user_id, cap and args.
- Added: gravityview/gvlogic/atts filter for
- Added: gravityview/edit_entry/page/success filter to alter the message between edit entry pages.
- Added: gravityview/approve_entries/update_unapproved_meta filter to modify entry update approval status.
- Added: gravityview/search/searchable_fields/whitelist filter to modify allowed URL-based searches.
- Fixed: Some issues with unfiltered_html user capabilities being not enough to edit a View
- Fixed: Partial form was being passed to gform_after_update_entry filter after editing an entry. Full form will now be passed.
- Fixed: Widget form IDs would not change when form ID is changed in the View Configuration screen
- Fixed: Intermittent [gvlogic2] and nested else issues
- The shortcode has been rewritten for more stable, stateless behavior
- Fixed: GravityView_Entry_Notes::get_notes() can return null; cast $notes as an array in templates/fields/field-notes-html.php and includes/extensions/entry-notes/fields/notes.php template files
- Fixed: Prevent error logs from filling with “union features not supported”
- Modified: Cookies will no longer be set for Single Entry back links
- Modified: Default 250px image_width setting for File Upload images is now easily overrideable
- Removed: The gravityview/gvlogic/parse_atts/after action is no longer available. See gravityview/gvlogic/atts filter instead
- Removed: The GVLogic_Shortcode class is now a lifeless stub. See \GV\Shortcodes\gvlogic.
- Deprecated: gravityview_get_current_view_data — use the \GV\View API instead
Downlaod GravityView v2.4.1.1 - Display Gravity Forms Entries on Your Website Nulled Free
GravityView DIY Layout v2.1.2.1
GravityView Entry Revisions v1.0.2
GravityView Inline Edit v1.3.1
GravityView Maps v1.6.2
GravityView Math v1.2
Download GravityView v2.4.1.1 - Display Gravity Forms Entries on Your Website Nulled Free
v2.4.1.1 on August 27, 2019
- Fixed: Inconsistent sorting behavior for Views using Table layouts
- Fixed: Searching all fields not searching Multi Select fields
- Fixed: Error activating GravityView when Gravity Forms is disabled
- Fixed: “Getting Started” and “List of Changes” page layouts in WordPress 5.3
- Fixed: Don’t show error messages twice when editing a View with a missing form
- Tweak: Don’t show “Create a View” on trashed forms action menus
Download GravityView v2.4.1 - Display Gravity Forms Entries on Your Website Nulled Free
= v2.4.1 on August 16, 2019 =
- Fixed: Inconsistent sorting behavior for Views using Table layouts
- Fixed: Searching all fields not searching Multi Select fields
- Fixed: Error activating GravityView when Gravity Forms is disabled
- Fixed: "Getting Started" and "List of Changes" page layouts in WordPress 5.3
- Tweak: Don't show "Create a View" on trashed forms action menus
Download GravityView v2.4 - Display Gravity Forms Entries on Your Website Nulled Free
= v2.4 on July 17, 2019 =
- Added: A new Result Number field and {sequence} Merge Tag learn all about it!
- Added: {date_updated} Merge Tag (see all GravityView Merge Tags)
- Added: Option to output all CSV entries, instead of a single page of results
- Fixed: Settings compatibility issues on Multisite
- Fixed: CSV output for address fields contained Google Maps link
- Fixed: When editing an entry in Gravity Forms, clicking the “Cancel” button would not exit edit mode
- Fixed: Some fatal errors when Gravity Forms is deactivated while GravityView is active
- Fixed: Search All Fields functionality with latest Gravity Forms
Developer Updates:
- Breaking Change: users without the unfiltered_html capability can no longer edit Views.
- Added: gravityview/security/allow_unfiltered_html to not require unfiltered_html. Dangerous!
- Added: gravityview/template/field/address/csv/delimiter filter for CSV output of addresses
Download GravityView v2.3.2 - Display Gravity Forms Entries on Your Website Nulled Free
= v2.3.2 on May 3, 2019 =
* Re-fixed: Conditional Logic breaks in Edit Entry if the condition field is not present
Developer Updates:
- Fixed:
strtolower()warnings inclass-frontend-views.php- Fixed:
gravityview/fields/fileupload/link_attsfilter didn't work on link-wrapped images- Fixed: PHP notice triggered when using the Poll widget
- Updated: Updater script, which should improve license check load time
Download GravityView v2.3.1 - Display Gravity Forms Entries on Your Website Nulled Free
v2.3.1 on April 18, 2019
Developer Updates:
- Added: Entry Approval now features a popover that allows you to select from all approval statuses
- Fixed: Issues accessing Edit Entry for Views using Multiple Forms
- Fixed: Issues with Edit Entry where fields were duplicated. This temporarily reverts the conditional logic fix added in 2.3.
- Fixed: Maps will now properly use global API key settings on Multisite installations
- Fixed: Issues searching Address fields that contain custom states
- Added: gravityview/approve_entries/popover_placement filter to modify the placement of the approval popover (default: right)