GravityView - Display Gravity Forms Entries on Your Website

GravityView - Display Gravity Forms Entries on Your Website 2.23 Nulled

No permission to download
Author anne
Creation date
This update adds support for Nested Forms' entry meta, addresses several bugs, including critical ones, and improves GravityKit's Settings and Manage Your Kit screens.

#### 🚀 Added
* Support for Gravity Wiz's Gravity Forms Nested Forms entry meta (parent form and entry IDs, child form field ID) in the View editor and merge tags.

#### ✨ Improved
* The "Add All Fields" button in the View editor now adds fields in their correct form order.

#### 🐛 Fixed
* Export link View widget would cause a fatal error during multi-word searches.
* Fatal error when the search bar is configured with a Gravity Flow field and the Gravity Flow plugin is not active.
* Duplicating entries no longer fails to refresh the entry list when View-based caching is enabled.
* View cache not being invalidated when updating entries on a form joined using the Multiple Forms extension.
* Number field output now respects the form field's format settings, such as decimals and currency.

#### 🔧 Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.14.
- Added an option to subscribe to GravityKit's newsletter from the Manage Your Kit screen.
- Added a setting in GravityKit > Settings > GravityKit to specify the GravityKit menu position in the Dashboard.
- Improved internal check for product updates that could still interfere with third-party plugin updates. Thanks, Aaron!
- Fixed a bug that prevented WordPress from loading third-party plugin translations after their updates. Thanks, Jérôme!
- Success message now shows correct product name after activation/deactivation.

#### 💻 Developer Updates
* Added `gk/gravityview/entry/approval-link/params` filter to modify entry approval link parameters.
This release introduces [support for search modifiers](https://docs.gravitykit.com/article/995-gravityview-search-modifiers) and [range-based searching for numeric fields](https://docs.gravitykit.com/article/996-number-range-search), enables easy duplication and precise insertion of View fields and widgets, and resolves critical issues with Yoast SEO and LifterLMS. [Read the announcement](https://www.gravitykit.com/gravityview-2-22/) for more details.

#### 🚀 Added
* Support for negative, positive, and exact-match search modifiers in the Search Bar.
* Range-based search for Number, Product (user-defined price), Quantity and Total fields in the Search Bar.
* Ability to duplicate View fields and widgets, and to insert them at a desired position.

#### 🐛 Fixed
* Editing an entry with Yoast SEO active resulted in changes being saved twice.
* Views secured with a secret code did not display inside LifterLMS dashboards.
* View editor display issues when LifterLMS is active.
* Fatal error when editing posts/pages containing GravityView blocks.

#### 🔧 Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.12.
- Fixed a bug that hid third-party plugin updates on the Plugins and Updates pages.
- Resolved a dependency management issue that incorrectly prompted for a Gravity Forms update before activating, installing, or updating GravityKit products.

__Developer Updates:__
* `gk/gravityview/common/quotation-marks` filter to modify the quotation marks used for exact-match searches.
* `gk/gravityview/search/number-range/step` filter to adjust the interval between numbers in input fields for range-based searches.
This update fixes an issue with previewing GravityView blocks for Views with enhanced security and resolves a problem where blocks were previously rendered only for logged-in users.

#### 🐛 Fixed
* Previewing a GravityView block for a View that has enhanced security enabled no longer results in a notice about a missing `secret` shortcode attribute.
* GravityView blocks now render for all users, not just those who are logged in.
This hotfix release addresses a critical error that occurred when activating the plugin without Gravity Forms installed.

#### 🐛 Fixed
* Critical error when activating the plugin without Gravity Forms installed.
This release enhances security, introduces support for LifterLMS, adds a new CSV/TSV export widget to the View editor along with the option to add Gravity Flow fields to the Search Bar, addresses PHP 8.2 deprecation notices, fixes a conflict with BuddyBoss Platform, and improves performance with updates to essential components.

#### 🚀 Added
* A View editor widget to export entries in CSV or TSV formats.
* Support for SVG images.
* Support for Gravity Flow's "Workflow User" and "Workflow Multi-User" fields inside the Search Bar.
* Integration with LifterLMS that allows embedding Views inside Student Dashboards.
* Notice to inform administrators that an embedded View was moved to "trash" and an option to restore it.
* Click-to-copy shortcode functionality in the View editor and when listing existing Views.
This release fixes an issue with View caching and improves compatibility with the Advanced Custom Fields plugin.

#### 🐛 Fixed
* Disappearing pagination and incorrect entry count when View caching is enabled.
* Potential timeout issue when embedding GravityView shortcodes with Advanced Custom Fields plugin.
* PHP 8.1+ deprecation notice.
This release introduces new settings for better control over View caching, adds support for the Advanced Post Creation Add-On when editing entries, fixes a fatal error when exporting entries to CSV, and updates internal components for better performance and compatibility.

#### 🚀 Added
- Global and View-specific settings to control caching of View entries. [Learn more about GravityView caching](https://docs.gravitykit.com/article/58-about-gravityview-caching).
- Support for the [Advanced Post Creation Add-On](https://www.gravityforms.com/add-ons/advanced-post-creation/) when editing entries in GravityView's Edit Entry mode.

#### ✨ Improved
- If Gravity Forms is not installed and/or activated, a notice is displayed to alert users when creating new or listing existing Views.

#### 🐛 Fixed
- Deprecation notice in PHP 8.1+ when displaying a View with file upload fields.
- Fatal error when exporting entries to CSV.

#### 🔧 Updated
* [Foundation](https://www.gravitykit.com/foundation/) to versions 1.2.9.
- GravityKit products that are already installed can now be activated without a valid license.
- Fixed PHP warning messages that appeared when deactivating the last active product with Foundation installed.
This update introduces the ability to send notifications using Gravity Forms when an entry is deleted, improves sorting and survey field ratings, and updates key components for better performance and compatibility.

#### 🚀 Added
* Ability to send notifications using Gravity Forms when an entry is deleted by selecting the "GravityView - Entry is deleted" event from the event dropdown in Gravity Forms notifications settings.

#### 🔧 Updated
* [Foundation](https://www.gravitykit.com/foundation/) and [TrustedLogin](https://www.trustedlogin.com/) to versions 1.2.8 and 1.7.0, respectively.
- Transients are now set and retrieved correctly when using object cache plugins.
- Fixed a JavaScript warning that occurred when deactivating license keys and when viewing products without the necessary permissions.
- Resolved PHP warning messages on the Plugins page.

#### 🐛 Fixed
* Sorting the View by entry ID in ascending and descending order would yield the same result.
* Survey fields without a rating would show a 1-star rating.
* Editing Gravity Forms [Custom Post Fields](https://docs.gravityforms.com/post-custom/#h-general-settings) with a Field Type set to "File Uploads" inside in Edit Entry.

__Developer Updates:__

* Added: `GravityView_Notifications` class as a wrapper for Gravity Forms notifications.
* Modified: Added the current `\GV\View` object as a second parameter for the `gravityview/search-all-split-words` and `gravityview/search-trim-input` filters.
* Modified: Attach listeners in the View editor to `$( document.body )` instead of `$('body')` for speed improvements.
  • Like
Reactions: allangcalvo
* Fixed: PHP 8.1+ deprecation notice when editing an entry with the Gravity Forms User Registration add-on enabled
* Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.6
* Improved: View editor performance, especially with Views with a large number of fields
* Improved: "Link to Edit Entry," "Link to Single Entry," and "Delete Entry" fields are now more easily accessible at the top of the field picker in the View editor
* Fixed: PHP 8.1+ deprecation notice
Back
Top