Releases: GravityKit/GravityView
Releases · GravityKit/GravityView
2.19
- 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
andgk_parent_form_id
entry meta added to them to better support connecting Views
2.18.7
- 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
- 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
2.18.4
- 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
2.18.2
- 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
2.18
- 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 thethe_gravityview()
global functions - Added:
GravityView_Field_Delete_Link
class to render the Delete Entry link instead of relying on filteringdelete_link
will now be properly returned in theGravityView_Fields::get_all('gravityview');
response
2.17.8
- 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
)