Skip to content

Releases: GravityKit/GravityView

2.19

12 Oct 15:24
Compare
Choose a tag to compare
  • Added: Embed a Gravity Forms form using a field in the View editor
  • Added: Embed a GravityView View using a field in the View editor
  • Added: New Custom Code tab in the View Setting metabox to add custom CSS and JavaScript to the View
  • Fixed: Appearance of HTML tables nested within View fields, including Gravity Forms Survey Add-On fields
  • Fixed: Clicking the "?" tooltip icon would not go to the article if the Support Port is disabled
  • Tweak: Improved Chained Select field output when the Chained Select Add-On is disabled
  • Updated: Foundation to version 1.2.5

Developer Updates:

  • Added: Entries submitted using the new Gravity Forms Field will have gk_parent_entry_id and gk_parent_form_id entry meta added to them to better support connecting Views

2.18.7

21 Sep 23:48
Compare
Choose a tag to compare
  • Added: Support for embedding Views inside WooCommerce Account Pages
  • Improved: [gvlogic] shortcode now works with the Dashboard Views add-on in the WordPress admin area
  • Fixed: The Recent Entries widget results would be affected when browsing a View: the search query, page number, and sorting would affect the displayed entries
  • Fixed: Activation of View types (e.g., Maps, DataTables) would fail in the View editor
  • Fixed: Image preview (file upload field) not working if the file is uploaded to Dropbox using the Gravity Forms Dropbox add-on
  • Updated: Foundation to version 1.2.4

Developer Updates:

  • Added: gk/gravityview/approve_link/return_url filter to modify the return URL after entry approval
  • Improved: Added third argument to gravityview_get_connected_views() to prevent including joined forms in the search

2.18.6

07 Sep 22:23
Compare
Choose a tag to compare
  • Improved: Introduced a gear icon to the editor tabs that brings you directly to the Settings metabox
  • Improved: Support for RTL languages
  • Updated: Foundation to version 1.2.2

2.18.5

01 Sep 14:28
Compare
Choose a tag to compare
  • Fixed: Fatal error caused by GravityView version 2.18.4

2.18.4

01 Sep 01:24
Compare
Choose a tag to compare
  • Added: A "Direct Access" summary in the Publish box in the View editor that makes it easy to see and modify whether a View is accessible directly
  • Improved: Views will now remember the Settings tab you are on after you save a View
  • Fixed: Resolved a fatal error that occurred under certain circumstances due to passing the wrong parameter type to a WordPress function
  • Updated: The video on the Getting Started page
  • Updated: Foundation to version 1.2

2.18.3

21 Jul 00:49
Compare
Choose a tag to compare
  • Fixed: Incorrect total entry count and hidden pagination when View contains an Entry Edit field

2.18.2

12 Jul 19:18
Compare
Choose a tag to compare
  • Fixed: Performance issue
  • Fixed: WP-CLI not displaying available GravityKit product updates
  • Updated: Foundation to version 1.1.1

Developer Notes:

  • Added: gk/gravityview/view/entries/cache filter to provide control over the caching of View entries (default: true)

2.18.1

21 Jun 00:00
Compare
Choose a tag to compare
  • Fixed: PHP warning message that appeared when attempting to edit a View

2.18

20 Jun 19:11
Compare
Choose a tag to compare
  • Fixed: Issue where "Edit Entry" link was not appearing under the Single Entry layout when the View was filtered using the "Created By" criterion with the "{user:ID}" merge tag
  • Fixed: REST API response breaking the functionality of Maps Layout 2.0
  • Updated: Foundation to version 1.1

Developer Notes:

  • Deprecated: get_gravityview() and the the_gravityview() global functions
  • Added: GravityView_Field_Delete_Link class to render the Delete Entry link instead of relying on filtering
    • delete_link will now be properly returned in the GravityView_Fields::get_all('gravityview'); response

2.17.8

16 May 22:26
Compare
Choose a tag to compare
  • Improved: Performance when using Gravity Forms 2.6.9 or older
  • Improved: Form ID now appears beside the form title for easier data source selection in the View editor
  • Fixed: Fatal error when adding a GravityView block in Gutenberg editor
  • Fixed: Error when activating an installed but deactivated View type (e.g., Maps) from within the View editor
  • Fixed: File Upload fields may incorrectly show empty values

Developer Notes:

  • Added: gk/gravityview/metaboxes/data-source/order-by filter to modify the default sorting order of forms in the View editor's data source dropdown menu (default: title)
  • Added: gk/gravityview/renderer/should-display-configuration-notice filter to control the display of View configuration notices (default: true)