2.15
- Added: Entire View contents are wrapped in a container, allowing for better styling (learn about, and how to modify, the container)
- Added: When submitting a search form, the page will scroll to the search form
- Modified: Select and Multiselect search inputs will now use the connected field's "Placeholder" values, if defined in Gravity Forms (read about Search Bar placeholders)
- Improved: Date comparisons when using
[gvlogic]
withgreater_than
orless_than
comparisons - Fixed: Reduced the number of database queries to render a View, especially when using Custom Content, Entry Link, Edit Link, and Delete Link fields
- Fixed: Removed the Gravity Forms Partial Entries Add-On privacy notice when using Edit Entry because auto-saving in Edit Entry is not supported
- Fixed: The "entry approval is changed" notification, if configured, was being sent for new form submissions
- Fixed: Views would not render in PHP 8.1
- Fixed: Multiple PHP 8 and PHP 8.1 warnings
Developer Updates:
- Added:
gravityview/widget/search/append_view_id_anchor
filter to control appending the unique View anchor ID to the search URL (enabled by default) - Added:
gravityview/view/wrapper_container
filter to wrap to optionally wrap the View in a container (enabled by default) — see examples of modifying the container - Added:
gravityview/view/anchor_id
filter to control the unique View anchor ID - Modified the following template files:
includes/widgets/search-widget/templates/search-field-multiselect.php
includes/widgets/search-widget/templates/search-field-select.php
templates/views/list.php
templates/views/table.php
templates/fields/field-custom.php
templates/fields/field-duplicate_link-html.php
templates/fields/field-delete_link-html.php
templates/fields/field-edit_link-html.php
templates/fields/field-entry_link-html.php
templates/fields/field-website-html.php
templates/deprecated/fields/custom.php
templates/deprecated/fields/website.php