Download GravityView v2.8.1 - Display Gravity Forms Entries on Your Website Nulled Free
v2.8.1 on April 22, 2020
- Added: Better inline documentation for View Settings
- Improved: When clicking “Add All Form Fields” in the “+ Add Field” picker
- Modified: Changed default settings for new Views to “Show only approved entries”
- Modified: When adding a field to a table-based layout, “+ Add Field” now says “+ Add Column”
- Fixed: Single Entry “Hide empty fields” not working in Table and DataTables layouts
Download GravityView v2.8.0 - Display Gravity Forms Entries on Your Website Nulled Free
= v2.8 on April 16, 2020 =
* Added: User Fields now has many more options, including avatars, first and last name combinations, and more
* Added: A new [Gravatar (Globally Recognized Avatar)](https://en.gravatar.com) field
* Added: "Display as HTML" option for Paragraph fields - By default, safe HTML will be shown. If disabled, only text will be shown.
* Added: Support for Gravity Forms Partial Entries Add-On. When editing an entry, the entry's "Progress" will now be updated.
* Modified: Sort forms by title in Edit View, rather than Date Created (thanks, Rochelle!)
* Modified: The [`{created_by}` Merge Tag](https://docs.gravityview.co/article/281-the-createdby-merge-tag)
* When an entry was created by a logged-out user, `{created_by}` will now show details for a logged-out user (ID `0`), instead of returning an unmodified Merge Tag
* When `{created_by}` is passed without any modifiers, it now will return the ID of the user who created the entry
* Fixed PHP warning when `{created_by}` Merge Tag was passed without any modifiers
* Fixed: The "Single Entry Title" setting was not working properly
* Fixed: Recent Entries widget filters not being applied
* Updated translations: Added Formal German translation (thanks, Felix K!) and updated Polish translation (thanks, Dariusz!)
__Developer Updates:__
* Added: `gravityview/fields/textarea/allow_html` filter to toggle whether Paragraph field output should allow HTML or should be sanitized with `esc_html()`
* Added: `gravityview/field/created_by/name_display` filter for custom User Field output.
* Added: `gravityview/field/created_by/name_display/raw` allow raw (unescaped) output for `gravityview/field/created_by/name_display`.
* Added: `gravityview/fields/gravatar/settings` filter to modify the new Gravatar field's settings
* Added: `gravityview/search/sieve_choices` filter in Version 2.5 that enables only showing choices in the Search Bar that exist in entries ([learn more about this filter](https://docs.gravityview.co/article/701-show-choices-that-exist))
* Modified: `gravityview_get_forms()` and `GVCommon::get_forms()` have new `$order_by` and `$order` parameters (Thanks, Rochelle!)
* Fixed: `gravityview/edit_entry/user_can_edit_entry` and `gravityview/capabilities/allow_logged_out` were not reachable in Edit Entry and Delete Entry since Version 2.5
Download GravityView v2.7.1 - Display Gravity Forms Entries on Your Website Nulled Free
= v2.7.1 on February 24, 2020 =
* Fixed: Fatal error when viewing entries using WPML or Social Sharing & SEO extensions
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/enable
filter to disable adding a "Duplicate" link for entries- Added:
gravityview/request/is_renderable
filter to modify what request classes represent valid GravityView requests- Added:
gravityview/widget/search/form/action
filter to change search submission URL as needed- Added:
gravityview/entry-list/link
filter to modify Other Entries links as needed- Added:
gravityview/edit/link
filter 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_display
now requires a View object as the second parameter. Not passing it will return an error.- Modified:
gravityview/common/get_entry/check_entry_display
filter 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