Releases: GravityKit/GravityView
Releases · GravityKit/GravityView
2.0.13
- Fixed: When View is embedded in a page, the "Delete Entry" link redirects the user to the View URL instead of embedded page URL
- Fixed: Custom Content fields not working with DIY Layout since 2.0.11
- Fixed: Fatal error when migrating settings from (very) old versions of GravityView
- Fixed: oEmbed not working when using "plain" URLs with numeric View ID slugs
Developer Notes
- Added: Code to expose Entry Notes globally, to fix conflict with DataTables (future DataTables update required)
- Added:
data-viewid
attribute to the Search Bar form with the current View ID - Added: Current Post ID parameter to the
gravityview/edit-entry/publishing-action/after
action
2.0.12
2.0.11
- Added: Search for fields by name when adding fields to your View configuration (it's really great!)
- Fixed: GravityView license details not saving when the license was activated (only when the Update Settings button was clicked)
- Fixed: Entry filtering for single entries
- Fixed: Per-user language setting not being used in WordPress 4.7 or newer
Developer Notes
- Added:
\GV\View::get_joins()
method to fetch array of\GV\Joins
connected with a View - Added:
\GV\View::get_joined_forms()
method to get array of\GV\GF_Forms
connected with a View
2.0.10
- Added: Search for fields by name when adding fields to your View configuration (it's really great!)
- Fixed: Password-protected Views were showing "You are not allowed to view this content" instead of the password form
- Fixed: When Map View is embedded, Search Bar pointed to View URL, not page URL
2.0.9
- Added: Allow passing
{get}
Merge Tags to [gventry] and [gvfield] shortcodes - Fixed: Searching by entry creator using the Search Bar wasn't working
- Fixed: Edit Entry showing "Invalid link" warnings when multiple Views are embedded on a page
- Fixed: Issues with legacy template back-compatiblity (A-Z Filters) and newer API widgets (Maps)
- Fixed: Translations for entry "meta", like "Created By" or "Date Created"
- Fixed: When searching State/Province with the Search Bar, use "exact match" search
Developer Notes
- Added: Auto-prefixing for all CSS rules, set to cover 99.7% of browsers. We were already prefixing, so it doesn't change much, but it will update automatically from now on, based on browser support.
2.0.8.1
- Fixed: Standalone map fields not displaying on the Maps layout
- Fixed:
[gv_entry_link]
when embedded in a post or page, not a View - Fixed:
[gv_entry_link]
returning a broken link when the entry isn't defined - Fixed: Conflict with Testimonials Widget plugin (and other plugins) loading outdated code
- Fixed: PHP notice when displaying Gravity Flow "Workflow" field
2.0.8
- Fixed: Table layout not using field Column Width settings
- Fixed: With "Show Label" disabled, "Custom Label" setting is being displayed (if set)
- Fixed: List Field columns were being shown as searchable in Search Bar
- Fixed: Conflict with Gravity Forms Import Entries file upload process
- Fixed: Empty searches could show results when "Hide View data until search is performed" is enabled
- Fixed: When "Start Date" and "End Date" are the same day, results may not be accurate
Developer Updates
- Fixed:
gv_value()
didn't have necessary View global data set for backward compatibility (gv_value()
is now deprecated! UseUse \GV\Field_Template::render()
instead.)
2.0.7.1
2.0.7
- Fixed: Entry visibility when View is embedded
- Fixed: Don't show widgets if we're oEmbedding an entry
- Fixed: Don't apply "Hide Until Search" on entry pages
- Fixed: "Hide View data until search is performed" not working for Views on embedded pages
- Fixed: Restore Advanced Custom Fields plugin compatibility
- Tweak: When activating a license, remove the notice immediately
- Fixed: Maps API key settings resetting after 24 hours
Developer Updates
- Changed: gravityview_get_context() now returns empty string if not GravityView post type