Skip to content

Releases: GravityKit/GravityView

2.19.3

25 Oct 21:27
Compare
Choose a tag to compare
  • Fixed: Using merge tags as values for search and start/end date override settings was not working in Views embedded as a field
  • Fixed: Deprecation notice in PHP 8.2+

2.19.2

20 Oct 01:14
Compare
Choose a tag to compare
  • Fixed: Merge tags were still not working in the Custom Content field after the fix in 2.19.1

2.19.1

17 Oct 15:17
Compare
Choose a tag to compare
  • Fixed: PHP 8+ deprecation notice appearing on 404 pages
  • Fixed: Merge tags not working in the Custom Content field
  • Improved: PHP 8.1 compatibility

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)