Skip to content

2.16

Compare
Choose a tag to compare
@mrcasual mrcasual released this 02 Dec 03:56
· 2086 commits to develop since this release
  • Added: New WordPress admin menu where you can now centrally manage all your GravityKit product licenses and settings (learn more about the new GravityKit menu)
    • Go to the WordPress sidebar and check out the GravityKit menu!
    • We have automatically migrated your existing licenses and settings, which were previously entered in the Views→Settings page
    • Request support using the "Grant Support Access" menu item
  • Added: Support for defining alt text in File Upload fields
  • Added: "Pre-Filter Choices" Search Bar setting will only display choices that exist in submitted entries (learn more about Pre-Filter Choices)
  • Improved: When creating a new View, it is now possible to install a View type (if included in the license) straight from the View editor
  • Improved: Reduce the number of queries when displaying a View
  • Improved: The Edit View screen loads faster
  • Fixed: Merge Tags were not processed inside Custom Content fields when using the [gventry] edit mode
  • Fixed: Gravity Forms poll results was not being refreshed after editing a Poll field in GravityView Edit Entry
  • Fixed: Survey field "Rating" stars were not displaying properly in the frontend
  • Fixed: JavaScript error when creating a new View
  • Fixed: JavaScript error when opening field settings in a new View
  • Fixed: Merge Tag picker not initializing when changing View type for an existing View
  • Fixed: "Field connected to XYZ field was deleted from the form" notice when adding a new field to a View created from a form preset
  • Fixed: Edit Entry may partially save changes if form fields have conditional logic; thanks, Jurriaan!
  • Fixed: View presets not working
  • Fixed: "This View is configured using the View type, which is disabled" notice when creating a new View after activating or installing a View type (e.g., Maps, DIY, DataTables)
  • Fixed: Incorrect search mode is set when one of the View search widget fields uses a "date range" input type
  • Fixed: Multiple files upload error (e.g., when editing an entry using GravityEdit)

Developer Updates:

  • Added: gravityview/template/field/survey/rating/before filter that fires before the Survey field rating stars markup
  • Added: `` parameter to \GV\Request::is_view() method, reducing the need to build a \GV\View object when simply checking if a request is a View
  • Added: `` parameter to GravityView_Cache::set() method to allow for different cache lifetimes
  • Fixed: GravityView_Cache was not used when the WP_DEBUG constant was set to true. This resulted in the cache being effectively disabled on many sites.
    • Improved: Only run GravityView_Cache::use_cache() once per request
    • Added: GRAVITYVIEW_DISABLE_CACHE constant to disable the cache. Note: gravityview_use_cache filter will still be run.