Releases: GravityKit/GravityView
Releases · GravityKit/GravityView
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
)
2.17.7
2.17.6
- Added: Filter entries by payment status using a drop-down, radio, multi-select, or checkbox inputs in the Search Bar (previously, only searchable using a text input)
- Modified: Added "(Inactive)" suffix to inactive forms in the Data Source dropdown
- Fixed: Incompatibility with some plugins/themes that use Laravel components
- Fixed: Appearance of Likert survey fields when using Gravity Forms Survey Add-On Version 3.8 or newer
- Fixed: Appearance of the Poll widget when using Gravity Forms Poll Add-On Version 4.0 or newer
- Fixed:
[gvlogic]
not working when embedded in a Post or Page - Fixed:
[gvlogic if="context" is="multiple"]
not working when a View is embedded - Fixed: Consent field always showing checked status when there are two or more Consent fields in the form
- Fixed: Selecting all entries on the Entries page would not properly apply all the search filters
Developer Notes:
- Added:
gk/gravityview/common/get_forms
filter to modify the forms returned byGVCommon::get_forms()
- Modified: Removed
.hidden
from compiled CSS files to prevent potential conflicts with other plugins/themes (use.gv-hidden
instead) - Modified: Added
gvlogic
-related shortcodes to theno_texturize_shortcodes
array to prevent shortcode attributes from being encoding - Modified: Updated Gravity Forms CSS file locations for the Survey, Poll, and Quiz Add-Ons
- Modified: Likert survey responses are now wrapped in
div.gform-settings__content.gform-settings-panel__content
to match the Gravity Forms Survey Add-On 3.8 appearance - Fixed: Properly suppress PHP warnings when calling
GFCommon::gv_vars()
in the Edit View screen - Updated: Foundation to version 1.0.12
- Updated: TrustedLogin to version 1.5.1