Skip to content

2.17

Compare
Choose a tag to compare
@mrcasual mrcasual released this 13 Feb 20:32
· 1679 commits to develop since this release

Note: GravityView now requires PHP 7.2 or newer

  • It's faster than ever to create a new View! (Table and DataTables View types only)
    • Fields configured in the Gravity Forms Entry Columns are added to the Multiple Entries layout
    • The first field in the Multiple Entries layout is linked to the Single Entry layout
    • All form fields are added to the Single Entry layout
    • An Edit Entry Link field is added to the bottom of the Single Entry layout
  • Added: New "No Entries Behavior" setting: when a View has no entries visible to the current user, you can now choose to display a message, show a Gravity Forms form, or redirect to a URL
  • Modified: The field picker now uses Gravity Forms field icons
  • Fixed: "Pre-filter choices" Search Bar setting not working for Address fields
  • Fixed: [gventry] shortcode not working the Entry ID is set to "first" or "last"
  • Fixed: Fatal error when using the Gravity Forms Survey Add-On
  • Tweak: The field picker in the View editor now uses Gravity Forms field icons

Developer Updates:

  • Modified: If you use the gravityview/template/text/no_entries or gravitview_no_entries_text filters, the output is now passed through the wpautop() function prior to applying the filters, not after
    • Added `` parameter to the gravityview/template/text/no_entries filter to return the original value before being passed through `wpautop()`
  • Modified: Container classes for no results output change based on the "No Entries Behavior" setting:
    • .gv-no-results.gv-no-results-text when set to "Show a Message"
    • .gv-no-results.gv-no-results-form when set to "Display a Form"
    • Updated templates/views/list/list-body.php, templates/views/table/table-body.php
  • Added: `` parameter to gravityview_get_directory_fields() function and `GVCommon::get_directory_fields()` method