2.29
floatytheastronaut
released this
02 Oct 00:35
·
170 commits
to develop
since this release
This release introduces a much-requested lightbox feature for displaying and editing entries, settings for customizing View URLs, new options for displaying Name field initials and Custom Content fields in full width, and a merge tag modifier to show date field values in a human-readable format. Several bugs have also been fixed.
🚀 Added
- Ability to edit and display entries inside a lightbox.
- Global and individual View settings to customize the URL structure for all or specific Views.
:human
merge tag modifier for date fields to display in human-readable format (e.g.,10 minutes ago
,5 days from now
).- Option to display the Name field value as initials.
- Option to display Custom Content field full width on the Single Entry screen.
🐛 Fixed
- Clearing search removed all URL query parameters and, in some cases, redirected to the homepage.
- Searching the View added duplicate search parameters to the URL.
- PHP 8.2 deprecation notice related to dynamic property creation.
- Entries not displaying when a View using DataTables was embedded in a Single Entry page with the List layout.
- PHP warning when displaying a View with an Event field without an active Gravity Forms Event Fields Add-On.
- Sorting entries in random order was not working.
- Multi Select field values starting with a square bracket were not displayed as selected on the Edit Entry screen.
🔧 Updated
- Foundation to version 1.2.18.
💻 Developer Updates
- Added
gk/gravityview/field/name/display
filter to modify the Name field display value. - Added
gk/gravityview/permalinks/reserved-terms
filter to modify the list of reserved terms that are excluded from permalinks.