Releases: GravityKit/GravityView
Releases · GravityKit/GravityView
1.14.2
1.14.1
1.14
- Added: Search Bar now supports custom label text
- Added: Show the value of a single column of a "Multiple Columns" List field
- Added: Sorting by time now works. Why is this "Added" and not "Fixed"? Because Gravity Forms doesn't natively support sorting by time!
- Added: Display the roles of the entry creator by using
{created_by:roles}
Merge Tag - Fixed: Field containers were being rendered even when empty
- Fixed: Widgets were not being displayed when using page builders and themes that pre-process shortcodes
- Fixed: Don't show "Width %" setting when in Single Entry configuration
- Fixed: Error in extension class that assumes GravityView is active
- Fixed: Add check for
{all_fields_display_empty}
Gravity Forms merge tag - Fixed: Hide metabox until View Data Source is configured
- Fixed: Search Bar "Link" input type wasn't highlighting properly based on the value of the filter
- Fixed: Improved speed of getting users for Search Bar and GravityView Search Widgets with "Submitted by" fields, and in the Edit Entry screen (the Change Entry Creator dropdown)
- Fixed: Conflict with other icon fonts in the Dashboard
- Fixed: Allow HTML in Source URL "Link Text" field setting
- Fixed: Gravity Forms User Registration Addon conflicts
- When editing an entry, an user's roles and display name were reset to the Addon's feed configuration settings
- Users receive "Password Updated" emails in WordPress 4.3+, even if the password wasn't changed
- Fixed: Prevent sorting by List fields, which aren't sortable due to their data storage method
- Tweak: Support for plugin banner images in the plugin changelog screen
- Tweak: Updated default Search Bar configuration to be a single input with "Search Everything"
- Tweak: Sort user dropdown by display name instead of username
- Tweak: Reduce size of AJAX responses
- Tweak: Add "Template" column to the All Views list table - now you can better see what template is being used
- Tweak: Remove redundant close icon for field and widget settings
- Tweak: When adding notes via GravityView, set the note type to
gravityview
to allow for better searchability - Added: Automated code testing
- Updated: Bengali translation by @tareqhi. Thank you!
1.13.1
- Fixed: Potential XSS security issue. Please update.
- Fixed: The cache was not being reset properly for entry changes, including:
- Starring/unstarring
- Moving to/from the trash
- Changing entry owner
- Being marked as spam
- Fixed: Delete entry URL not properly passing some parameters (only affecting pages with multiple
[gravityview]
shortcodes) - Added:
gravityview/delete-entry/mode
filter. When returning "trash", "Delete Entry" moves entries to the trash instead of permanently deleting them. - Added:
gravityview/admin/display_live_chat
filter to disable live chat widget - Added:
gravityview/delete-entry/message
filter to modify the "Entry Deleted" message content - Tweak: Improved license activation error handling by linking to relevant account functions
- Tweak: Added settings link to plugin page actions
- Tweak: Improved code documentation
- Updated Translations:
- Bengali translation by @tareqhi
- Turkish translation by @suhakaralar
- New: Released a new GravityView Codex for developers
1.13
- Fixed: Wildcard search broken for Gravity Forms 1.9.12+
- Fixed: Edit Entry validation messages not displaying for Gravity Forms 1.9.12+
- Added: Number field settings
- Format number: Display numbers with thousands separators
- Decimals: Precision of the number of decimal places. Leave blank to use existing precision.
- Added:
detail
parameter to the[gravityview]
shortcode. Learn more - Added:
context
parameter to the[gvlogic]
shortcode to show/hide content based on current mode (Multiple Entries, Single Entry, Edit Entry). Learn more - Added: Allow to override the entry saved value by the dynamic populated value on the Edit Entry view using the
gravityview/edit_entry/pre_populate/override
filter - Added: "Edit View" link in the Toolbar when on an embedded View screen
- Added:
gravityview_is_hierarchical
filter to enable defining a Parent View - Added:
gravityview/merge_tags/do_replace_variables
filter to enable/disable replace_variables behavior - Added:
gravityview/edit_entry/verify_nonce
filter to override nonce validation in Edit Entry - Added:
gravityview_strip_whitespace()
function to strip new lines, tabs, and multiple spaces and replace with single spaces - Added:
gravityview_ob_include()
function to get the contents of a file using combination ofinclude()
andob_start()
- Fixed: Edit Entry link not showing for non-admins when using the DataTables template
- Fixed: Cache wasn't being used for
get_entries()
- Fixed: Extension class wasn't properly checking requirements
- Fixed: Issue with some themes adding paragraphs to Javascript tags in the Edit Entry screen
- Fixed: Duplicated information in the debugging logs
- Updated: "Single Entry Title" and "Back Link Label" settings now support shortcodes, allowing for you to use
[gvlogic]
- Updated: German and Portuguese translations
1.12
- Fixed: Conflicts with Advanced Filter extension when using the Recent Entries widget
- Fixed: Sorting icons were being added to List template fields when embedded on the same page as Table templates
- Fixed: Empty Product fields would show a string (", Qty: , Price:") instead of being empty. This prevented "Hide empty fields" from working
- Fixed: When searching on the Entry Created date, the date used GMT, not blog timezone
- Fixed: Issue accessing settings page on Multisite
- Fixed: Don't show View post types if GravityView isn't valid
- Fixed: Don't redirect to the List of Changes screen if you've already seen the screen for the current version
- Fixed: When checking license status, the plugin can now fix PHP warnings caused by other plugins that messed up the requests
- Fixed: In Multisite, only show notices when it makes sense to
- Added:
gravityview/common/sortable_fields
filter to override which fields are sortable - Tweak: Extension class added ability to check for required minimum PHP versions
- Tweak: Made the
GravityView_Plugin::$theInstance
private and renamed it toGravityView_Plugin::$instance
. If you're a developer using this, please useGravityView_Plugin::getInstance()
instead. - Updated: French translation
1.11.2
1.11.1
- Added: New filter hook to customise the cancel Edit Entry link:
gravityview/edit_entry/cancel_link
- Fixed: Extension translations
- Fixed: Dropdown inputs with long field names could overflow field and widget settings
- Modified: Allow Genesis Framework CSS and Javascript in "No-Conflict Mode"
- Updated: Danish translation (thanks @jaegerbo!) and German translation
1.11
- Added: GravityView now updates WordPress user profiles when an entry is updated while using the Gravity Forms User Registration Add-on
- Fixed: Removed User Registration Add-on validation when updating an entry
- Fixed: Field custom class not showing correctly on the table header
- Fixed: Editing Time fields wasn't displaying saved value
- Fixed: Conflicts with the date range search when search inputs are empty
- Fixed: Conflicts with the Other Entries field when placing a search:
- Developer note: the filter hook
gravityview/field/other_entries/args
was replaced by "gravityview/field/other_entries/criteria". If you are using this filter, please contact support before updating so we can help you transition
- Developer note: the filter hook
- Updated: Turkish translation (thanks @suhakaralar!) and Mexican translation (thanks @jorgepelaez!)