Skip to content

2.19.6

Compare
Choose a tag to compare
@mrcasual mrcasual released this 08 Feb 00:38
· 1101 commits to develop since this release

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 and TrustedLogin 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 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 instead of for speed improvements.