1.19.2
- Added: Search Bar now supports displaying State and Country fields as Select, List, or Radio input types (before, only text fields)
- Fixed: Single entries not accessible when a View has filters based on Gravity Forms "Advanced" fields like Address and Name
- Added: There is now a warning when a View tab has not been configured. The question "Why aren't my entries showing up?" is often due to a lack of configuration.
- Added: Notice for future PHP requirements.
- Reminder: GravityView will soon require PHP 5.3. 97.6% of sites are already compatible.
- Fixed: Conflict with another plugin that prevented the Field Settings from being reachable in the Edit View screen
- Fixed: GravityView widgets repeating twice for some customers
Developer Notes:
- Added:
GravityView_View::getContextFields()
method allows fetching the fields configured for each View context (directory
,single
,edit
)- Modified:
templates/list-body.php
andtemplates/list-single.php
to add a check for context fields before rendering
- Modified:
- Added:
$field_id
as fourth argument passed togravityview/extension/search/input_type
filter - Added: Added
$cap
and$object_id
parameters toGVCommon::generate_notice()
to be able to check caps before displaying a notice