=== GravityView === Tags: gravity forms, directory, gravity forms directory Requires at least: 4.7 Tested up to: 6.9.1 Requires PHP: 7.4.0 Stable tag: trunk Contributors: The GravityKit Team License: GPL 3 or higher Beautifully display and edit your Gravity Forms entries. == Description == Beautifully display your Gravity Forms entries. Learn more on [gravitykit.com](https://www.gravitykit.com). == Installation == 1. Upload plugin files to your plugins folder, or install using WordPress' built-in Add New Plugin installer 2. Activate the plugin 3. Follow the instructions == Changelog == = 2.54.1 on February 19, 2026 = This release resolves third-party plugin compatibility issues, Gravity Forms field rendering in Single Entry, and Custom Content field label handling in the View editor. #### πŸ› Fixed * The Gravity Forms field did not render correctly in Single Entry, causing broken CSS styling, form feeds, and third-party integration issues. * Sorting a View by column broke page styles when PDF for GravityView download links were present. * Admin Labels set on Custom Content fields were replaced by Custom Labels after saving the View. * Fatal error caused by a third-party plugin conflict that prevented GravityView from loading. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.11.0. = 2.54 on February 12, 2026 = This update gives you more styling control over rows in the Layout Builder template and addresses issues affecting Edit Entry, Gravity PDF, and View widgets. #### πŸš€ Added * Ability to configure custom CSS classes and HTML IDs for Layout Builder row wrapper elements in the View editor. #### πŸ› Fixed * Fatal errors in various scenarios: - On PHP 8+ when editing an entry with the Created By field in the edit layout and the form's honeypot enabled; - On the Edit Entry page with multi-column List fields caused by certain plugins; - When Gravity PDF generates a PDF for forms with Quiz fields. * View widgets (e.g., Search Bar, Page Links) rendering multiple times on pages that also contain a GravityView Search sidebar widget. * Embedded View in a Custom Content field not rendering inside lightbox Single Entry, showing "You are not allowed to view this content" instead. #### πŸ’» Developer Updates * Added `gravityview/template/layout-builder/row/attributes` filter to modify the HTML attributes of Layout Builder rows. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.10.0. = 2.53 on February 5, 2026 = This release introduces the ability to filter Entry Notes by type, resolves multiple Edit Entry issues including hidden fields, List fields, and multi-page navigation, and fixes File Upload secure links forcing downloads instead of opening in the browser. #### πŸš€ Added * Entry Notes field setting to filter displayed note types, such as hiding notification confirmations while showing only user notes. #### πŸ› Fixed * Hidden fields not appearing on the Edit Entry page when the `gravityview/edit_entry/reveal_hidden_field` filter returns `true`. * Multi-column List fields with data on the Edit Entry page no longer display serialized array data when revealed via conditional logic. * Edit Entry Next/Previous buttons not navigating to the correct page on multi-page forms. * The "Unapproved" entries filter preventing other plugins from modifying the entry query. * Layout Builder template now has distinct CSS classes for Single Entry (`gv-layout-builder-single-container`) and Multiple Entries (`gv-layout-builder-multiple-container`) views, matching the pattern used by Table and List templates. * File Upload field secure download links now open files (PDFs, images, etc.) in the browser instead of forcing a download. #### πŸ’» Developer Updates * Added `gk/gravityview/field/notes/type-labels` filter to modify the labels displayed for note types in the Entry Notes field settings. * Added `gk/gravityview/field/notes/default-types` filter to modify the default note types available in the Entry Notes field settings. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.9.0. = 2.52 on January 29, 2026 = This release improves File Upload field secure download links, fixes a compatibility issue with the Gravity Forms Populate Anything plugin, and resolves issues with the Gravity Forms field and View filtering. #### ✨ Improved * File Upload fields now generate cleaner, more flexible secure download links. #### πŸ› Fixed * Inconsistent behavior between View filtering using URL parameters and Search Widget configuration. * Choice fields (e.g., Select, Radio) populated by the Gravity Forms Populate Anything plugin now display labels instead of raw values when "Show Label" is enabled. * Gravity Forms field issues: - Embedded forms with conditional logic were not rendered. - Successful form resubmission after initial validation failure would fail with "Another submission is already in progress" error. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.8.0. = 2.51 on January 22, 2026 = This release adds support for Gravity Forms Repeater fields and resolves issues with field visibility, embedded Views, and Image Choices field display. #### πŸš€ Added * Support for Gravity Forms Repeater fields, including nested data display in Table and List Views, Search Bar integration, and configurable display limits. #### πŸ› Fixed * View cache not clearing after editing entries via GravityView Edit Entry. * Field visibility settings were not being respected by the Layout Builder template. * Embedded Views (via the `[gravityview]` shortcode or GravityView View field) were not rendering correctly when displayed within a Single Entry layout on pages with multiple Views. * Image Choices field displayed the same image for all choices when each choice was added as a separate field in a View. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.7.2. = 2.50.1 on January 15, 2026 = This release fixes Search Bar settings modal display issues and a conflict with plugins using Laravel components, and adds new filters for entry deletion and edit locking control. #### πŸ› Fixed * Search Bar Settings modal Close button not visible and dialog appearing behind the admin bar on smaller viewports. * Conflict with plugins that use Laravel/Illuminate components. #### πŸ’» Developer Updates * Added `gk/gravityview/delete-entry/can-delete` filter to control whether a user can delete an entry. * Added `gk/gravityview/edit-entry/lock-dialog/show-request-control` filter to control visibility of the Request Control button in the entry lock dialog. = 2.50 on January 8, 2026 = This release improves error messaging for administrators, adds custom CSS/JavaScript placeholders for View-specific styling, and fixes Edit Entry functionality, REST API access handling, PHP 8.4 compatibility issues, and more. #### ✨ Improved * Administrators now see detailed, actionable error messages when Views or entries cannot be displayed, instead of the generic "You are not allowed to view this content." message. * Custom CSS and JavaScript settings now support placeholders that are automatically replaced with View-specific values. This makes it easy to write custom styles that apply to a single View without affecting others on the same page. [Read about the new placeholders](https://docs.gravitykit.com/article/246-adding-custom-css-to-your-website#:~:text=Available%20placeholders). * The "Created By" field on the Edit Entry page now includes AJAX-powered search, making it easy to find and select users. #### πŸ› Fixed * JavaScript error breaking Edit Entry functionality when forms use conditional logic on buttons. * Unnecessary database queries running on every page load when GravityView caching was disabled, potentially causing performance issues. * Multi-column List fields on the Edit Entry page displayed serialized array data (e.g., `a:1:{i:0;s:0:"";}`) instead of remaining empty when revealed via conditional logic. * REST API requests for single entries now properly respect View settings like "Prevent Direct Access" and REST API restrictions. * PHP 8.4 implicit nullable parameter deprecation warnings. * Name field now respects hidden input settings configured in Gravity Forms (e.g., hiding Prefix, Middle Name or Suffix). * Some hooks were not removed when switching lightbox provider. * Merge tag picker not appearing in the View editor when Yoast SEO Premium is active. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.7.1. #### πŸ’» Developer Updates * Added `gk/gravityview/custom-code/placeholders` filter to modify or add custom placeholders for the Custom CSS and JavaScript settings. * The `VIEW_SELECTOR` placeholder is hard-coded to `.gv-container.gv-container-{view id}`. If you have removed those classes by using the `gravityview/render/container/class` filter, the `VIEW_SELECTOR` placeholder will not work as expected; use the `VIEW_ID` placeholder instead. * View Custom CSS and JavaScript is now output only once per View, even when the same View is embedded multiple times on a page. = 2.49 on December 5, 2025 = This update adds a new merge tag modifier for improved URL encoding and resolves a WordPress 6.9 compatibility issue affecting classic themes. #### πŸš€ Added * [`:rawurlencode` merge tag modifier](https://docs.gravitykit.com/article/350-merge-tag-modifiers#Usage-rawurlencode-Modifier-eLEk5) for better handling of special characters in URL paths and email links. #### πŸ› Fixed * Compatibility issue with WordPress 6.9 that caused Views to display incorrectly on classic themes. #### πŸ’» Developer Updates * Added `gk/gravityview/compatibility/block-assets-on-demand` filter to control whether GravityView disables WordPress 6.9's on-demand block asset loading (`true` by default). = 2.48.5 on December 4, 2025 = This release resolves deprecation notices in GravityView blocks on WordPress 6.7+, fixes edit locking not releasing entries properly on the Edit Entry page, and addresses PHP warnings. **Note: [GravityView blocks](https://docs.gravitykit.com/article/915-embedding-views-entries-and-fields-using-blocks) now require WordPress 6.3 or newer.** #### πŸ› Fixed * Deprecation notices in GravityView blocks on WordPress 6.7+. * With Edit Locking enabled, entries sometimes stayed locked after someone finished editing them, causing attempts by others to take over editing to fail. * PHP deprecation warning when editing certain entries with Post fields. * PHP notice when using `{sequence}` merge tag as a custom label for a View field. #### πŸ’» Developer Updates * Added `gk/gravityview/delete-entry/mode` filter to allow code to modify the delete mode (whether to trash or delete an entry) for a specific View. - Deprecated the `gravityview/delete-entry/mode` filter. * Added `gk/gravityview/delete-entry/delete-connected-post` filter to allow code to modify the behavior of deleting posts connected to an entry. - Deprecated the `gravityview/delete-entry/delete-connected-post` filter. * Added `gk/gravityview/delete-entry/deleted` action to trigger when an entry is deleted. - Deprecated the `gravityview/delete-entry/deleted` action. * Added `gk/gravityview/delete-entry/trashed` action to trigger when an entry is trashed. - Deprecated the `gravityview/delete-entry/trashed` action. = 2.48.4 on November 27, 2025 = This release resolves a compatibility issue with the Advanced Post Creation Add-On and adds new filters for developers to adjust edit and delete entry behavior. #### πŸ› Fixed * "You don’t have permission to edit this post" shown when editing entries with Post fields linked to posts created through the Advanced Post Creation Add-On. #### πŸ’» Developer Updates * Added `gk/gravityview/edit-entry/init/data` filter to modify form, entry, and View data before rendering the Edit Entry form. * Added `gk/gravityview/delete-entry/show-delete-button` filter to allow code to modify the visibility of the Delete button, with entry, form, View ID, and post ID as parameters. - The `gravityview/delete-entry/show-delete-button` filter will be deprecated in a future release. = 2.48.3 on November 17, 2025 = This hotfix resolves a performance issue introduced in 2.48.2. #### πŸ› Fixed * After the 2.48.2 update, Views were taking significantly longer to load. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.7.0. = 2.48.2 on November 13, 2025 = This release addresses multiple issues impacting search fields, Edit Entry behavior, logging of entry approval status changes, and other aspects of the plugin’s functionality. #### πŸ› Fixed * Fatal error when using Chained Select fields in the Search Bar without proper form context. * Incorrect search logic for Date and Entry Date fields when using a single input or a range. * Fields on the Edit Entry page not clearing stored values when hidden by conditional logic, or restoring their default/merge-tag-based values when shown again. * Email fields with confirmation enabled could display `Array` instead of the correct value. * Workflow Step field not able to be used to link to a single entry. * Entry Notes not being added when an entry’s approval status changed due to the Unapprove Entries After Editing setting or when updated via the Approval Status field on the Entry Edit page. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.6.2. #### πŸ’» Developer Updates * Added `gk/gravityview/view_collection/from_post/views` filter to allow code to add Views to the Collection that are not found by the default logic, or modify the View Collection before it is returned. * Improved error message handling with centralized `GravityView_Error_Messages` class: - Error messages now differentiate between administrators (actionable links) and regular users (generic messages) to prevent information disclosure. - Entry permission checks moved to `GV\Entry::check_access()` for better encapsulation. - All error codes standardized to `snake_case` for consistency with WordPress core conventions. * Enhanced security of error messages by properly escaping all translatable strings using `esc_html__()` and `wp_kses_post()`. * Improved code quality and type safety: - Removed redundant `as_entry()` conversions where objects are already `GV\Entry` instances. - Added safe array access using `GV\Utils::get()` to prevent undefined index errors. - Fixed type confusion between `GV\Entry` objects and raw entry arrays. = 2.48.1 on October 9, 2025 = This update resolves issues with date filtering, lightbox display, and Edit Entry layout styling. #### πŸ› Fixed * When using a single-input Entry Date search field, results now include only entries created on the specified date, rather than all entries from that date onward. * File Upload field images were incorrectly displaying in a lightbox when the View's "Enable lightbox for images" setting was disabled, but another field had "Open in a lightbox?" enabled. * Styling issues on the Edit Entry page when using the Layout Builder for the Single Entry page. = 2.48 on October 2, 2025 = This update improves responsiveness and spacing in Layout Builder layouts, and fixes an issue that could prevent GravityKit settings from saving. #### ✨ Improved * Layout Builder layouts are easier to view on smaller screens and entries are now more clearly separated. #### πŸ› Fixed * Saving GravityKit settings could fail in certain situations. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.6.0. = 2.47 on September 25, 2025 = This release improves the handling of shortcodes and File Upload fields, and fixes an issue where a View would fail to render. #### ✨ Improved * Excerpts and content previews now automatically remove GravityView shortcodes for cleaner content display in archives, widgets, and feeds. * Allow PDF files to bypass secure download URLs when the "Use Direct File Path for Media" setting is enabled for a File Upload field. * Shortcodes can now accept special characters that WordPress ignores. #### πŸ› Fixed * Search Bar no longer disappears when the β€œHide View data until search is performed” setting is enabled. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.5.0. #### πŸ’» Developer Updates * Added `pdf` to the allowed file extensions for the `gk/gravityview/fields/fileupload/secure-links/allowed-extensions` filter. = 2.46.2 on September 18, 2025 = #### ✨ Improved * Notices and frontend messages for shortcodes with invalid or missing `secret` attributes are clearer and can be dismissed globally. * Shortcodes referencing the same View they are embedded in no longer require a secret. #### πŸ› Fixed * Entry Link block not working with secure Views requiring a secret. * Export widget not working when Views were filtered to show entries created by the logged-in user. * Fields linked to Single Entry layouts are now exported as p`xlain text values, not hyperlinks, when using direct CSV/TSV export URLs. * Featured entries in the Layout Builder template now display with the intended styling. * Single Entry pages not rendering when search filter parameters were present in the URL. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.4.0. #### πŸ’» Developer Updates * Added a `gv-template-{type}` class to the outer containers of Layout Builder, List, and Table templates, enabling easier custom JS and CSS targeting. = 2.46.1 on September 11, 2025 = This update fixes widget display issues when embedding Views with page builders. #### πŸ› Fixed * Widgets not rendering when Views are embedded using shortcodes in page builders like Elementor and Divi. = 2.46 on September 4, 2025 = This release adds the ability to output column values from multi-column List fields using merge tag modifiers, notifies admins when users access pages with misconfigured shortcode secrets, and fixes issues with Checkbox field settings, Result Number sequencing, and a potential PHP error with Address fields. #### πŸš€ Added * Support for the List field merge tag modifier (e.g., `{List:1:2:text}`), enabling output of column values as an HTML list (default) or as a comma-separated string. * An admin notice is displayed when a GravityView shortcode’s required `secret` attribute is missing or invalid. #### πŸ› Fixed * Display issue with Checkbox field settings in the View editor where related "Link to single entry" options were not grouped together. * Result Number field now respects the "First Number in the Sequence" setting instead of always starting at 0. * PHP fatal error that could occur when editing entries containing Address fields. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.3.1, fixing an unrelated product dependency notice shown when installing certain products from the Manage Your Kit screen. = 2.45 on August 28, 2025 = This release introduces a new 4-column Layout Builder option and lightbox support for the `[gv_entry_link]` shortcode, improves performance by disabling secure links for File Upload fields, and resolves various issues with filters, notifications, and file display on the Edit Entry screen. #### πŸš€ Added * 4-column row layout option in Layout Builder. * Setting for the File Upload field to disable secure download URLs for images, audio, and video files, greatly improving performance. * New `lightbox` attribute for the `[gv_entry_link]` shortcode to open the link in a lightbox. - Supports `action` attribute values: `read`, `edit`. #### ✨ Improved * Security of the `[gv_entry_link]` shortcode. #### πŸ› Fixed * Range filter on the Date Created field returned incorrect results when only a start date was entered. * Field filter form in the View editor now properly matches accented characters (e.g., typing "e" matches "Γ©"). * Approval-related notifications no longer fire when saving an entry if the Approve Entries field remains unchanged. - Notifications now send only when the approval status actually changes (applies to Edit Entry, front-end approval, admin bulk actions, and merge-tag approval updates). * File Upload field now reliably displays existing images on the Edit Entry form in complex scenarios. #### πŸ’» Developer Updates * Filters for customizing secure download bypass behavior: - `gk/gravityview/fields/fileupload/secure-links/bypass` controls bypass per field/View/user; - `gk/gravityview/fields/fileupload/secure-links/allowed-extensions` customizes allowed file types. * Deprecated `GravityView_Entry_Link_Shortcode` class in favor of the `GV\Shortcodes\gv_entry_link` function. * Deprecated `GravityView_Admin_Notices` class in favor of the new notices functionality provided by Foundation. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.3.0: - New GravityKit global settings for logging configuration (level, type, cleanup schedule, retention); - A unified way to display admin notices across all GravityKit products; - Performance improvements and bug fixes. = 2.44 on August 21, 2025 = This release updates the View editor with new display options for Checkbox fields and Search Bar columns, enhances Magic Links validation and BuddyBoss/BuddyPress page support, and resolves issues affecting the Search Bar widget and Edit Entry screen. #### πŸš€ Added * Ability to arrange Search Bar fields vertically (stacked) or horizontally (side by side). #### ✨ Improved * Detection of BuddyBoss and BuddyPress on group and user profile pages. * Performance of [Magic Links](https://www.gravitykit.com/products/magic-links/) validation. * Text alignment classes (left, right) no longer applied to Search Bar columns. * Alignment of File Upload field icons with filenames on the Edit Entry screen. * Entries updated through the Edit Entry page redirect back to that page, preventing repeated submissions. #### πŸ› Fixed * Removing a file from a File Upload field on the Edit Entry page did not clear the field. * Date Range filters returned incorrect results when only a start or end date was entered (including in the DataTables layout). * Inconsistent sizing of Search Bar field icons. #### πŸ’» Developer Updates * Added `gk/gravityview/admin-views/area/actions` hook, which runs inside the View editor’s droppable areas and allows adding custom actions. = 2.43.3 on August 14, 2025 = This update improves Entry Notes and improves the default behavior for the Search Bar labels. #### πŸ› Fixed * Entry Notes field displaying an error message when adding a note, even if the note is successfully added. * New Search Bar field labels are now visible by default on any layout. #### ✨ Improved * Sanitization for Entry Notes content. * Error handling for both AJAX and non-AJAX requests in Entry Notes. * Removed old broken links from this changelog ⛓️‍πŸ’₯ #### πŸ’» Developer Updates * Deprecated `GravityView_Entry_Notes::get_note()` in favor of `GFAPI::get_note()`. = 2.43.2 on August 5, 2025 = This release introduces a flexible display format for checkbox fields, tightens Edit Entry security, and polishes File Upload presentation. #### πŸš€ Added * "Display Format" setting for Checkbox fields to choose between bulleted lists (default) or comma-separated values. #### ✨ Improved * Improved security in Edit Entry surrounding the Approval Status field. * File Upload field display on the Edit Entry screen: icons are now aligned with the filename. * The Approval Status field correctly reflects the current entry approval status. = 2.43.1 on July 31, 2025 = This update fixes several issues, including DIY Layout container tag selection, incorrect Time field value display, and various PHP warnings and deprecation messages. #### πŸ› Fixed * Time field values displaying incorrectly when the server and WordPress are set to different timezones. * Choosing "None" as the container tag in DIY Layout not being saved and reverting to "DIV". * Inline editing automatically enabled on Single Entry pages in List Views when using GravityEdit. * "Undefined array key" PHP warning that could occur when using the Gravity Forms Signature Add-On. * Various PHP warnings and deprecated notices. = 2.43 on July 24, 2025 = This update adds support for displaying Views inside Jetpack CRM Client Portal Pro pages, fixes entry sorting on the Gravity Forms Entries page when filtering by approval status, and resolves Search Bar issues involving the Chained Selects Add-On and Approval Status search. #### πŸš€ Added * Support for displaying Views embedded in Jetpack CRM Client Portal Pro pages. #### πŸ› Fixed * Sorting entries by field values in the Gravity Forms Entries table did not work when the β€œUnapproved” status filter was applied. * In some cases, adding a Chained Selects Add-On field to the Search Bar caused raw JavaScript code to be visible and prevented the field from working properly. * Approval Status search was not working. = 2.42.2 on July 17, 2025 = This hotfix resolves a display issue introduced in 2.42 affecting address subfields in the Search Bar widget, and fixes a fatal error related to the Image Hopper Post Image field. #### πŸ› Fixed * Address field subfields (State/Province, City, etc.) were not displaying in the Search Bar widget after the 2.42 update. * Fatal error when editing an entry containing an Image Hopper Post Image field. = 2.42.1 on July 16, 2025 = This patch resolves a fatal error that could occur when using the plugin with older versions of Gravity Forms. #### πŸ› Fixed * Fatal error due to a call to an undefined method when using GravityView with Gravity Forms versions older than 2.9. = 2.42 on July 10, 2025 = This update delivers a major overhaul of the Search Bar widget, offering significantly more flexibility in how search fields are displayed and configured, along with new developer features and improved template handling for easier customization. #### πŸš€ Added * A new `search_visible_fields` setting that restricts "Search Everything" searches to visible View fields. * The Search Bar widget can now be configured with different row types, just like the Layout Builder. * Advanced search fields are shown in a collapsible section, hidden by default for a cleaner interface. * A dedicated Search Button field for more flexible placement. * Added a Search Mode field (can be hidden or shown as radio buttons). * Hide individual search fields based on user role. * Sieving can now be set on a per-field basis for choice search fields. * More granular control over search fields with specific settings for each one. #### πŸ’» Developer Updates * Added `gk/gravityview/widget/search/visible_fields_only` filter to modify whether "Search Everything" searches are limited for a View. * Added a fourth `$data` attribute to `\GravityView_View::render()` for setting a `$data` global in View templates. * Updated Search Bar templates to use the new global `$data` variable instead of `$gravityview_view`: - `$gravityview_view->search_fields` β†’ `$data['search_fields']` - `$gravityview_view->permalink_fields` β†’ `$data['permalink_fields']` - `$gravityview_view->search_layout` β†’ `$data['search_layout']` - `$gravityview_view->search_mode` β†’ `$data['search_mode']` - `$gravityview_view->search_class` β†’ `$data['search_class']` - `$gravityview_view->search_clear` β†’ `$data['search_clear']` * Added `gk/gravityview/search/additional-reserved-args` filter to add additional reserved arguments for the Search Bar widget. = 2.41 on July 3, 2025 = This release adds a GravityBoard widget for embedding boards in Views, resolves issues with block rendering and Chained Selects fields, fixes Single and Edit Entry not working in membership plugins, and alerts users to potential conflicts with Formidable Views. #### πŸš€ Added * [GravityBoard](https://www.gravitykit.com/products/gravityboard/) widget to embed a board in a View. #### πŸ› Fixed * For some users, adding a Chained Selects Add-On field to the Search Bar causes JavaScript code to be visible and the field would not work as expected. * When "Preview as shortcode" was enabled in the View editor, some blocks would not render properly on the frontend. * Added a compatibility notice when using Formidable Views and GravityView at the same time. * Single Entry and Edit Entry were not working when Views were embedded in some plugin membership pages. These plugins include LearnDash, BuddyBoss and BuddyPress, Ultimate Member, and WooCommerce Account Pages. #### πŸ’» Developer Updates * `requires` and `requires-not` field setting conditional display were not working correctly for radio buttons. * Added `GVCommon::is_rest_request()` method to check if the current request is a REST request, a clone of the `wp_is_serving_rest_request()` function. * CSS files are now versioned using `filemtime()` instead of the plugin version, ensuring browsers always load the latest styles after updates. = 2.40 on May 29, 2025 = This release fixes issues with editing entries that include File Upload fields and downloading files with spaces in their filenames, corrects CSV export of Survey Add-On values, and adds support for the `{get}` merge tag inside the `[gv_entry_link]` shortcode. #### πŸš€ Added * Support for the `{get}` merge tag inside the `[gv_entry_link]` shortcode. #### πŸ› Fixed * Multiple issues with the File Upload field on the Edit Entry screen. * CSV export of Survey Add-On fields now correctly outputs data values instead of raw HTML markup. * Filenames with spaces in File Upload field links were incorrectly encoded, preventing files from opening or downloading. Thanks, Jake! = 2.39.1 on April 25, 2025 = This hotfix resolves a fatal error that occurred when updating the plugin from version 2.38 or earlier. #### πŸ› Fixed * Fatal error when updating the plugin from version 2.38 or earlier. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.25. = 2.39 on April 24, 2025 = This update speeds up form loading in the View editor, fixes GravityEdit compatibility and translation issues in WordPress 6.8, and includes other fixes and improvements. #### πŸ› Fixed * Uploaded files are kept on the Edit Entry form if validation fails. #### ✨ Improved * Faster form fetching in the Data Source dropdown in the View editor. * Expand/contract button is no longer shown in View editor warning dialogs. #### πŸ› Fixed * Compatibility issue with GravityEdit when using the Layout Builder template. * PHP notice in WordPress 6.8 caused by initializing product translations too early. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.24. #### πŸ’» Developer Updates * The `$forms` array passed to the `gravityview/metaboxes/data-source/before` and `gravityview/metaboxes/data-source/after` filters now includes only form IDs as keys and titles as values, instead of full form objects. * The `gk/gravityview/common/get_forms` filter is no longer applied to forms shown in the Data Source dropdown. * Added `gk/gravityview/lightbox/entry/link` filter to modify the markup of Single Entry and Edit Entry links that open in a lightbox. = 2.38 on April 9, 2025 = This release adds a new setting for Edit Entry locking and fixes issues with multi-page form entry editing, shortcode rendering inside the Layout Builder template, entry locking, and more. #### πŸš€ Added * View editor setting to control how frequently requests to take control of a locked entry are checked when Edit Locking is enabled. #### πŸ› Fixed * Navigation between pages in multi-page forms was broken when editing entries. * GravityView View field in the Single Entry layout may not display results when accessed from a paginated View. * `[gv_entry_link]` shortcode was not rendering inside the Custom Content field when using the Layout Builder template. * Fatal error when a Chained Selects Add-On search field was added to the Search Bar, then removed from the connected form. * Entry locking not working in certain cases. * Browser performance issue when a View is rendered in the Elementor preview area. #### πŸ’» Developer Updates * Added `gk/gravityview/edit-entry/user-can-edit-field` filter to allow modifying field visibility in Edit Entry. = 2.37 on March 24, 2025 = This release enhances dialogs in the View editor, improves button and link positioning on the Edit Entry page, and resolves missing settings, embed issues in page builders, unsaved changes warnings, and more. #### πŸš€ Added * Expand/contract button to field and widget settings in the View editor. - When the dialog is expanded, the code editor will expand to the full width of the dialog. #### ✨ Improved * The display of action buttons/links on the Edit Entry page. #### πŸ› Fixed * Missing settings in the View editor for customizing next/previous page button text on the Edit Entry screen. * Missing hooks in the Layout Builder template prevented extensions like Ratings & Reviews from working. * Broken Entry Edit link inside the lightbox when viewing a single entry. * Settings text may not wrap correctly in the View editor. * The "Are you sure you want to leave this page?" unsaved changes warning appears after opening field settings and navigating away from the Edit View page, even if no changes were made. * Embedding a View via a page builder (e.g., Elementor) prevented a GravityView View field in the Single Entry layout from rendering. = 2.36 on March 13, 2025 = This update introduces a new notification event for duplicated entries, along with fixes and improvements to GravityView blocks, shortcodes, and Views using joined data from multiple forms. #### πŸš€ Added * New notification event "GravityView - Entry is duplicated" that runs when entries are duplicated using GravityView. #### ✨ Improved * Forms in the form selection filter on the Views page are now sorted alphabetically. * Security enhancements for GravityView blocks and shortcodes. #### πŸ› Fixed * View Details block could not be previewed when enhanced security was enabled on the View. * Adding the GravityView shortcode or View block in the block editor prevented content from being saved when the View was configured to redirect on no entries. * `[gravityview]` shortcode not returning results when the `search_value` attribute value contains an apostrophe. * Issues in Views using joined data ([Multiple Forms](https://www.gravitykit.com/extensions/multiple-forms/) extension): - Single Entry layout not working in a lightbox; - Invalid `GravityView > Edit Entry` link in the top admin bar when editing an entry; - PHP notice triggered when editing entries in a lightbox. = 2.35 on February 12, 2025 = This update adds random sorting to the GravityView block, improves how partial entries are handled, and fixes several issues, including a fatal error in Gravity Forms 2.9.3 or newer. #### πŸš€ Added * Random sorting option in the GravityView block. #### ✨ Improved * Partial entries no longer appear as "Unapproved" on the Entries page. #### πŸ› Fixed * Random sorting was not working when overriding the View sorting using the `sort_direction` shortcode attribute. * Entry notes not displaying in the DataTables extension when the first View field is a Date field. * Gravity Flow fields were displaying as available when Gravity Flow was not active. * Result Number field would not reset counts when multiple Views were displayed on the same page. * Random sorting of View entries did not work unless View caching was explicitly disabled. * Fatal error in Gravity Forms 2.9.3 or newer when editing an entry with a File Upload field. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.23. = 2.34.2 on February 4, 2025 = This release fixes a PHP notice in WordPress 6.7+ and a display issue in Views using the Layout Builder template. #### πŸ› Fixed * `function _load_textdomain_just_in_time was called incorrectly` PHP notice in WordPress 6.7 or newer. * Display issue caused by a malformed `div` tag in the Layout Builder View template. = 2.34.1 on January 30, 2025 = This update resolves multiple issues, including problems with search bar visibility in Layout Builder, entry management in multisite environments, and non-functional entry locking and notes, among others. #### πŸ› Fixed * The Search Bar would not always be visible in Views using the Layout Builder. * Users belonging to the main network site in a multisite environment couldn’t delete their own entries on subsites. * Entry locking not working. * JavaScript error preventing entry notes from being added when using the Twenty Twenty-Two theme or newer. * Using a comma in the `:format` merge tag modifier with Date fields caused partial results to be returned. #### πŸ’» Developer Updates * Added `gk/gravityview/edit-entry/renderer/enqueue-entry-lock-assets` filter to override whether to load the entry lock UI assets. * Added `gk/gravityview/edit-entry/renderer/entry-lock-dialog-markup` filter to modify the entry locking UI dialog window markup. = 2.34 on January 9, 2025 = This release introduces the [Layout Builder](https://www.gravitykit.com/announcing-gravityview-2-34-all-new-layout-builder) that allows creating custom layouts with rows and columns directly in the View editor, adds support for exporting entries by Approval Status, and includes various fixes and improvements. #### πŸš€ Added * New Layout Builder View type for creating custom layouts with single or multi-column configurations and adjustable widths. * Support for using entry Approval Status in conditional logic rules on the Gravity Forms Export Entries page. #### ✨ Improved * Entries added via the Gravity Forms API or while GravityView is inactive can now be filtered using the "Unapproved" status on the Entries page. #### πŸ› Fixed * Fatal error when searching entries by Approval Status in Views joined with another form using the Multiple Forms extension. * Some [merge tag modifiers](https://docs.gravitykit.com/article/350-merge-tag-modifiers) (e.g., `:maxwords`) not being processed. * WordPress's timezone offset not applying to Date field output with the `:format` merge tag modifier. = 2.33.2 on December 31, 2024 = This update removes debugging code from the Entry Notes field. #### πŸ› Fixed * Debugging code being shown in the Entry Notes field output. * Output of the User Activation field not being sanitized. = 2.33.1 on December 30, 2024 = This update removes debugging code from the Entry Notes field. #### πŸ› Fixed * Debugging code being shown in the Entry Notes field output. = 2.33 on December 19, 2024 = This release introduces support for the Source ID meta (Gravity Forms 2.9+), adds a new User Activation field to the View editor, and includes various fixes and enhancements. #### πŸš€ Added * Support for the Source ID meta introduced in Gravity Forms 2.9. * New User Activation field in the View editor to activate users added by the Gravity Forms User Registration add-on. * Client-side validation of View editor settings to prevent incorrect values. * `:initials` merge tag modifier for Name fields to display initials. * `:format` merge tag modifier for field inputs (e.g., `{Event Field:1.1:format:Y-m-d}`). #### πŸ› Fixed * Merge tags in redirect URLs were not processed after editing or deleting an entry in the lightbox. * Individual Checkboxes field inputs incorrectly exported in CSV. * Custom permalinks not being used in embedded Views. * Deprecated filter notice when both the Advanced Filter extension (version 3 or newer) and Gravity Flow are active. * Labels for fields with empty values disappearing in mobile view when joining forms using the Multiple Forms extension. * Views defaulting to English instead of the site's language for users without certain capabilities. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.22. #### πŸ’» Developer Updates * Added `gravityview/template/field/csv/tick` filter to programmatically modify the checkbox "check" output in CSV. * Added `gravityview/shortcode/after-processing` action after a `[gravityview]` shortcode is finished. = 2.32 on November 21, 2024 = This release adds a new form notification option for updated entries, resolves file upload issues on the Edit Entry screen, and includes developer-focused enhancements. #### πŸš€ Added * New notification option for forms, triggered when an entry is updated. #### πŸ› Fixed * File upload field issues on the Edit Entry screen: - Delete/download icons not displaying in Gravity Forms 2.9+; - Unable to select files for upload when the form field's "Multiple Files" setting was enabled without a "Maximum Number of Files" value. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.21. #### πŸ’» Developer Updates * Added `gk/gravityview/view/entries/join-conditions` filter to modify the join conditions applied when retrieving View entries. * Added `gk/gravityview/template/options` filter to programmatically modify field settings in the View editor. * Added `gravityview/row-added` JavaScript event, triggered when a new row is added to a widget or field area. = 2.31.1 on November 8, 2024 = This hotfix release resolves display issues with certain View layouts. #### πŸ› Fixed * Rendering issue affecting certain View layouts, such as Maps, introduced in the previous release. = 2.31 on November 4, 2024 = This release introduces [flexible widget positioning](https://docs.gravitykit.com/article/1027-dynamic-widget-placement?utm_source=gravityview&utm_medium=changelog&utm_campaign=release) in Views, enhances entry-in-a-lightbox functionality, and adds support for the Gravity Forms 2.9+ Image Choice field. It also addresses compatibility issues with LiteSpeed, Divi, and LifterLMS, along with various other fixes and improvements. #### πŸš€ Added * Ability to position widgets in the View editor using predefined layouts, offering a range of single or multi-column configurations with varying widths. * View setting to control what happens when a user clicks the Cancel link when editing an entry in the lightbox. * Support for the upcoming Image Choice field in Gravity Forms 2.9+. #### πŸ› Fixed * GravityView tab not displaying in certain cases under GravityKit > Settings menu. * Widgets could not be configured after being added to a new, unsaved View. * Compatibility with the Divi theme that prevented the Signature field from being edited on the Edit Entry screen. * Conflict with the LiteSpeed plugin that caused a fatal error when redirecting users after duplicating an entry. * JavaScript enqueued in the site's footer was not executed when editing an entry in the lightbox. * It was not possible to add new entry notes when viewing a single entry in the lightbox. * Validation error displayed when adding merge tags to the Entry Slug setting input in the View editor. * The search box in the Change Entry Creator field did not return results when editing an entry on the Forms > Entries screen. * Fatal error when activating LifterLMS with GravityView active. * Searching across all fields not working as expected when the search value contains special characters or accents (e.g., Γ€, ß, Δ°). #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.20. #### πŸ’» Developer Updates * Added `gk/gravityview/lightbox/entry/before-output` action that fires before the entry content is output in the lightbox. * Added `gk/gravityview/lightbox/entry/output/head-before` action that fires after the tag is opened. * Added `gk/gravityview/lightbox/entry/output/head-after` action that fires before the tag is closed. * Added `gk/gravityview/lightbox/entry/output/content-before` action that fires after the tag is opened and before the content is rendered. * Added `gk/gravityview/lightbox/entry/output/content-after` action that fires after the content is rendered and before the footer. * Added `gk/gravityview/lightbox/entry/output/footer-after` action that fires after the footer and before the closing tag. * Added `gravityview/fields/image_choice/image_markup` filter to modify the Image Choice field (Gravity Forms 2.9+) markup. * Added `gravityview/fields/image_choice/output_label` filter to control whether to display the value or label of an Image Choice field. = 2.30.1 on October 15, 2024 = This hotfix release resolves an issue with the Multiple Forms extension. #### πŸ› Fixed * Fatal error in the View editor when using joined data from multiple forms. = 2.30 on October 14, 2024 = This release adds the ability to change the entry creator from the Edit Entry screen, improves upload handling, fixes various bugs, and updates internal components. #### πŸš€ Added * Entry creator can now be changed from the Edit Entry screen. * `{now}`, `{yesterday}`, and `{tomorrow}` relative date merge tags. #### ✨ Improved * Handling of multi-file uploads on the Edit Entry screen. #### πŸ› Fixed * Entry loading inside a lightbox did not work in some cases when BuddyPress was active. * Resending notifications from the Entries screen did not work when sending to all entries filtered by approval status. * Conflict with the Wordfence plugin caused a fatal error when redirecting users after deleting an entry. * Fatal error when rendering a GravityView View field with a non-existent View ID. * Survey field (Rating type) values were displayed in reverse order when a View was embedded inside another View. * Unexpected scrolling in the View editor after adding a field. * PHP notice when rendering a View with a field associated with an inactive add-on. * Entry duplication not working on the Entries page. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.19. = 2.29 on October 1, 2024 = This release introduces a much-requested [lightbox feature](https://docs.gravitykit.com/article/1020-opening-and-editing-entry-details-in-a-lightbox-modal-popup) for displaying and editing entries, settings for customizing View URLs, new options for [displaying Name field initials](https://docs.gravitykit.com/article/1021-show-name-fields-as-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](https://www.gravitykit.com/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. = 2.28 on August 29, 2024 = This update adds support for plain-text URLs in entry moderation merge tags, and fixes several bugs, including critical errors in the View editor. Starting with this version, PHP 7.4 or newer is required. **Note: GravityView now requires PHP 7.4 or newer.** #### πŸš€ Added * Modifier for entry moderation merge tags to output plain-text URLs (e.g., `{gv_approve_entry:url}`). #### πŸ› Fixed * "Text domain not found" error when trying to install a layout during the View creation process. * Fatal error in the View editor when the user does not have the necessary capabilities to install plugins. * Merge tag support in the Source URL "Link Text" field setting. * Deprecated filter notice when using GravityView Maps 3.1.0 or newer. * PHP 8.2 deprecation notice due to passing an empty value to `htmlspecialchars()` and creating dynamic class properties. * The maximum number of files allowed in the File Upload field was not respected when editing an entry. * Sorting the View by the Name field yielded incorrect results. #### πŸ”§ Updated * [TrustedLogin](https://www.trustedlogin.com/) to version 1.9.0. #### πŸ’» Developer Updates * Added `gk/gravityview/view/entries/query/sorting-parameters` filter to modify the sorting parameters applied during the retrieval of View entries. = 2.27.1 on August 14, 2024 = This release fixes an issue with adding fields in the View editor's Edit Entry layout when the Multiple Forms extension is enabled. #### πŸ› Fixed * Fields added to the Edit Entry layout in the View editor could not be configured and would disappear after saving the View when Multiple Forms was enabled. = 2.27 on August 13, 2024 = This update resolves several issues related to the Multiple Forms extension, fixes the recently introduced `:format` merge tag modifier to return the Time field value in the local timezone, and adds a new filter to control which fields are added by default when creating a new View. #### πŸ› Fixed * Time zone selection in the Search Bar did not persist after searching a View, causing it to reset upon page refresh. * Fields added to the View could not be configured and would disappear after saving the View when Multiple Forms was enabled. * Fatal error occurred on the Edit Entry screen when Multiple Forms was enabled. * The `:format` merge tag modifier on the Time field returned a UTC-adjusted time value. #### πŸ’» Developer Updates * Added `gk/gravityview/view/configuration/multiple-entries/initialize-with-all-form-fields` filter that, when set to `true`, initializes the Multiple Entries layout with all form fields when creating a new View. The default is `false`, which populates the View with only the fields configured in the Gravity Forms Entries table. = 2.26 on August 8, 2024 = This update resolves various issues, including compatibility with Yoast SEO, improves performance through enhanced View entries caching, and adds new functionality. #### πŸš€ Added * Ability to modify the entry creator’s information on the Edit Entry screen. * Merge tag modifier for formatting Date and Time fields (e.g., `{Date Field:1:format:Y-m-d}`). * Placeholders in View Settings to inform you that additional functionality is available. #### ✨ Improved * The "Sort By" option in the GravityView Gutenberg block now offers a dropdown selection of fields instead of requiring manual entry of the field ID. * Caching of View entries to prevent unnecessary database queries. Thanks, Shehroz! #### πŸ› Fixed * Timeout issue when rendering a page/post with GravityView Gutenberg blocks when Yoast SEO is active. * View editor fields added to the Single or Edit Entry layouts inheriting options from the View type set in the Multiple Entries layout. * An issue in the Search Bar widget configuration where adding a Date field caused the search mode ("any" and "all") to no longer be toggleable. * `[gv_entry_link]` shortcode not rendering inside the Custom HTML block. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) and [TrustedLogin](https://www.trustedlogin.com/) to versions 1.2.17 and 1.8.0, respectively. #### πŸ’» Developer Updates * Added `gk/gravityview/feature/upgrade/disabled` filter to disable the functionality placeholders. Return `true` to disable the placeholders. * Added `gk/gravityview/metabox/content/before` and `gk/gravityview/metabox/content/after` actions, triggered before and after the View metabox is rendered. = 2.25 on June 5, 2024 = This update improves how entries are automatically marked as "Read" and adds a new View setting to control this functionality. **Note: GravityView now requires Gravity Forms 2.6 (released in March 2022) or newer.** #### πŸš€ Added * New View setting under the Single Entry tab to mark an entry as "Read". [Read more about the feature](https://docs.gravitykit.com/article/1008-marking-entries-as-read). #### ✨ Improved * Marking an entry as "Read" is now handled in the backend and also supports the Multiple Forms extension. #### πŸ› Fixed * Appearance of the Merge Tag picker in the field settings of the View editor. #### πŸ’» Developer Updates * Removed the `gk/gravityview/field/is-read/print-script` filter in favor of the improved functionality that marks entries as "Read". = 2.24 on May 28, 2024 = This release introduces the ability to use different view types for Multiple Entries and Single Entry layouts, adds a new View field to display an entry's read status, and fixes issues with the File Upload field, product search, and merge tag processing in entry-based notifications. [Read the announcement](https://www.gravitykit.com/announcing-gravityview-2-24/) for more details. #### πŸš€ Added * Ability to select different View types for Multiple Entries and Single Entry layouts. [Learn all about the new View type switcher!](https://www.gravitykit.com/announcing-gravityview-2-24/) * "Read Status" field to display whether an entry has been read or not. - Customize the labels for "Read" and "Unread" statuses. - Sort a View by "Read Status". * Entries are now marked as "Read" when users who have the ability to edit entries visit an entry in the front-end. #### πŸ› Fixed * File Upload field values not rendering in the View if filenames have non-Latin characters. * Product search now returns correct results when using all search input types in the search bar. * View's Export Link widget would not respect date range search filters. * Removed the unsupported "date" input type for the Date Entry field under the Search Bar widget settings. * Merge tags in GravityView notifications are now properly processed for fields dynamically populated by Gravity Wiz's Populate Anything add-on. #### πŸ’» Developer Updates * Added `gk/gravityview/field/is-read/print-script` filter to modify whether to print the script in the frontend that marks an entry as "Read". * Added `gk/gravityview/field/is-read/label` filter to change the "Is Read" field's "Read" and "Unread" labels. * Added `gk/gravityview/entry-approval/choices` filter to modify strings used for entry approval ("Approved", "Unapproved", "Disapproved", etc.). = 2.23 on May 17, 2024 = This update adds support for Nested Forms' entry meta, addresses several bugs, including critical ones, and improves GravityKit's Settings and Manage Your Kit screens. #### πŸš€ Added * Support for Gravity Wiz's Gravity Forms Nested Forms entry meta (parent form and entry IDs, child form field ID) in the View editor and merge tags. #### πŸ› Fixed * Export link View widget would cause a fatal error during multi-word searches. * Fatal error when the search bar is configured with a Gravity Flow field and the Gravity Flow plugin is not active. * Duplicating entries no longer fails to refresh the entry list when View-based caching is enabled. * View cache not being invalidated when updating entries on a form joined using the Multiple Forms extension. * Number field output now respects the form field's format settings, such as decimals and currency. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.14. - Added an option to subscribe to GravityKit's newsletter from the Manage Your Kit screen. - Added a setting in GravityKit > Settings > GravityKit to specify the GravityKit menu position in the Dashboard. - Improved internal check for product updates that could still interfere with third-party plugin updates. Thanks, Aaron! - Fixed a bug that prevented WordPress from loading third-party plugin translations after their updates. Thanks, JΓ©rΓ΄me! - Success message now shows correct product name after activation/deactivation. #### πŸ’» Developer Updates * Added `gk/gravityview/entry/approval-link/params` filter to modify entry approval link parameters. = 2.22 on April 16, 2024 = This release introduces [support for search modifiers](https://docs.gravitykit.com/article/995-gravityview-search-modifiers) and [range-based searching for numeric fields](https://docs.gravitykit.com/article/996-number-range-search), enables easy duplication and precise insertion of View fields and widgets, and resolves critical issues with Yoast SEO and LifterLMS. [Read the announcement](https://www.gravitykit.com/gravityview-2-22/) for more details. #### πŸš€ Added * Support for negative, positive, and exact-match search modifiers in the Search Bar. * Range-based search for Number, Product (user-defined price), Quantity and Total fields in the Search Bar. * Ability to duplicate View fields and widgets, and to insert them at a desired position. #### πŸ› Fixed * Editing an entry with Yoast SEO active resulted in changes being saved twice. * Views secured with a secret code did not display inside LifterLMS dashboards. * View editor display issues when LifterLMS is active. * Fatal error when editing posts/pages containing GravityView blocks. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.12. - Fixed a bug that hid third-party plugin updates on the Plugins and Updates pages. - Resolved a dependency management issue that incorrectly prompted for a Gravity Forms update before activating, installing, or updating GravityKit products. __Developer Updates:__ * `gk/gravityview/common/quotation-marks` filter to modify the quotation marks used for exact-match searches. * `gk/gravityview/search/number-range/step` filter to adjust the interval between numbers in input fields for range-based searches. = 2.21.2 on March 28, 2024 = This update fixes an issue with previewing GravityView blocks for Views with enhanced security and resolves a problem where blocks were previously rendered only for logged-in users. #### πŸ› Fixed * Previewing a GravityView block for a View that has enhanced security enabled no longer results in a notice about a missing `secret` shortcode attribute. * GravityView blocks now render for all users, not just those who are logged in. = 2.21.1 on March 22, 2024 = This hotfix release addresses a critical error that occurred when activating the plugin without Gravity Forms installed. #### πŸ› Fixed * Critical error when activating the plugin without Gravity Forms installed. = 2.21 on March 18, 2024 = This release enhances security, introduces support for LifterLMS, adds a new CSV/TSV export widget to the View editor along with the option to add Gravity Flow fields to the Search Bar, addresses PHP 8.2 deprecation notices, fixes a conflict with BuddyBoss Platform, and improves performance with updates to essential components. #### πŸš€ Added * A View editor widget to export entries in CSV or TSV formats. * Support for SVG images. * Support for Gravity Flow's "Workflow User" and "Workflow Multi-User" fields inside the Search Bar. * Integration with LifterLMS that allows embedding Views inside Student Dashboards. * Notice to inform administrators that an embedded View was moved to "trash" and an option to restore it. * Click-to-copy shortcode functionality in the View editor and when listing existing Views. #### πŸ› Fixed * PHP 8.2 deprecation notices. * Fields linked to single entry layouts are now exported as plain text values, not hyperlinks, in CSV/TSV files. * Issue preventing the saving of pages/posts with GravityView Gutenberg blocks when BuddyBoss Platform is active. #### πŸ” Security * Enhanced security by adding a `secret` attribute to shortcodes and blocks connected to Views. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.11. - GravityKit product updates are now showing on the Plugins page. - Database options that are no longer used are now automatically removed. * Added: You can now search exact-match phrases by wrapping a search term in quotes (e.g., `"blue motorcycle"`). This will search for text exactly matching `"blue motorcycle"`) __Developer Updates:__ * Added: `gk/gravityview/widget/search/clear-button/params` filter to modify the parameters of the Clear button in the search widget. = 2.20.2 on March 4, 2024 = This release enhances performance by optimizing caching and managing transients more effectively. #### ✨ Improved * Enhanced detection of duplicate queries, resulting in fewer cache records stored in the database. #### πŸ”§ Updated * Updated [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.10. - Transients are no longer autoloaded. = 2.20.1 on February 29, 2024 = This release fixes an issue with View caching and improves compatibility with the Advanced Custom Fields plugin. #### πŸ› Fixed * Disappearing pagination and incorrect entry count when View caching is enabled. * Potential timeout issue when embedding GravityView shortcodes with Advanced Custom Fields plugin. * PHP 8.1+ deprecation notice. = 2.20 on February 22, 2024 = This release introduces new settings for better control over View caching, adds support for the Advanced Post Creation Add-On when editing entries, fixes a fatal error when exporting entries to CSV, and updates internal components for better performance and compatibility. #### πŸš€ Added * Global and View-specific settings to control caching of View entries. [Learn more about GravityView caching](https://docs.gravitykit.com/article/58-about-gravityview-caching). * Support for the [Advanced Post Creation Add-On](https://www.gravityforms.com/add-ons/advanced-post-creation/) when editing entries in GravityView's Edit Entry mode. #### ✨ Improved * If Gravity Forms is not installed and/or activated, a notice is displayed to alert users when creating new or listing existing Views. #### πŸ› Fixed * Deprecation notice in PHP 8.1+ when displaying a View with file upload fields. * Fatal error when exporting entries to CSV. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.9. - GravityKit products that are already installed can now be activated without a valid license. - Fixed PHP warning messages that appeared when deactivating the last active product with Foundation installed. #### πŸ› Fixed * The GravityView capabilities for a specific role were overwritten on every admin request. = 2.19.6 on February 7, 2024 = This update introduces the ability to send notifications using Gravity Forms when an entry is deleted, improves sorting and survey field ratings, and updates key components for better performance and compatibility. #### πŸš€ Added * Ability to send notifications using Gravity Forms when an entry is deleted by selecting the "GravityView - Entry is deleted" event from the event dropdown in Gravity Forms notifications settings. #### πŸ› Fixed * Sorting the View by entry ID in ascending and descending order would yield the same result. * Survey fields without a rating would show a 1-star rating. * Editing Gravity Forms [Custom Post Fields](https://docs.gravityforms.com/post-custom/#h-general-settings) with a Field Type set to "File Uploads" inside in Edit Entry. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) and [TrustedLogin](https://www.trustedlogin.com/) to versions 1.2.8 and 1.7.0, respectively. - Transients are now set and retrieved correctly when using object cache plugins. - Fixed a JavaScript warning that occurred when deactivating license keys and when viewing products without the necessary permissions. - Resolved PHP warning messages on the Plugins page. __Developer Updates:__ * Added: `GravityView_Notifications` class as a wrapper for Gravity Forms notifications. * Modified: Added the current `\GV\View` object as a second parameter for the `gravityview/search-all-split-words` and `gravityview/search-trim-input` filters. * Modified: Attach listeners in the View editor to `$( document.body )` instead of `$('body')` for speed improvements. = 2.19.5 on December 7, 2023 = * Fixed: PHP 8.1+ deprecation notice when editing an entry with the Gravity Forms User Registration add-on enabled * Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.6 = 2.19.4 on November 2, 2023 = * Improved: View editor performance, especially with Views with a large number of fields * Improved: "Link to Edit Entry," "Link to Single Entry," and "Delete Entry" fields are now more easily accessible at the top of the field picker in the View editor * Fixed: PHP 8.1+ deprecation notice = 2.19.3 on October 25, 2023 = * Fixed: Using merge tags as values for search and start/end date override settings was not working in Views embedded as a field * Fixed: Deprecation notice in PHP 8.2+ = 2.19.2 on October 19, 2023 = * Fixed: Merge tags were still not working in the Custom Content field after the fix in 2.19.1 = 2.19.1 on October 17, 2023 = * Fixed: PHP 8+ deprecation notice appearing on 404 pages * Fixed: Merge tags not working in the Custom Content field * Improved: PHP 8.1 compatibility = 2.19 on October 12, 2023 = * Added: Embed a Gravity Forms form using a field in the View editor * Added: Embed a GravityView View using a field in the View editor * Added: New Custom Code tab in the View Setting metabox to add custom CSS and JavaScript to the View * Fixed: Appearance of HTML tables nested within View fields, including Gravity Forms Survey Add-On fields * Fixed: Clicking the "?" tooltip icon would not go to the article if the Support Port is disabled * Tweak: Improved Chained Select field output when the Chained Select Add-On is disabled * Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.5 __Developer Updates:__ * Added: Entries submitted using the new Gravity Forms Field will have `gk_parent_entry_id` and `gk_parent_form_id` entry meta added to them to better support connecting Views = 2.18.7 on September 21, 2023 = * Added: Support for embedding Views inside [WooCommerce Account Pages](https://iconicwp.com/products/woocommerce-account-pages/) * Improved: `[gvlogic]` shortcode now works with the [Dashboard Views](https://github.com/GravityKit/Dashboard-Views) add-on in the WordPress admin area * Fixed: The Recent Entries widget results would be affected when browsing a View: the search query, page number, and sorting would affect the displayed entries * Fixed: Activation of View types (e.g., Maps, DataTables) would fail in the View editor * Fixed: Image preview (file upload field) not working if the file is uploaded to Dropbox using the Gravity Forms Dropbox add-on * Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.4 __Developer Updates:__ * Added: `gk/gravityview/approve-link/return-url` filter to modify the return URL after entry approval * Added: Second parameter to the `GravityView_Fields::get_all()` method to allow for filtering by context * Improved: Added third argument to `gravityview_get_connected_views()` to prevent including joined forms in the search * Implemented: The `GravityView_Field::$contexts` property is now respected; if defined, fields that are not in a supported context will not render = 2.18.6 on September 7, 2023 = * Improved: Introduced a gear icon to the editor tabs that brings you directly to the Settings metabox * Improved: Support for RTL languages * Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.2 = 2.18.5 on September 1, 2023 = * Fixed: Fatal error caused by GravityView version 2.18.4 = 2.18.4 on August 31, 2023 = * Added: A "Direct Access" summary in the Publish box in the View editor that makes it easy to see and modify whether a View is accessible directly * Improved: Views will now remember the Settings tab you are on after you save a View * Fixed: Resolved a fatal error that occurred under certain circumstances due to passing the wrong parameter type to a WordPress function * Updated: The video on the Getting Started page * Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.2 = 2.18.3 on July 20, 2023 = * Fixed: Incorrect total entry count and hidden pagination when View contains an Entry Edit field = 2.18.2 on July 12, 2023 = * Fixed: Performance issue * Fixed: [WP-CLI](https://wp-cli.org/) not displaying available GravityKit product updates * Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.1.1 __Developer Notes:__ * Added: `gk/gravityview/view/entries/cache` filter to provide control over the caching of View entries (default: `true`) = 2.18.1 on June 20, 2023 = * Fixed: PHP warning message that appeared when attempting to edit a View = 2.18 on June 20, 2023 = * Fixed: Issue where "Edit Entry" link was not appearing under the Single Entry layout when the View was filtered using the "Created By" criterion with the "{user:ID}" merge tag * Fixed: REST API response breaking the functionality of Maps Layout 2.0 * Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.1 __Developer Notes:__ * Deprecated: `get_gravityview()` and the `the_gravityview()` global functions * Added: `GravityView_Field_Delete_Link` class to render the Delete Entry link instead of relying on filtering - `delete_link` will now be properly returned in the `GravityView_Fields::get_all('gravityview');` response = 2.17.8 on May 16, 2023 = * Improved: Performance when using Gravity Forms 2.6.9 or older * Improved: Form ID now appears beside the form title for easier data source selection in the View editor * Fixed: Fatal error when adding a GravityView block in Gutenberg editor * Fixed: Error when activating an installed but deactivated View type (e.g., Maps) from within the View editor * Fixed: File Upload fields may incorrectly show empty values __Developer Notes:__ * Added: `gk/gravityview/metaboxes/data-source/order-by` filter to modify the default sorting order of forms in the View editor's data source dropdown menu (default: `title`) * Added: `gk/gravityview/renderer/should-display-configuration-notice` filter to control the display of View configuration notices (default: `true`) = 2.17.7 on May 4, 2023 = * Fixed: Fatal error when using the Radio input types in the Search Bar (introduced in 2.17.6) = 2.17.6 on May 3, 2023 = * Added: Filter entries by payment status using a drop-down, radio, multi-select, or checkbox inputs in the Search Bar (previously, only searchable using a text input) * Modified: Added "(Inactive)" suffix to inactive forms in the Data Source dropdown * Fixed: Incompatibility with some plugins/themes that use Laravel components * Fixed: Appearance of Likert survey fields when using Gravity Forms Survey Add-On Version 3.8 or newer * Fixed: Appearance of the Poll widget when using Gravity Forms Poll Add-On Version 4.0 or newer * Fixed: `[gvlogic]` not working when embedded in a Post or Page * Fixed: `[gvlogic if="context" is="multiple"]` not working when a View is embedded * Fixed: Consent field always showing checked status when there are two or more Consent fields in the form * Fixed: Selecting all entries on the Entries page would not properly apply all the search filters __Developer Notes:__ * Added: `gk/gravityview/common/get_forms` filter to modify the forms returned by `GVCommon::get_forms()` * Modified: Removed `.hidden` from compiled CSS files to prevent potential conflicts with other plugins/themes (use `.gv-hidden` instead) * Modified: Added `gvlogic`-related shortcodes to the `no_texturize_shortcodes` array to prevent shortcode attributes from being encoding * Modified: Updated Gravity Forms CSS file locations for the Survey, Poll, and Quiz Add-Ons * Modified: Likert survey responses are now wrapped in `div.gform-settings__content.gform-settings-panel__content` to match the Gravity Forms Survey Add-On 3.8 appearance * Fixed: Properly suppress PHP warnings when calling `GFCommon::gv_vars()` in the Edit View screen * Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.0.12 * Updated: TrustedLogin to version 1.5.1 = 2.17.5 on April 12, 2023 = * Fixed: Do not modify the Single Entry title when the "Prevent Direct Access" setting is enabled for a View * Fixed: Fatal error when performing a translations scan with the WPML plugin = 2.17.4 on April 7, 2023 = * Fixed: Fatal error rendering some Maps Layout Views introduced in 2.17.2 * Fixed: When a View is embedded multiple times on the same page, Edit Entry, Delete Entry, and Duplicate Entry links could be hidden after the first View * Fixed: "The Single Entry layout has not been configured" notice shows when embedding a View into another View's Single Entry page using a Custom Content field = 2.17.3 on April 6, 2023 = * Fixed: Fatal error rendering multiple Views on the same page/post introduced in 2.17.2 __Developer Updates:__ * Added: A `$context` argument of `\GV\Template_Context` is now passed to `\GV\Widget\pre_render_frontend()` = 2.17.2 on April 5, 2023 = **Note: GravityView now requires Gravity Forms 2.5.1 or newer** * Added: "No Entries Behavior" option to hide the View when there are no entries visible to the current user (not applied to search results) * Fixed: Performance issue introduced in 2.17 that resulted in a large number of queries * Fixed: PHP 8+ fatal error when displaying connected Views in the Gravity Forms form editor or forms list * Fixed: PHP 8+ warning messages when creating a new View * Fixed: PHP warning when a View checks for the ability to edit an entry that has just been deleted using code * Fixed: On sites running the GiveWP plugin, the View Editor would look bad * Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.0.11 __Developer Updates:__ * Added: View blocks are also parsed when running `\GV\View_Collection::from_content()` * Added: New filter, to be used by Multiple Forms extension: `gravityview/view/get_entries/should_apply_legacy_join_is_approved_query_conditions` * Modified: `gravityview()->views->get()` now parses the content of the global `$post` object and will detect View shortcodes or blocks stored in the `$post->post_content` * Modified: `gravityview()->views->get()` now may return a `GV\View_Collection` object when it detects multiple Views in the content * Updated: HTML tags that had used `.hidden` now use the `.gv-hidden` CSS class to prevent potential conflicts with other plugins/themes = 2.17.1 on February 20, 2023 = * Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.0.9 = 2.17 on February 13, 2023 = **Note: GravityView now requires PHP 7.2 or newer** * It's faster than ever to create a new View! (Table and DataTables View types only) - Fields configured in the [Gravity Forms Entry Columns](https://docs.gravityforms.com/entries/#h-entry-columns) are added to the Multiple Entries layout - The first field in the Multiple Entries layout is linked to the Single Entry layout - All form fields are added to the Single Entry layout - An Edit Entry Link field is added to the bottom of the Single Entry layout * Added: New "No Entries Behavior" setting: when a View has no entries visible to the current user, you can now choose to display a message, show a Gravity Forms form, or redirect to a URL * Modified: The field picker now uses Gravity Forms field icons * Fixed: ["Pre-filter choices"](https://docs.gravitykit.com/article/701-show-choices-that-exist) Search Bar setting not working for Address fields * Fixed: `[gventry]` shortcode not working the Entry ID is set to "first" or "last" * Fixed: Fatal error when using the Gravity Forms Survey Add-On * Tweak: The field picker in the View editor now uses Gravity Forms field icons __Developer Updates:__ * Modified: If you use the `gravityview/template/text/no_entries` or `gravitview_no_entries_text` filters, the output is now passed through the `wpautop()` function prior to applying the filters, not after * Added `$unformatted_output` parameter to the `gravityview/template/text/no_entries` filter to return the original value before being passed through `wpautop()` * Modified: Container classes for no results output change based on the "No Entries Behavior" setting: - `.gv-no-results.gv-no-results-text` when set to "Show a Message" - `.gv-no-results.gv-no-results-form` when set to "Display a Form" - Updated `templates/views/list/list-body.php`, `templates/views/table/table-body.php` * Added: `$form_id` parameter to `gravityview_get_directory_fields()` function and `GVCommon::get_directory_fields()` method = 2.16.6 on January 12, 2023 = * Fixed: Fatal error due to an uncaught PHP exception * Fixed: It was not possible to select any content inside the field settings window in the View editor = 2.16.5 on January 5, 2023 = * Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.0.8 * Improved: Internal changes to allow using Custom Content fields on the Edit Screen with the [DIY Layout](https://www.gravitykit.com/extensions/diy-layout/) = 2.16.4 on December 23, 2022 = * Fixed: Prevent possible conflict in the View editor with themes/plugins that use Bootstrap's tooltip library = 2.16.3 on December 21, 2022 = * Fixed: Caching wouldn't always clear when an entry was added or modified * Fixed: Fatal error on some hosts due to a conflict with one of the plugin dependencies (psr/log) * Fixed: PHP 8.1 notices * Fixed: View scripts and styles not loading for some logged-in users = 2.16.2 on December 14, 2022 = * Fixed: Views would take an abnormally long time to load * Fixed: Fatal error on some hosts that use weak security keys and salts = 2.16.1 on December 7, 2022 = * Fixed: Date picker and other JavaScript not working on the Edit Entry screen * Fixed: JavaScript error preventing the Search Bar widget properties from opening when creating a new View * Fixed: CodeMirror editor initializing multiple times when opening the custom content field properties in the View * Fixed: Secure download link for the file upload field was not showing the file name as the link text * Fixed: The saved View would not recognize fields added from a joined form when using the [Multiple Forms](https://www.gravitykit.com/extensions/multiple-forms/) extension = 2.16.0.4 on December 2, 2022 = * Fixed: Incompatibility with some plugins/themes that could result in a blank WordPress Dashboard = 2.16.0.3 on December 2, 2022 = * Fixed: Fatal error when downloading plugin translations = 2.16.0.2 on December 1, 2022 = * Fixed: Fatal error when Maps isn't installed = 2.16.0.1 on December 1, 2022 = * Fixed: Admin menu not expanded when on a GravityView page = 2.16 on December 1, 2022 = * Added: New WordPress admin menu where you can now centrally manage all your GravityKit product licenses and settings ([learn more about the new GravityKit menu](https://www.gravitykit.com/foundation/)) - Go to the WordPress sidebar and check out the GravityKit menu! - We have automatically migrated your existing licenses and settings, which were previously entered in the Viewsβ†’Settings page - Request support using the "Grant Support Access" menu item * Added: Support for defining `alt` text in File Upload fields * Added: "Pre-Filter Choices" Search Bar setting will only display choices that exist in submitted entries ([learn more about Pre-Filter Choices](https://docs.gravitykit.com/article/701-s)) * Improved: When creating a new View, it is now possible to install a View type (if included in the license) straight from the View editor * Improved: Reduce the number of queries when displaying a View * Improved: The Edit View screen loads faster * Fixed: Merge Tags were not processed inside Custom Content fields when using the [`[gventry]` edit mode](https://docs.gravitykit.com/article/463-gventry-shortcode) * Fixed: Gravity Forms poll results was not being refreshed after editing a Poll field in GravityView Edit Entry * Fixed: Survey field "Rating" stars were not displaying properly in the frontend * Fixed: JavaScript error when creating a new View * Fixed: JavaScript error when opening field settings in a new View * Fixed: Merge Tag picker not initializing when changing View type for an existing View * Fixed: "Field connected to XYZ field was deleted from the form" notice when adding a new field to a View created from a form preset * Fixed: Edit Entry may partially save changes if form fields have conditional logic; thanks, Jurriaan! * Fixed: View presets not working * Fixed: "This View is configured using the View type, which is disabled" notice when creating a new View after activating or installing a View type (e.g., Maps, DIY, DataTables) * Fixed: Incorrect search mode is set when one of the View search widget fields uses a "date range" input type * Fixed: Multiple files upload error (e.g., when editing an entry using GravityEdit) __Developer Updates:__ * Added: `gravityview/template/field/survey/rating/before` filter that fires before the Survey field rating stars markup * Added: `$return_view` parameter to `\GV\Request::is_view()` method, reducing the need to build a \GV\View object when simply checking if a request is a View * Added: `$expiration` parameter to `GravityView_Cache::set()` method to allow for different cache lifetimes * Fixed: `GravityView_Cache` was not used when the `WP_DEBUG` constant was set to `true`. This resulted in the cache being effectively disabled on many sites. - Improved: Only run `GravityView_Cache::use_cache()` once per request - Added: `GRAVITYVIEW_DISABLE_CACHE` constant to disable the cache. Note: `gravityview_use_cache` filter will still be run. = 2.15 on September 21, 2022 = * Added: Entire View contents are wrapped in a container, allowing for better styling ([learn about, and how to modify, the container](https://docs.gravitykit.com/article/867-modifying-the-view-container-div)) * 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](https://docs.gravitykit.com/article/866-search-bar-placeholder)) * Improved: Date comparisons when using `[gvlogic]` with `greater_than` or `less_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](https://docs.gravitykit.com/article/867-modifying-the-view-container-div) * 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` = 2.14.7 on July 31, 2022 = * Fixed: GravityView plugin updates were not shown in the plugin update screen since version 2.14.4 (April 27, 2022) = 2.14.6 on May 27, 2022 = * [GravityView (the company) is now GravityKit!](https://www.gravitykit.com/rebrand/) * Fixed: Embedding Edit Entry context directly in a page/post using the `[gventry edit="1"]` shortcode ([learn more](https://docs.gravitykit.com/article/463-gventry-shortcode)) * Fixed: Edit Entry link wasn't working in the Single Entry context of an embedded View * Fixed: Search Bar GravityView widget was not saving the chosen fields * Fixed: Gravity PDF shortcodes would not be processed when bulk-approving entries using GravityView. Thanks, Jake! * Fixed: Sometimes embedding a GravityView shortcode in the block editor could cause a fatal error * Fixed: Multiple PHP 8 warnings __Developer Updates:__ * Added: `redirect_url` parameter to the `gravityview/edit_entry/success` filter * Added `redirect_url` and `back_link` parameters to the `gravityview/shortcodes/gventry/edit/success` filter = 2.14.5 on May 4, 2022 = * Added: A link that allows administrators to disable the "Show only approved entries" View setting from the front-end * Fixed: Configuring new Search Bar WordPress widgets wasn't working in WordPress 5.8+ * Fixed: Styling of form settings dropdowns on the Gravity Forms "Forms" page = 2.14.4 on April 27, 2022 = * Added: Search Bar support for the [Chained Selects](https://www.gravityforms.com/add-ons/chained-selects/) field type * Improved: Plugin updater script now supports auto-updates and better supports multisite installations * Improved: If a View does not support joined forms, log as a notice, not an error * Fixed: Merge Tag picker behavior when using Gravity Forms 2.6 * Fixed: Deleting a file when editing an entry as a non-administrator user on Gravity Forms 2.6.1 results in a server error * Fixed: When The Events Calendar Pro plugin is active, Views became un-editable * Tweak: Additional translation strings related to View editing Note: We will be requiring Gravity Forms 2.5 and WordPress 5.3 in the near future; please upgrade! __Developer Updates:__ * Added: Search URLs now support `input_{field ID}` formats as well as `filter_{field ID}`; the following will both be treated the same: - `/view/example/?filter_3=SEARCH` - `/view/example/?input_3=SEARCH` * Added: In the admin, CSS classes are now added to the `body` tag based on Gravity Forms version. See `GravityView_Admin_Views::add_gf_version_css_class()` * Modified: Allow non-admin users with "edit entry" permissions to delete uploaded files * Updated: EDD_SL_Plugin_Updater script to version 1.9.1 = 2.14.3 on March 24, 2022 = * Added: Support for displaying WebP images * Improved: Internal logging of notices and errors * Fixed: Images hosted on Dropbox sometimes would not display properly on the Safari browser. Thanks, Kevin M. Dean! __Developer Updates:__ * Added: `GravityView_Image::get_image_extensions()` static method to fetch full list of extension types interpreted as images by GravityView. * Added: `webp` as a valid image extension = 2.14.2.1 on March 11, 2022 = * Fixed: Empty values in search widget fields may return incorrect results __Developer Updates:__ * Added: `gravityview/search/ignore-empty-values` filter to control strict matching of empty field values = 2.14.2 on March 10, 2022 = * Fixed: Potential fatal error on PHP 8 when exporting View entries in CSV and TSV formats * Fixed: Search widget would cause a fatal error when the Number field is used with the "is" operator * Fixed: Search widget returning incorrect results when a field value is blank and the operator is set to "is" * Fixed: Gravity Forms widget icon not showing * Fixed: Gravity Forms widget not displaying available forms when the View is saved = 2.14.1 on January 25, 2022 = * Tested with WordPress 5.9 * Improved: The [Members plugin](https://wordpress.org/plugins/members/) now works with No-Conflict Mode enabled * Improved: Performance when saving Views with many fields * Improved: Performance when loading the Edit View screen when a View has many fields * Fixed: Gravity Forms widget used in the View editor would initialize on all admin pages * Fixed: PHP notice when editing an entry in Gravity Forms that was created by user that no longer exists * Fixed: Error activating on sites that use the Danish language * Fixed: Entry approval scripts not loading properly when using Full Site Editing themes in WordPress 5.9 * Updated: TrustedLogin client to Version 1.2, which now supports logins for WordPress Multisite installations * Updated: Polish translation. Thanks, Dariusz! __Developer Updates:__ * Modified: Refactored drag & drop in the View editor to improve performance: we only initialize drag & drop on the active tab instead of globally. * Added: `gravityview/tab-ready` jQuery trigger to `body` when each GravityView tab is ready (drag & drop initialized). [See example of binding to this event](https://gist.github.com/zackkatz/a2844e9f6b68879e79ba7d6f66ba0850). = 2.14.0.1 on December 30, 2021 = Fixed: Deprecated filter message when adding fields to the View = 2.14 on December 21, 2021 = This would be a minor version update (2.13.5), except that we renamed many functions. See "Developer Updates" for this release below. * Added: `{is_starred}` Merge Tag. [Learn more about using `{is_starred}`](https://docs.gravitykit.com/article/820-the-isstarred-merge-tag) * Fixed: Media files uploaded to Dropbox were not properly embedded * Fixed: JavaScript error when trying to edit entry's creator * Fixed: Recent Entries widget would cause a fatal error on WP 5.8 or newer * Fixed: When using Multiple Forms, editing an entry in a joined form now works properly if the "Edit Entry" tab has not been configured * Fixed: View settings not hiding automatically on page load __Developer Updates:__ We renamed all instances of `blacklist` to `blocklist` and `whitelist` to `allowlist`. All methods and filters have been deprecated using `apply_filters_deprecated()` and `_deprecated_function()`. [See a complete list of modified methods and filters](https://docs.gravitykit.com/article/816-renamed-filters-methods-in-2-14). = 2.13.4 on November 4, 2021 = * Fixed: View scripts and styles would not load when manually outputting the contents of the `[gravityview]` shortcode __Developer Updates:__ * Added: `gravityview/shortcode/before-processing` action that runs before the GravityView shortcode is processed * Added: `gravityview/edit_entry/cancel_onclick` filter to modify the "Back" link `onclick` HTML attribute - Modified: `/includes/extensions/edit-entry/partials/form-buttons.php` file to add the filter = 2.13.3 on October 14, 2021 = * Fixed: Edit Entry would not accept zero as a value for a Number field marked as required * Modified: Refined the capabilities assigned to GravityView support when access is granted using TrustedLogin. Now our support will be able to debug theme-related issues and use the [Code Snippets](https://wordpress.org/plugins/code-snippets/) plugin. = 2.13.2 on October 7, 2021 = * Fixed: Entry Approval not working when using DataTables in responsive mode (requires DataTables 2.4.9 or newer). __Developer Updates:__ * Updated: Upgraded to Fancybox 4. * Updated: [TrustedLogin Client](https://github.com/trustedlogin/client) to Version 1.0.2. * Modified: Added Code Snippets CSS file to No Conflict allow list. * Modified: Moved internal (but public) method `GravityView_Admin_ApproveEntries::process_bulk_action` to new `GravityView_Bulk_Actions` class. = 2.13.1 on September 27, 2021 = * Improved: Views now load faster due to improved template caching. * Added: Ability to configure an "Admin Label" for Custom Content widgets. This makes it easier to see your widget configuration a glance. * Fixed: Issue where non-support users may see a "Revoke TrustedLogin" admin bar link. = 2.13 on September 23, 2021 = * Added: Integrated with TrustedLogin, the easiest & most secure way to grant access to your website. [Learn more about TrustedLogin](https://www.trustedlogin.com/about/easy-and-safe/). - Need to share access with support? Click the new "Grant Support Access" link in the "Views" menu. = 2.12.1 on September 1, 2021 = * Fixed: The Gravity Forms widget in the View editor would always use the source form of the View * Fixed: The field picker didn't use available translations * Fixed: Importing [exported Views](https://docs.gravitykit.com/article/119-importing-and-exporting-configured-views) failed when Custom Content or [DIY Layout](https://www.gravitykit.com/extensions/diy-layout/) fields included line breaks. * Fixed: When first installing GravityView, the message was for an invalid license instead of inactive. * Fixed: The "Affiliate ID" setting would not toggle properly when loading GravityView settings. [P.S. β€” Become an affiliate and earn money referring GravityView!](https://www.gravitykit.com/account/affiliates/#about-the-program) * Tweak: Changed the icon of the Presets preview = 2.12 on July 29, 2021 = * Fixed: Add latest Yoast SEO scripts to the No-Conflict approved list * Fixed: Updating an entry with a multi-file upload field may erase existing contents when using Gravity Forms 2.5.8 = 2.11 on July 15, 2021 = * Added: Settings to customize "Update", "Cancel", and "Delete" button text in Edit Entry * Improved: Much better Gravity Forms Survey Add-On integration! [Learn more in the release announcement](https://www.gravitykit.com/gravityview-2-11/). - Ratings can be displayed as text or stars - Multi-row Likert fields can be shown as Text or Score - Improved display of a single row from a multi-row Likert field - Single checkbox inputs are now supported * Improved: Search widget clear/reset button behavior * Improved: Allow unassigning an entry's Entry Creator when editing an entry * Improved: When editing an entry, clicking the "Cancel" button will take you to the prior browser page rather than a specific URL * Improved: Conditionally update "Clear Search" button text in the Search Bar * Fixed: When Time fields were submitted with a single `0` for hour and minute inputs, instead of displaying midnight (`0:0`), it would display the current time * Fixed: Delete Entry links did not work when custom entry slugs were enabled * Fixed: Editing an entry in Gravity Forms that was created by a logged-out user forced an entry to be assigned to a user * Fixed: Missing download/delete icons for file upload field in Edit Entry when running Gravity Forms β‰₯ 2.5.6.4 * Fixed: A broken German translation file caused a fatal error (only for the `de_DE` localization) * Updated: Dutch translation (thanks RenΓ© S.!) and German translation (thanks Aleksander K-W.!) __Developer Updates:__ * Added: `gravityview/template/field/survey/glue` filter to modify how the multi-row Likert field values are combined. Default: `; ` * Modified: `templates/deprecated/fields/time.php` and `templates/fields/field-time-html.php` to include the commented `strtotime()` check * Modified: `includes/extensions/edit-entry/partials/form-buttons.php` to add Cancel button enhancements * Fixed: `gravityview/search/sieve_choices` didn't filter by Created By * Fixed: `\GV\Utils::get()` didn't properly support properties available using PHP magic methods. Now supports overriding using the `__isset()` magic method. * Updated: EDD auto-updates library to version 1.8 = 2.10.3.2 on June 2, 2021 = * Improved: Loading of plugin dependencies * Fixed: Field's required attribute was ignored in certain scenarios when using Edit Entry = 2.10.3.1 on May 27, 2021 = * Fixed: The "delete file" button was transparent in Edit Entry when running Gravity Forms 2.5 or newer * Security enhancements = 2.10.3 on May 20, 2021 = * Added: Support for the [All in One SEO](https://wordpress.org/plugins/all-in-one-seo-pack/) plugin * Fixed: GravityView styles and scripts not loading when embedding View as a block shortcode in GeneratePress * Fixed: PHP notice appearing when a translation file is not available for the chosen locale * Fixed: Search clear button disappearing when using GravityView Maps layout __Developer Updates:__ * Added: `gravityview/fields/custom/form` filter to modify form used as the source for View entries * Added: `gravityview/fields/custom/entry` filter to modify entry being displayed = 2.10.2.2 on April 19, 2021 = * Improved: Previous fix for an issue that affected HTML rendering of some posts and pages = 2.10.2.1 on April 13, 2021 = * Fixed: Issue introduced in Version 2.10.2 that affected HTML rendering of some posts and pages * Fixed: Undefined function error for sites running WordPress 4.x introduced in Version 2.10.2 = 2.10.2 on April 12, 2021 = * Fixed: Using the GravityView shortcode inside a [reusable block](https://wordpress.org/news/2021/02/gutenberg-tutorial-reusable-blocks/) in the WordPress Editor would prevent CSS and JavaScript from loading * Fixed: "Open in new tab/window" checkbox is missing from Link to Single Entry and Link to Edit Entry links * Fixed: Searching while on a paginated search result fails; it shows no entries because the page number isn't removed * Fixed: Sorting by Entry ID resulted in a MySQL error = 2.10.1 on March 31, 2021 = * Added: Allow comparing multiple values when using `[gvlogic]` shortcode - Use `&&` to match all values `[gvlogic if="abc" contains="a&&b"]` - Use `||` to match any values `[gvlogic if="abc" equals="abc||efg"]` * Added: `{site_url}` Merge Tag that returns the current site URL. This can be helpful when migrating sites or deploying from staging to live. * Fixed: Paragraph fields have a "Link to single entry" field setting, even though it doesn't make sense * Fixed: PDF and Text files were not opened in a lightbox * Fixed: Show File Upload files as links if they aren't an image, audio, or video file (like a .zip, .txt, or .pdf file) * Fixed: Lightbox script was being loaded for Views even if it was not being used * Fixed: Don't show the icon for the "Source URL" field in the View editor * Fixed: Change Entry Creator not working properly on non-English sites * Updated _so many translations_! Thank you to all the translators! - Arabic translation (thanks Salman!) - Dutch translation (thanks Desiree!) - Russian translation (thanks Victor S.!) - Romanian (thanks Cazare!) - Chinese (thanks Edi Weigh!) - Turkish (thanks SΓΌha!) - Swedish (thanks Adam!) - Portuguese (thanks Luis and Rafael!) - Dutch (thanks Erik!) - Norwegian (thanks Aleksander!) - Italian (thanks Clara!) - Hungarian (thanks dbalage!) - Hebrew - French - Canadian French (thanks Nicolas!) - Finnish (thanks Jari!) - Iranian (thanks amir!) - Mexican Spanish (thanks Luis!) - Spanish (thanks Joaquin!) - German (thanks Hubert!) - Danish (thanks Lisbeth!) - Bosnian (thanks Damir!) - Bengali (thanks Akter!) = 2.10 on March 9, 2021 = * A beautiful visual refresh for the View editor! - Brand new field picker for more easily creating your View - Visually see when Single Entry and Edit Entry layouts haven't been configured - See at a glance which fields link to Single Entry and Edit Entry - Manage and activate layouts from the View editor - Added: Show a notice when "Show only approve entries" setting is enabled for a View and no entries are displayed because of the setting - Added: Custom Content now supports syntax highlighting, making it much easier to write HTML (to disable, click on the Users sidebar menu, select Profile. Check the box labeled "Disable syntax highlighting when editing code" and save your profile) - Added: Warning when leaving Edit View screen if there are unsaved changes - Added: See the details of the current field while configuring field settings - Added: "Clear all" link to remove all fields from the View editor at once - Fixed: It was possible to drag and drop a field while the field settings screen was showing. Now it's not! - Fixed: See when fields have been deleted from a form * New: Brand-new lightbox script, now using Fancybox. It's fast, it's beautiful, and mobile-optimized. - Fixes issue with Gravity Forms images not loading in lightboxes due to secure URLs * Ready for Gravity Forms 2.5! * Added: Better support for the Consent field * Improved layout of the Manage Add-Ons screen - Added a "Refresh" link to the Manage Add-Ons screen. This is helpful if you've upgraded your license and are ready to get started! - Allow enabling/disabling installed add-ons regardless of license status * Added: A dropdown in the "All Views" screen to filter Views by the layout (Table, List, DataTables, DIY, Map, etc.) * Added: Export entries in TSV format by adding `/tsv/` to the View URL * Fixed: Approval Status field contains HTML in CSV and TSV exports * Fixed: Updating an entry associated with an unactivated user (Gravity Forms User Registration) would also change entry creator's information * Fixed: PHP warning `The magic method must have public visibility` appearing in PHP 8.0 * Fixed: PHP notice `Undefined property: stdClass::$icons` appearing on Plugins page * Fixed: "At least one field must be filled out" validation errors (thanks Gravity PDF!) __Developer Updates:__ * New: FancyBox is now being used for the lightbox - Thickbox is no longer used - Modify settings using `gravityview/lightbox/provider/fancybox/settings` - If you prefer, a [Featherlight lightbox option is available](https://github.com/gravityview/gv-snippets/tree/addon/featherlight-lightbox) - Easily add support for your own lightbox script by extending the new `GravityView_Lightbox_Provider` abstract class (the [Featherbox lightbox script](https://github.com/gravityview/gv-snippets/tree/addon/featherlight-lightbox) is a good example). - Modified: Formally deprecated the mis-spelled `gravity_view_lightbox_script` and `gravity_view_lightbox_style` filters in favor of `gravityview_lightbox_script` and `gravityview_lightbox_style` (finally!) - Fixed: `gravityview_lightbox_script` filter wasn't being applied - Removed `gravityview/fields/fileupload/allow_insecure_lightbox` filter, since it's no longer needed * Modified: `$_GET` args are now passed to links by default. - Added: Prevent entry links (single, edit, duplicate) from including $_GET query args by returning false to the filter `gravityview/entry_link/add_query_args` - Added: Prevent entry links being added to *delete* links by returning false to the filter `gravityview/delete-entry/add_query_args` * Added: `gv_get_query_args()` function to return $_GET query args, with reserved args removed - Added: `gravityview/api/reserved_query_args` filter to modify internal reserved URL query args * Added: `field-is_approved-html.php` and `field-is_approved-csv.php` template files for the Is Approved field * Modified: Removed * Modified: `templates/fields/field-entry_link-html.php` template to add `gv_get_query_args()` functionality * Breaking CSS change: Removed `.gv-list-view` CSS class from the List layout container `
`. The CSS class was also used in the looped entry containers, making it hard to style. This issue was introduced in GravityView 2.0. For background, see [the GitHub issue](https://github.com/gravityview/GravityView/issues/1026). = 2.9.4 on January 25, 2021 = * Added: Apply `{get}` merge tag replacements in `[gvlogic]` attributes and content * Modified: Made View Settings changes preparing for a big [Math by GravityView](https://www.gravitykit.com/extensions/math/) update! * Fixed: "Change Entry Creator" would not work with Gravity Forms no-conflict mode enabled __Developer Updates:__ * Added: `gravityview/metaboxes/multiple_entries/after` action to `includes/admin/metabox/views/multiple-entries.php` to allow extending Multiple Entries View settings = 2.9.3 on December 15, 2020 = * Improved: Add search field to the Entry Creator drop-down menu * Tweak: Hide field icons (for now) when editing a View...until our refreshed design is released πŸ˜‰ * Fixed: Some JavaScript warnings on WordPress 5.6 * Fixed: Uncaught error when one of GravityView's methods is used before WordPress finishes loading * Fixed: Duplicate Entry link would only be displayed to users with an administrator role * Fixed: Search entries by Payment Date would not yield results * Fixed: Lightbox didn't work with secure images * New: New lightbox gallery mode for File Upload fields with Multi-File Upload enabled __Developer Updates:__ * Added: `gravityview/search-trim-input` filter to strip or preserve leading/trailing whitespaces in Search Bar values * Added: Future WordPress version compatibility check * Tweak: Improved logging output * Modified: `gravityview_date_created_adjust_timezone` default is now set to false (use UTC value) = 2.9.2.1 on October 26, 2020 = * Improved: Plugin license information layout when running Gravity Forms 2.5 * Fixed: View Settings overflow their container (introduced in 2.9.2) = 2.9.2 on October 21, 2020 = * Added: GravityView is now 100% compatible with upcoming [Gravity Forms 2.5](https://www.gravityforms.com/gravity-forms-2-5-beta-2/)! * Added: New View setting to redirect users to a custom URL after deleting an entry * Added: An option to display "Powered by GravityView" link under your Views. If you're a [GravityView affiliate](https://www.gravitykit.com/account/affiliate/), you can earn 20% of sales generated from your link! * Improved: Duplicate Entry field is only visible for logged-in users with edit or duplicate entry permissions * Modified: Remove HTML from Website and Email fields in CSV output * Fixed: Possible fatal error when Gravity Forms is inactive * Fixed: Export of View entries as a CSV would result in a 404 error on some hosts * Fixed: Entries filtered by creation date using relative dates (e.g., "today", "-1 day") did not respect WordPress's timezone offset * Fixed: Partial entries edited in GravityView were being duplicated * Fixed: Trying to activate a license disabled due to a refund showed an empty error message * Tweak: Improvements to tooltip behavior in View editor * Tweak: When "Make Phone Number Clickable" is checked, disable the "Link to single entry" setting in Phone field settings * Tweak: Don't show "Open links in new window" for Custom Content field * Tweak: Removed "Open link in the same window?" setting from Website field - Note: For existing Views, if both "Open link in the same window?" and "Open link in a new tab or window?" settings were checked, the link will now _not open in a new tab_. We hope no one had them both checked; this would have caused a rift in space-time and a room full of dark-matter rainbows. __Developer Updates:__ * Added brand-new unit testing and acceptance testing...stay tuned for a write-up on how to easily run the GravityView test suite * Changed: `/templates/fields/field-website-html.php` and `/templates/deprecated/fields/website.php` to use new `target=_blank` logic * Fixed: License key activation when `GRAVITYVIEW_LICENSE_KEY` was defined * Deprecated: Never used method `GravityView_Delete_Entry::set_entry()` = 2.9.1 on September 1, 2020 = * Improved: Changed the Support Port icon & text to make it clearer * Updated: Updater script now handles WordPress 5.5 auto-updates * Fixed: Add Yoast SEO 14.7 scripts to the No-Conflict approved list * Fixed: Available Gravity Forms forms weren't appearing in the Gravity Forms widget when configuring a View __Developer Updates:__ * Improved: Gravity Forms 2.5 beta support * Fixed: Issue when server doesn't support `GLOB_BRACE` * Fixed: Removed references to non-existent source map files = 2.9.0.1 on July 23, 2020 = * Fixed: Loading all Gravity Forms forms on the frontend * Fixes Map Icons field not working * Fixes conflict with gAppointments and Gravity Perks * Fixed: Fatal error when Gravity Forms is inactive = 2.9 on July 16, 2020 = * Added: A "Gravity Forms" widget to easily embed a form above and below a View * Added: Settings for changing the "No Results" text and "No Search Results" text * Added: "Date Updated" field to field picker and sorting options * Modified: When clicking the "GravityView" link in the Admin Toolbar, go to GravityView settings * Improved: Add new Yoast SEO plugin scripts to the No-Conflict approved list * Improved: Add Wicked Folders plugin scripts to the No-Conflict approved list * Fixed: Don't allow sorting by the Duplicate field * Fixed: Multi-site licenses not being properly shared with single sites when GravityView is not Network Activated * Fixed: Potential fatal error for Enfold theme __Developer Updates:__ * Fixed: Settings not able to be saved when using the `GRAVITYVIEW_LICENSE_KEY` constant * Fixed: License not able to be activated when using the `GRAVITYVIEW_LICENSE_KEY` constant * Fixed: Potential PHP warning when using the `{created_by}` Merge Tag * Modified: Added index of the current file in the loop to the `gravityview/fields/fileupload/file_path` filter = 2.8.1 on April 22, 2020 = * Added: Better inline documentation for View Settings * Improved: When clicking "Add All Form Fields" in the "+ Add Field" picker * Modified: Changed default settings for new Views to "Show only approved entries" * Modified: When adding a field to a table-based layout, "+ Add Field" now says "+ Add Column" * Fixed: Single Entry "Hide empty fields" not working in Table and DataTables layouts = 2.8 on April 16, 2020 = * Added: User Fields now has many more options, including avatars, first and last name combinations, and more * Added: A new [Gravatar (Globally Recognized Avatar)](https://en.gravatar.com) field * Added: "Display as HTML" option for Paragraph fields - By default, safe HTML will be shown. If disabled, only text will be shown. * Added: Support for Gravity Forms Partial Entries Add-On. When editing an entry, the entry's "Progress" will now be updated. * Modified: Sort forms by title in Edit View, rather than Date Created (thanks, Rochelle!) * Modified: The [`{created_by}` Merge Tag](https://docs.gravitykit.com/article/281-the-createdby-merge-tag) * When an entry was created by a logged-out user, `{created_by}` will now show details for a logged-out user (ID `0`), instead of returning an unmodified Merge Tag * When `{created_by}` is passed without any modifiers, it now will return the ID of the user who created the entry * Fixed PHP warning when `{created_by}` Merge Tag was passed without any modifiers * Fixed: The "Single Entry Title" setting was not working properly * Fixed: Recent Entries widget filters not being applied * Updated translations: Added Formal German translation (thanks, Felix K!) and updated Polish translation (thanks, Dariusz!) __Developer Updates:__ * Added: `gravityview/fields/textarea/allow_html` filter to toggle whether Paragraph field output should allow HTML or should be sanitized with `esc_html()` * Added: `gravityview/field/created_by/name_display` filter for custom User Field output. * Added: `gravityview/field/created_by/name_display/raw` allow raw (unescaped) output for `gravityview/field/created_by/name_display`. * Added: `gravityview/fields/gravatar/settings` filter to modify the new Gravatar field's settings * Added: `gravityview/search/sieve_choices` filter in Version 2.5 that enables only showing choices in the Search Bar that exist in entries ([learn more about this filter](https://docs.gravitykit.com/article/701-show-choices-that-exist)) * Modified: `gravityview_get_forms()` and `GVCommon::get_forms()` have new `$order_by` and `$order` parameters (Thanks, Rochelle!) * Fixed: `gravityview/edit_entry/user_can_edit_entry` and `gravityview/capabilities/allow_logged_out` were not reachable in Edit Entry and Delete Entry since Version 2.5 = 2.7.1 on February 24, 2020 = * Fixed: Fatal error when viewing entries using WPML or Social Sharing & SEO extensions = 2.7 on February 20, 2020 = * Added: "Enable Edit Locking" View setting to toggle on and off entry locking (in the "Edit Entry" tab of the View Settings) * Fixed: Broken Toolbar link to Gravity Forms' entry editing while editing an entry in GravityView * Fixed: PHP undefined index when editing an entry with empty File Upload field * Fixed: When adding a field in the View Configuration, the browser window would resize __Developer Updates:__ * Modified: The way Hidden Fields are rendered in Edit Entry no fields are configured. [Read what has changed around Hidden Fields](https://docs.gravitykit.com/article/678-edit-entry-hidden-fields-field-visibility#timeline) * Fixed: Rendering Hidden Fields as `input=hidden` when no fields are configured in Edit Entry (fixing a regression in 2.5) * Modified: The default value for the `gravityview/edit_entry/reveal_hidden_field` filter is now `false` * Added: `gravityview/edit_entry/render_hidden_field` filter to modify whether to render Hidden Field HTML in Edit Entry (default: `true`) * Modified: Changed `GravityView_Edit_Entry_Locking::enqueue_scripts()` visibility to protected = 2.6 on February 12, 2020 = * Added: Implement Gravity Forms Entry Locking - see when others are editing an entry at the same time ([learn more](https://docs.gravitykit.com/article/676-entry-locking)) * Added: Easily duplicate entries in Gravity Forms using the new "Duplicate" link in Gravity Forms Entries screen ([read how](https://docs.gravitykit.com/article/675-duplicate-gravity-forms-entry)) * Improved: Speed up loading of Edit View screen * Improved: Speed of adding fields in the View Configuration screen * Modified: Reorganized some settings to be clearer * Fixed: Potential fatal error when activating extensions with GravityView not active * Updated: Russian translation (thank you, Victor S!) __Developer Updates:__ * Added: `gravityview/duplicate/backend/enable` filter to disable adding a "Duplicate" link for entries * Added: `gravityview/request/is_renderable` filter to modify what request classes represent valid GravityView requests * Added: `gravityview/widget/search/form/action` filter to change search submission URL as needed * Added: `gravityview/entry-list/link` filter to modify Other Entries links as needed * Added: `gravityview/edit/link` filter to modify Edit Entry link as needed * Fixed: A rare issue where a single entry is prevented from displaying with Post Category filters * Modified: Important! `gravityview_get_entry()` and `GVCommon::get_entry()` require a View object as the fourth parameter. While the View will be retrieved from the context if the parameter is missing, it's important to supply it. * Modified: `GVCommon::check_entry_display` now requires a View object as the second parameter. Not passing it will return an error. * Modified: `gravityview/common/get_entry/check_entry_display` filter has a third View parameter passed from `GVCommon::get_entry` * Modified: Bumped future minimum Gravity Forms version to 2.4 = 2.5.1 on December 14, 2019 = * Modified: "Show Label" is now off by default for non-table layouts * Improved: The View Configuration screen has been visually simplified. Fewer borders, larger items, and rounder corners. * Accessibility improvements. Thanks to [Rian Rietveld](https://rianrietveld.com) and Gravity Forms for their support. - Color contrast ratios now meet [Web Content Accessibility Guidelines (WCAG) 2.0](https://www.w3.org/TR/WCAG20/) recommendations - Converted links that act as buttons to actual buttons - Added keyboard navigation support for "Add Field" and "Add Widget" pickers - Auto-focus the field search field when Add Field is opened - Improved Search Bar HTML structure for a better screen reader experience - Added ARIA labels for Search Bar configuration buttons - Improved touch target size and spacing for Search Bar add/remove field buttons * Fixed: "Search All" with Multiple Forms plugin now works as expected in both "any" and "all" search modes. __Developer Updates:__ * Added: `gravityview_lightbox_script` and `gravityview_lightbox_style` filters. * Deprecated: `gravity_view_lightbox_script` and `gravity_view_lightbox_style` filters. Use `gravityview_lightbox_script` and `gravityview_lightbox_style` instead. = 2.5 on December 5, 2019 = This is a **big update**! Lots of improvements and fixes. #### All changes: * **GravityView now requires WordPress 4.7 or newer.** * Added: A new "Duplicate Entry" allows you to duplicate entries from the front-end * View Configuration * Added: You can now add labels for Custom Content in the View editor (this helps keep track of many Custom Content fields at once!) * Modified: New Views will be created with a number of default widgets preset * Fixed: View configuration could be lost when the "Update" button was clicked early in the page load or multiple times rapidly * Fixed: Some users were unable to edit a View, although having the correct permissions * Improved CSV output * Modified: Multiple items in exported CSVs are now separated by a semicolon instead of new line. This is more consistent with formatting from other services. * Fixed: Checkbox output in CSVs will no longer contain HTML by default * Fixed: Textarea (Paragraph) output in CSVs will no longer contain `
` tags by default * Edit Entry * Added: Directly embed the Edit Entry screen using the shortcode `[gventry edit="1"]` * Fixed: Editing an entry with Approve/Disapprove field hidden would disapprove an unapproved entry * Fixed: Field visibility when editing entries. Hidden fields remain hidden unless explicitly allowed via field configuration. * Fixed: Hidden calculation fields were being recalculated on Edit Entry * Sorting and Search * Fixed: User sorting does not work when the `[gravityview]` shortcode defines a sorting order * Fixed: Proper sorting capabilities for Time and Date fields * Fixed: Page Size widget breaks when multiple search filters are set * Fixed: Page Size widget resets itself when a search is performed * [Multiple Forms](https://www.gravitykit.com/extensions/multiple-forms/) fixes * Fixed: Global search not working with joined forms * Fixed: Custom Content fields now work properly with Multiple Forms * Fixed: [Gravity PDF](https://gravitypdf.com) support with Multiple Forms plugin and Custom Content fields * Fixed: Entry Link, Edit Link and Delete Link URLs may be incorrect with some Multiple Forms setups * Integrations * Added: "Show as score" setting for Gravity Forms Survey fields * Added: Support for [Gravity Forms Pipe Add-On](https://www.gravityforms.com/add-ons/pipe-video-recording/) * Added: Track the number of pageviews entries get by using the new `[gv_pageviews]` shortcode integration with the lightweight Pageviews plugin * Fixed: [GP Nested Forms](https://gravitywiz.com/documentation/gravity-forms-nested-forms/) compatibility issues * Fixed: PHP warnings appeared when searching Views for sites running GP Populate Anything with "Default" permalinks enabled * Improved: When a View is embedded on a post or page with an incompatible URL Slug, show a warning ([read more](https://docs.gravitykit.com/article/659-reserved-urls)) * Fixed: Number field decimal precision formatting not being respected * Fixed: Lifetime licenses showed "0" instead of "Unlimited" sites available * Updated: Polish translation (Thanks, Dariusz!) __Developer Updates:__ * Added: `[gventry edit="1"]` mode where edit entry shortcodes can be used now (experimental) * Added: `gravityview/template/field/csv/glue` filter to modify the glue used to separate multiple values in the CSV export (previously "\n", now default is ';') * Added: `gravityview/shortcodes/gventry/edit/success` filter to modify [gventry] edit success message * Added: `gravityview/search/sieve_choices` filter that sieves Search Widget field filter choices to only ones that have been used in entries (a UI is coming soon) * Added: `gravityview/search/filter_details` filter for developers to modify search filter configurations * Added: `gravityview/admin/available_fields` filter for developers to add their own assignable fields to View configurations * Added: `gravityview/features/paged-edit` A super-secret early-bird filter to enable multiple page forms in Edit Entry * Added: `$form_id` parameter for the `gravityview_template_$field_type_options` filter * Added: `gravityview/security/require_unfiltered_html` filter now has 3 additional parameters: `user_id`, `cap` and `args`. * Added: `gravityview/gvlogic/atts` filter for `[gvlogic]` * Added: `gravityview/edit_entry/page/success` filter to alter the message between edit entry pages. * Added: `gravityview/approve_entries/update_unapproved_meta` filter to modify entry update approval status. * Added: `gravityview/search/searchable_fields/whitelist` filter to modify allowed URL-based searches. * Fixed: Some issues with `unfiltered_html` user capabilities being not enough to edit a View * Fixed: Partial form was being passed to `gform_after_update_entry` filter after editing an entry. Full form will now be passed. * Fixed: Widget form IDs would not change when form ID is changed in the View Configuration screen * Fixed: Intermittent `[gvlogic2]` and nested `else` issues * The `[gvlogic]` shortcode has been rewritten for more stable, stateless behavior * Fixed: `GravityView_Entry_Notes::get_notes()` can return null; cast `$notes` as an array in `templates/fields/field-notes-html.php` and `includes/extensions/entry-notes/fields/notes.php` template files * Fixed: Prevent error logs from filling with "union features not supported" * Modified: Cookies will no longer be set for Single Entry back links * Modified: Default 250px `image_width` setting for File Upload images is now easily overrideable * Removed: The `gravityview/gvlogic/parse_atts/after` action is no longer available. See `gravityview/gvlogic/atts` filter instead * Removed: The `GVLogic_Shortcode` class is now a lifeless stub. See `\GV\Shortcodes\gvlogic`. * Deprecated: `gravityview_get_current_view_data` β€” use the `\GV\View` API instead = 2.4.1.1 on August 27, 2019 = * Fixed: Inconsistent sorting behavior for Views using Table layouts * Fixed: Searching all fields not searching Multi Select fields * Fixed: Error activating GravityView when Gravity Forms is disabled * Fixed: "Getting Started" and "List of Changes" page layouts in WordPress 5.3 * Fixed: Don't show error messages twice when editing a View with a missing form * Tweak: Don't show "Create a View" on trashed forms action menus = 2.4 on July 17, 2019 = **We tightened security by limiting who can edit Views. [Read how to grant Authors and Editors access](https://docs.gravitykit.com/article/598-non-administrator-edit-view).** * Added: A new Result Number field and `{sequence}` Merge Tag [learn all about it!](https://docs.gravitykit.com/article/597-the-sequence-merge-tag) * Added: `{date_updated}` Merge Tag ([see all GravityView Merge Tags](https://docs.gravitykit.com/article/76-merge-tags)) * Added: Option to output all CSV entries, instead of a single page of results * Fixed: Settings compatibility issues on Multisite * Fixed: CSV output for address fields contained Google Maps link * Fixed: When editing an entry in Gravity Forms, clicking the "Cancel" button would not exit edit mode * Fixed: Some fatal errors when Gravity Forms is deactivated while GravityView is active * Fixed: Search All Fields functionality with latest Gravity Forms __Developer Updates:__ * **Breaking Change:** Users without the `unfiltered_html` capability can no longer edit Views. * Added: `gravityview/security/allow_unfiltered_html` to not require `unfiltered_html`. Dangerous! * Added: `gravityview/template/field/address/csv/delimiter` filter for CSV output of addresses = 2.3.2 on May 3, 2019 = * Re-fixed: Conditional Logic breaks in Edit Entry if the condition field is not present __Developer Updates:__ * Fixed: `strtolower()` warnings in `class-frontend-views.php` * Fixed: `gravityview/fields/fileupload/link_atts` filter didn't work on link-wrapped images * Fixed: PHP notice triggered when using the Poll widget * Updated: Updater script, which should improve license check load time = 2.3.1 on April 18, 2019 = * Added: Entry Approval now features a popover that allows you to select from all approval statuses * Fixed: Issues accessing Edit Entry for Views using [Multiple Forms](https://www.gravitykit.com/extensions/multiple-forms/) * Fixed: Issues with Edit Entry where fields were duplicated. This temporarily reverts the conditional logic fix added in 2.3. * Fixed: Maps will now properly use global API key settings on Multisite installations __Developer Updates:__ * Fixed: Issues searching Address fields that contain custom states * Added: `gravityview/approve_entries/popover_placement` filter to modify the placement of the approval popover (default: right) = 2.3 on April 2, 2019 = **Gravity Forms 2.3 is required**. Some functionality will not work if you are using Gravity Forms 2.2. If this affects you, please [let us know](mailto:support@gravitykit.com?subject=Gravity%20Forms%202.3%20Requirement) * Added: Multi-Sorting! Example: Sort first by Last Name, then sort those results by First Name [Read more about multi-sorting](https://docs.gravitykit.com/article/570-sorting-by-multiple-columns) - Works great with our [DataTables extension](https://www.gravitykit.com/extensions/datatables/), too! * Added: `[gvlogic logged_in="true"]` support to easily check user login status - [read how it works](https://docs.gravitykit.com/article/252-gvlogic-shortcode#logged-in-parameter) * Added: Dropdown, Radio and Link input support for searching product fields * Fixed: Conditional Logic breaks in Edit Entry if the condition field is not present * Fixed: Sorting numbers with decimals * Fixed: CSV output of List and File Upload fields * Fixed: "Hide empty fields" setting not working Product and Quantity fields * Fixed: Month and day reversed in multi-input date search fields * Fixed: Join issues with embedded Views when using [Multiple Forms](https://www.gravitykit.com/extensions/multiple-forms/) * Fixed: Other Entries empty text override was not working * Updated: 100% translated for Dutch, German, and French __Developer Updates:__ * Added: `gravityview/search/created_by/text` filter to override dropdown and radio text in "created by" search UI * Added: `gravityview/approve_entries/after_submission` filter to prevent `is_approved` meta from being added automatically after entry creation * Modified: List and File Upload fields are now output as objects/arrays in REST API JSON * Modified: [Business Hours](https://wordpress.org/plugins/gravity-forms-business-hours/) field support in CSV and JSON output * Fixed: Fatal error when custom templates are loaded without `\GV\Template_Context` * Fixed: Potential PHP warning with PHP 7.2 * Added notice for users to upgrade to PHP 5.6, since WordPress will be bumping the minimum version soon = 2.2.5 on February 4, 2019 = * Added: Support for nested dropdown selection in Search Bar * Fixed: State search dropdown type for custom address types * Fixed: Don't show Credit Card fields on the Edit Entry screen (#1219) * REST API and CSV fixes * Fixed: Email field being output as links in CSV * Fixed: CSVs could not contain more than one special field (Entry ID, Custom Content, etc.) * Fixed: CSV and JSON REST API did not output duplicate headers (Entry ID, Custom Content, etc.) * Fixed: JSON REST API endpoint did not render Custom Content fields * Modified: In the REST API duplicate keys are now suffixed with (n), for example: id(1), id(2), instead of not showing them at all * Updated: Script used to provide built-in Support Port * Updated: Russian translation by @awsswa59 __Developer Updates:__ * Added: `gravityview/edit_entry/before_update` hook * Added: `gravityview/api/field/key` filter to customize the generated REST API entry JSON keys * Added: `gravityview/template/csv/field/raw` filter to allow raw output of specific fields * Modified: CSV REST API endpoint returns binary data instead of JSON-encoded data = 2.2.4 on January 14, 2019 = * Fixed: Other Entries field would display all entries without filtering * Fixed: Entry Date searches not working (broken in 2.2) * Fixed: CSV outputting wrong date formats for Date and Date Created fields * Fixed: CSV outputting empty content for Custom Content fields * Fixed: Changelog formatting so that the 2.2.1, 2.2.2, and 2.2.3 updates are shown * Fixed: The picture of Floaty was _really big_ in the Getting Started screen * Updated Translations for Italian and Iranian. Thanks, Farhad! = 2.2.3 on December 20, 2018 = * Fixed: Issue loading translation files on Windows IIS servers __Developer Updates:__ * Added: Third argument to `gravityview_search_operator` filter (the current `\GV\View` object) * Added: `GravityView_Image::is_valid_extension()` to determine whether an extension is valid for an image * Fixed: Search operator overrides that broke in 2.2 * Modified: SVG files are now processed as images in GravityView * Modified: Changed translation file loading order to remove paths that didn't work! [See this article for the updated paths](https://docs.gravitykit.com/article/530-translation-string-loading-order). = 2.2.2 on December 11, 2018 = * Added: Support for the new [Multiple Forms beta](https://www.gravitykit.com/extensions/multiple-forms/)! * **Minor CSS Change**: Reduced Search Bar negative margins to fix the Search Bar not aligning properly * Fixed: Calculation fields that were not added to the Edit Entry fields were being emptied (except the price) * Updated translations - thank you, translators! - Turkish translated by @suhakaralar - Russian translated by @awsswa59 - Polish translated by @dariusz.zielonka __Developer Updates:__ * Template Change: Updated `widget-poll.php` template to display poll results for all Multiple Forms fields * Added: `gravityview/query/class` filter to allow query class overrides, needed for Multiple Forms extension * Added: `gravityview/approve_entries/autounapprove/status` filter to change the approval status set when an entry is modified in Edit Entry * Added: `$unions` property to `\GV\View`, for future use with [Multiple Forms plugin](https://www.gravitykit.com/extensions/multiple-forms/) = 2.2.1 on December 4, 2018 = * Confirmed compatibility with WordPress 5.0 and the new Gutenberg editor ([use the shortcode block to embed](https://docs.gravitykit.com/article/526-does-gravityview-support-gutenberg)) * Added: Support for upcoming [Multiple Forms plugin](https://www.gravitykit.com/extensions/multiple-forms/) * Fixed: Edit Entry writes incorrectly-formatted empty values in some cases. * Fixed: "Hide View data until search is performed" not working for [Maps layout](https://www.gravitykit.com/extensions/maps/) * Fixed: Entries are not accessible when linked to from second page of results * Fixed: Search redirects to home page when previewing an unpublished View __Developer Updates:__ * Fixed: Error loading GravityView when server has not defined `GLOB_BRACE` value for the `glob()` function * Added: `gravityview/entry/slug` filter to modify entry slug. It runs after the slug has been generated by `GravityView_API::get_entry_slug()` * Added: `\GV\Entry::is_multi()` method to check whether the request's entry is a `Multi_Entry` (contains data from multiple entries because of joins) = 2.2 on November 28, 2018 = * Yes, GravityView is fully compatible with Gravity Forms 2.4! * Added: Choose where users go after editing an entry * Added: Search entries by approval status with new "Approval Status" field in the Search Bar * Added: More search input types added for "Created By" searches * Added: When searching "Created By", set the input type to "text" to search by user email, login and name fields * Fixed: Issue installing plugins from the Extensions page on a Multisite network * Fixed: When a View is embedded on the homepage of a site, Single Entry and Edit Entry did not work (404 not found error) * Fixed: Stray "Advanced Custom Fields" editor at the bottom of Edit View pages * Fixed: Labels and quantities removed when editing an entry that had product calculations * Fixed: When multiple Views are embedded on a page, Single Entry could sometimes show "You are not allowed to view this content" * Fixed: Major search and filtering any/all mode combination issues, especially with "Show only approved entries" mode, A-Z Filters, Featured Entries, Advanced Filtering plugins * Fixed: Support all [documented date formats](https://docs.gravitykit.com/article/115-changing-the-format-of-the-search-widgets-date-picker) in Search Bar date fields * Fixed: Issues with [Advanced Filtering](https://www.gravitykit.com/extensions/advanced-filter/) date fields (including human strings, less than, greater than) * Fixed: Security issue when Advanced Filter was configured with an "Any form field" filter (single entries were not properly secured) * Fixed: The Quiz Letter Grade is lost if Edit Entry does not contain all Gravity Forms Quiz Add-On fields __Developer Updates:__ * Updated: `search-field-select.php` template to gracefully handle array values * Added: Filters for new "Created By" search. [Learn how to modify what fields are searched](https://docs.gravitykit.com/article/523-created-by-text-search). = 2.1.1 on October 26, 2018 = * Added: A "Connected Views" menu on the Gravity Forms Forms page - hover over a form to see the new Connected Views menu! * Fixed: Additional slashes being added to the custom date format for Date fields * Fixed: Quiz Letter Grade not updated after editing an entry that has Gravity Forms Quiz fields * Fixed: Single Entry screen is inaccessible when the category is part of a URL path (using the `%category%` tag in the site's Permalinks settings) * Fixed: Issue where GravityView CSS isn't loading in the Dashboard for some customers * Fixed: Display uploaded files using Gravity Forms' secure link URL format, if enabled * Updated Polish translation. DziΔ™kujΔ™ Ci, @dariusz.zielonka! __Developer Updates:__ * Added: `gravityview/template/table/use-legacy-style` filter to use the legacy Table layout stylesheet without any responsive layout styles (added in GravityView 2.1) - [Here's code you can use](https://gist.github.com/zackkatz/45d869e096cd5114a87952d292116d3f) * Added: `gravityview/view/can_render` filter to allow you to override whether a View can be rendered or not * Added: `gravityview/widgets/search/datepicker/format` filter to allow you to modify only the format used, rather than using the `gravityview_search_datepicker_class` filter * Fixed: Fixed an issue when using [custom entry slugs](https://docs.gravitykit.com/article/57-customizing-urls) where non-unique values across forms cause the entries to not be accessible * Fixed: Undefined index PHP warning in the GravityView Extensions screen * Fixed: Removed internal usage of deprecated GravityView functions * Limitation: "Enable lightbox for images" will not work on images when using Gravity Forms secure URL format. [Contact support](mailto:support@gravitykit.com) for a work-around, or use a [different lightbox script](https://docs.gravitykit.com/article/277-using-the-foobox-lightbox-plugin-instead-of-the-default). = 2.1.0.2 and 2.1.0.3 on September 28, 2018 = * Fixed: Slashes being added to field quotes * Fixed: Images showing as links for File Upload fields = 2.1.0.1 on September 27, 2018 = * Fixed: Responsive table layout labels showing sorting icon HTML * Fixed: Responsive table layout showing table footer = 2.1 on September 27, 2018 = * Added: You can now send email notifications when an entry is approved, disapproved, or the approval status has changed. [Learn how](https://docs.gravitykit.com/article/488-notification-when-entry-approved) * Added: Automatically un-approve an entry when it has been updated by an user without the ability to moderate entries * Added: Easy way to install GravityView Extensions and our stand-alone plugins [Learn how](https://docs.gravitykit.com/article/489-managing-extensions) * Added: Enable CSV output for Views [Learn how](https://docs.gravitykit.com/article/491-csv-export) * Added: A "Page Size" widget allows users to change the number of entries per page * Added: Support for displaying a single input value of a Chained Select field * Added: The Table layout is now mobile-responsive! * Improved: Added a shortcut to reset entry approval on the front-end of a View: "Option + Click" on the Entry Approval field * Fixed: Custom date format not working with the `{date_created}` Merge Tag * Fixed: Embedding a View inside an embedded entry didn't work * Fixed: "Link to entry" setting not working for File Upload fields * Fixed: Approval Status field not showing anything * Updated translations - thank you, translators! - Polish translated by @dariusz.zielonka - Russian translated by @awsswa59 - Turkish translated by @suhakaralar - Chinese translated by @michaeledi __Developer Notes:__ * Added: Process shortcodes inside [gv_entry_link] shortcodes * Added: `gravityview/shortcodes/gv_entry_link/output` filter to modify output of the `[gv_entry_link]` shortcode * Added `gravityview/widget/page_size/settings` and `gravityview/widget/page_size/page_sizes` filters to modify new Page Size widget * Modified: Added `data-label` attributes to all Table layout cells to make responsive layout CSS-only * Modified: Added responsive CSS to the Table layout CSS ("table-view.css") * Improved: Reduced database lookups when using custom entry slugs * Introduced `\GV\View->can_render()` method to reduce code duplication * Fixed: Don't add `gvid` unless multiple Views embedded in a post * Fixed: PHP 5.3 warning in when using `array_combine()` on empty arrays * Fixed: Apply `addslashes` to View Configuration when saving, fixing `{date_created}` format * REST API: Allow setting parent post or page with the REST API request using `post_id={id}` ([learn more](https://docs.gravitykit.com/article/468-rest-api)) * REST API: Added `X-Item-Total` header and meta to REST API response = 2.0.14.1 on July 19, 2018 = * Fixed: Potential XSS ("Cross Site Scripting") security issue. **Please update.** * Fixed: GravityView styles weren't being loaded for some users = 2.0.14 on July 9, 2018 = * Added: Allow filtering entries by Unapproved status in Gravity Forms * Added: Reset entry approval status by holding down Option/Alt when clicking entry approval icon * Fixed: Merge Tags not working in field Custom Labels * Fixed: Enable sorting by approval status all the time, not just when a form has an Approval field * Fixed: When a View is saved without a connected form, don't show "no longer exists" message * Fixed: Inline Edit plugin not updating properly when GravityView is active __Developer Notes:__ * Added: `gravityview/approve_entries/after_submission/default_status` filter to modify the default status of an entry as it is created. * Modified: No longer delete `is_approved` entry meta when updating entry status - leave the value to be `GravityView_Entry_Approval_Status::UNAPPROVED` (3) * Fixed: Allow for "in" and "not_in" comparisons when using `GravityView_GFFormsModel::is_value_match` * Tweak: If "Search Mode" key is set, but there is no value, use "all" * Tweak: Reduced number of database queries when rendering a View = 2.0.13.1 on June 26, 2018 = * Fixed: Custom Content fields not working with DIY Layout * Fixed: Error when displaying plugin updates on a single site of a Multisite installation = 2.0.13 on June 25, 2018 = * 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 on June 12, 2018 = * Fixed: On the Plugins page, "Update now" not working for GravityView Premium Plugins, Views & Extensions * Fixed: Always show that plugin updates are available, even if a license is expired = 2.0.11 on June 12, 2018 = * 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 on June 6, 2018 = * 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 on June 1, 2018 = * 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 on May 31, 2018 = * Fixed: Standalone map fields not displaying on the [Maps layout](https://www.gravitykit.com/extensions/maps/) * 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 on May 25, 2018 = * 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! Use `Use \GV\Field_Template::render()` instead.) = 2.0.7.1 on May 24, 2018 = * Fixed: Merge Tags not being shown in Custom Content fields in Edit Entry * Fixed: "gvGlobals not defined" JavaScript error on Edit Entry screen affecting some themes * Fixed: Don't clear Search Bar configuration when switching View layouts = 2.0.7 on May 23, 2018 = * 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 = 2.0.6.1 on May 21, 2018 = * Fixed: "Hide View data until search is performed" not working * Added: Support for SiteOrigin Page Builder and LiveMesh SiteOrigin Widgets * Fixed: Enfold Theme layout builder no longer rendering Views = 2.0.6 on May 17, 2018 = * Fixed: Conflicts with Yoast SEO & Jetpack plugins that prevent widgets from displaying * Fixed: Some fields display as HTML (fixes Gravity Flow Discussion field, for example) * Fixed: Some Merge Tag modifiers not working, such as `:url` for List fields * Fixed: Give Floaty a place to hang out on the GravityView Settings screen with new Gravity Forms CSS __Developer Updates__ * Fixed: Backward-compatibility for using global `$gravityview_view->_current_field` (don't use in new code!) = 2.0.5 on May 16, 2018 = * Fixed: Entry Link fields and `[gv_entry_link]` shortcode not working properly with DataTables when embedded * Fixed: Do not output other shortcodes in single entry mode * Fixed: Error when deleting an entry * Fixed: When multiple Views are embedded on a page, and one or more has Advanced Filters enabled, no entries will be displayed * Fixed: PHP warning with `[gravitypdf]` shortcode * Fixed: When multiple table layout Views are embedded on a page, there are multiple column sorting links displayed * Fixed: Error displaying message that a license is expired = 2.0.4 on May 12, 2018 = * Fixed: Slow front-end performance, affecting all layout types * Fixed: Search not performing properly * Fixed: "Enable sorting by column" option for Table layouts * GravityView will require Gravity Forms 2.3 in the future; please make sure you're using the latest version of Gravity Forms! __Developer Updates__ * Fixed: `GravityView_frontend::get_view_entries()` search generation * Fixed: `gravityview_get_template_settings()` not returning settings * Tweak: Cache View and Field magic getters into variables for less overhead. = 2.0.3 on May 10, 2018 = * Fixed: Compatibility with `[gravitypdf]` shortcode * Fixed: When using `[gravityview]` shortcode, the `page_size` setting wasn't being respected * Fixed: `[gravityview detail="last_entry" /]` not returning the correct entry * Fixed: Widgets not being properly rendered when using oEmbed * Fixed: Note fields not rendering properly __Developer Notes__ * Fixed: `GravityView_View::getInstance()` not returning information about a single entry * Added: `gravityview/shortcode/detail/$key` filter = 2.0.1 & 2.0.2 on May 9, 2018 = * Fixed: Widgets not displayed when a View is embedded * Fixed: Saving new settings can cause fatal error * Fixed: Prevent commonly-used front end function from creating an error in the Dashboard * Fixed: Hide labels if "Show Label" is not checked * Fixed: CSS borders on List layout * Fixed: Error when fetching GravityView Widget with DataTables Extension 2.2 * Fixed: Fail gracefully when GravityView Maps is installed on a server running PHP 5.2.4 = Version 2.0 on May 8, 2018 = We are proud to share this release with you: we have been working on this release since 2016, and although most of the changes won’t be seen, GravityView has a brand-new engine that will power the plugin into the future! οΏ½οΏ½ \- Zack with GravityView --- **Note: GravityView now requires PHP 5.3 or newer** _This is a major release. Please back up your site before updating._ We have tested the plugin thoroughly, but we suggest backing up your site before updating all plugins. **New functionality** * `[gventry]`: embed entries in a post, page or a View ([learn more](https://docs.gravitykit.com/article/462-gvfield-embed-gravity-forms-field-values)) * `[gvfield]`: embed single field values ([learn more](https://docs.gravitykit.com/article/462-gvfield-embed-gravity-forms-field-values)) * [Many new Merge Tag modifiers](https://docs.gravitykit.com/article/350-merge-tag-modifiers) - These enable powerful new abilities when using the Custom Content field! * Use oEmbed with Custom Content fields - easily embed YouTube videos, Tweets (and much more) on your Custom Content field * "Is Starred" field - display whether an entry is "Starred" in Gravity Forms or not, and star/unstar it from the front end of your site * Added Bosnian, Iranian, and Canadian French translations, updated many others (thank you all!) **Smaller changes** * Added `{gv_entry_link}` Merge Tag, alias of `[gv_entry_link]` shortcode in `{gv_entry_link:[post id]:[action]}` format. This allows you to use `{gv_entry_link}` inside HTML tags, where you are not able to use the `[gv_entry_link]` shortcode. * Default `[gvlogic]` comparison is now set to `isnot=""`; this way, you can just use `[gvlogic if="{example:1}"]` instead of `[gvlogic if="{example:1}" isnot=""]` to check if a field has a value. **Developer Updates** This release is the biggest ever for developers! Even so, we have taken great care to provide backward compatibility with GravityView 1.x. Other than increasing the minimum version of PHP to 5.3, **no breaking changes were made.** * We have rewritten the plugin from the ground up. [Learn all about it here](https://github.com/gravityview/GravityView/wiki/The-Future-of-GravityView). * New REST API! Fetch GravityView details and entries using the WordPress REST API endpoint. It's disabled by default, but can be enabled or disabled globally on GravityView Settings screen, or per-View in View Settings. [Learn about the endpoints](https://github.com/gravityview/GravityView/wiki/REST-API). * New `gravityview()` API wrapper function, now used for easy access to everything you could want * New template structure ([learn how to migrate your custom template files](https://github.com/gravityview/GravityView/wiki/Template-Migration)) * We have gotten rid of global state; actions and filters are now passed a `$context` argument, a [`\GV\Template_Context` object](https://github.com/gravityview/GravityView/blob/v2.0/future/includes/class-gv-context-template.php) * When HTML 5 is enabled in Gravity Forms, now the Search All field will use `type="search"` * _Countless_ new filters and actions! Additional documentation will be coming, both on [docs.gravitykit.com](https://docs.gravitykit.com) as well as [codex.gravitykit.com](https://codex.gravitykit.com). A special thanks to Gennady for your tireless pursuit of better code, insistence on backward compatibility, and your positive attitude. οΏ½οΏ½ = 1.22.6 on April 4, 2018 = * Fixed: Line breaks being added to `[gvlogic]` shortcode output * Fixed: Gravity Forms 2.3 compatibility notice * Fixed: "The ID is required." message when configuring the GravityView Search WordPress widget * Fixed: Slashes were being added to Post Image details __Developer Updates:__ * Added `gravityview/edit_entry/reveal_hidden_field` filter, which allows you to prevent Hidden fields from becoming Text fields in Edit Entry context * Added `gravityview/edit_entry/field_visibility` filter to set field visibility on Edit Entry (default is always "visible") = 1.22.5 on January 25, 2018 = * Improves support for [DIY Layout](https://www.gravitykit.com/extensions/diy-layout/), a layout for designers & developers to take full advantage of GravityView * Tweak: Show "Embed Shortcode" helper if a View has widgets configured but not Fields * Fixed: Add Note support for Gravity Forms 2.3 (it's coming soon) * Fixed: `tabindex` not properly set for Update/Cancel/Delete buttons in Edit Entry * Fixed: Hide Yoast SEO Content & SEO Analysis functionality when editing a View * Fixed: Line breaks were being added to Custom Content fields and widgets, even when "Automatically add paragraphs to content" wasn't checked __Developer Updates:__ * Add `$nl2br`, `$format`, `$aux_data` parameters to `GravityView_API::replace_variables()` to be consistent with `GFCommon::replace_variables()` = 1.22.4? = Yes, we skipped a minor release (1.22.4 exists only in our hearts). Thanks for noticing! = 1.22.3 on December 21, 2017 = * Added: Support for displaying files uploaded using the Gravity Forms Dropbox Addon (thanks, @mgratch and @ViewFromTheBox!) * Added: Merge Tags now are replaced when in `[gvlogic]` shortcodes not in a View * Fixed: Filtering by date in Advanced Filters prevented single entries from being visible * Fixed: `gravityview/capabilities/allow_logged_out` filter wasn't living up to its name (allowing logged-out visitors to edit entries) __Developer Updates:__ * Modified: We're reverting changes made to Advanced Custom Field plugin compatibility * Added: `gravityview/fields/fileupload/file_path` filter in `class-gravityview-field-fileupload.php` * Modified: Removed `!important` from the CSS height rule for the `.gv-notes .gv-note-add textarea` rule = 1.22.2 on December 7, 2017 = * Fixed: Fatal error when running Ultimate Member 2.0 beta * Fixed: Issue deleting entries when Advanced Filter rules don't match * Fixed: Delete Entry messages not displaying when entry is deleted * Fixed: ACF shortcodes in WYSIWYG fields no longer processed since 1.22.1 * Fixed: Fatal error when using old installations of Gravity Forms __Developer Updates:__ * Added: `gravityview/edit_entry/unset_hidden_field_values` filter to prevent deleting values for fields hidden by Conditional Logic = 1.22.1.1 on November 30, 2017 = * Fixed: When displaying Email fields, PHP warning about `StandalonePHPEnkoder.php` = 1.22.1 on November 29, 2017 = * Moved "Custom Content" field to top of field picker, in what Rafael calls the "Best idea of 2017 οΏ½"" * Added: When Gravity Forms 2.3 is released, support for "Random" entry order will be enabled * Fixed: Entry oEmbeds not working when using "Plain" URL formats to embed * Fixed: Only published Views showing in Gravity Forms "Connected Views" menu * Fixed: Deleting entries can cause entries to be displayed from a different View when Advanced Filters is activated and multiple Views are embedded on a page * Fixed: Infinite loop when using `[gravityview]` shortcode inside ACF fields __Developer Updates:__ * Added: `GravityView_HTML_Elements` class for generating commonly-used HTML elements * Added: Way to disable front-end cookies for our friends in Europe ([see code here](https://gist.github.com/zackkatz/354a71dc47ffef072ed725706cf455ed)) * Added: `gravityview/metaboxes/data-source/before` and `gravityview/metaboxes/data-source/after` hooks * Added: Second `$args` param added to `gravityview_get_connected_views()` function * Modified: Pass fifth parameter `$input_type` to `GravityView_Template::assign_field_options` method = 1.22 on September 4, 2017= * Added: Support for Gravity Forms 2.3 * Fixed: Fatal error when Divi (and other Elegant Themes) try to load GravityView widgets while editing a post with a sidebar block in itβ€”now the sidebar block will not be rendered * Fixed: Inline Edit plugin not working when displaying a single entry * Fixed: Featured Entries plugin not adding correct CSS selector to the single entry container __Developer Updates:__ * Modified: Template files `list-header.php`, `list-single.php`, `table-header.php`, `table-single.php` * Fixed: When `GRAVITYVIEW_LICENSE_KEY` constant is defined, it will always be used, and the license field will be disabled * Fixed: List View and Table View templates have more standardized CSS selectors for single & multiple contexts ([Learn more](https://docs.gravitykit.com/article/63-css-guide)) * Fixed: Permalink issue when embedding a View on a page, then making it the site's Front Page * Fixed: Transient cache issues when invalidating cache * Fixed: `gv_empty()` now returns false for an array with all empty values * Fixed: Delay plugin compatibility checks until `plugins_loaded` = 1.21.5.3 on July 24, 2017 = * Fixed: For some field types, the value "No" would be interpreted as `false` * Fixed: In Edit Entry, when editing a form that has a Post Custom Field field typeβ€”configured as checkboxesβ€”file upload fields would not be saved * Fixed: If a form connected to a View is in the trash, there will be an error when editing the View * Fixed: Embedding single entries with WordPress 4.8 * Fixed: Fatal error when using older version of WPML = 1.21.5.2 on June 26, 2017 = * Tweak: Improved plugin speed by reducing amount of information logged * Fixed: Duplicate descriptions on the settings screen * Fixed: Our "No-Conflict Mode" made the settings screen look bad. Yes, we recognize the irony. * Updated: Translations - thank you, translators! - Turkish translation by @suhakaralar - Dutch translations by Thom = 1.21.5.1 on June 13, 2017 = * Modified: We stopped allowing any HTML in Paragraph Text fields in 1.21.5, but this functionality was used by lots of people. We now use a different function to allow safe HTML by default. * Added: `gravityview/fields/textarea/allowed_kses` filter to modify the allowed HTML to be displayed. = 1.21.5 on June 8, 2017 = * Added: The `{current_post}` Merge Tag adds information about the current post. [Read more about it](https://docs.gravitykit.com/article/412-currentpost-merge-tag). * Added: `gravityview/gvlogic/parse_atts/after` action to modify `[gvlogic]` shortcode attributes after it's been parsed * Added: A new setting to opt-in for access to the latest pre-release versions of GravityView (in Views > Settings) * Added: Support for Restrict Content Pro when in "No-Conflict Mode" * Fixed: Saving an entry could strip the entry creator information. Now, when the entry creator is not in the "Change Entry Creator" users list, we add them back in to the list. * Fixed: Potential security issue * Fixed: Multiple notifications could sometimes be sent when editing an entry in GravityView. * Fixed: Gravity Forms tooltip scripts being loaded admin-wide. * Updated: Dutch translations (thanks, Thom!) = 1.21.4 on April 13, 2017 = * Fixed: "Enable sorting by column" not visible when using table-based View Presets * Fixed: Error activating the plugin when Gravity Forms is not active * Fixed: Numeric sorting * Fixed: Compatibility issue with WPML 3.6.1 and lower * Tweak: When using `?cache` to disable entries caching, cached data is removed = 1.21.3 on April 4, 2017 = * Fixed: Post Images stopped working in Edit Entry * Fixed: Conflict with our Social Sharing & SEO Extension * Fixed: Unable to search for a value of `0` * Fixed: Inaccurate search results when using the `search_field` and `search_value` settings in the `[gravityview]` shortcode - The search mode will now always be set to `all` when using these settings __Developer Updates:__ * We decided to not throw exceptions in the new `gravityview()` wrapper function. Instead, we will log errors via Gravity Forms logging. = 1.21.2 on March 31, 2017 = * Added: Support for embedding `[gravityview]` shortcodes in Advanced Custom Fields (ACF) fields * Fixed: PHP warnings and notices = 1.21.1 on March 30, 2017 = * Fixed: Advanced Filters no longer filtered οΏ½οΏ½ * Fixed: Fatal error when viewing Single Entry with a Single Entry Title setting that included Merge Tags * Fixed: Cache wasn't cleared when an entry was created using Gravity Forms API (thanks Steve with Gravity Flow!) = 1.21 on March 29, 2017 = * Fixed: Edit Entry compatibility with Gravity Forms 2.2 * Fixed: Single Entry not accessible when filtering a View by Gravity Flow's "Final Status" field * Fixed: Needed to re-save permalink settings for Single Entry and Edit Entry to work * Fixed: Incorrect pagination calculations when passing `offset` via the `[gravityview]` shortcode __Developer Updates:__ * Modified: `GVCommon::check_entry_display()` now returns WP_Error instead of `false` when an error occurs. This allows for additional information to be passed. * Added: `gravityview/search-all-split-words` filter to change search behavior for the "Search All" search input. Default (`true`) converts words separated by spaces into separate search terms. `false` will search whole word. * Much progress has been made on the `gravityview()` wrapper function behind the scenes. Getting closer to parity all the time. = 1.20.1 on March 1, 2017 = * Added: Support for comma-separated email addresses when adding a note and using "Other email address" * Fixed: Edit Entry issue with File Uploads not saving properly * Fixed: Support for `offset` attribute in the `[gravityview]` shortcode * Updated: Auto-upgrade script = 1.20 on February 24, 2017 = * Added: Product Fields are now editable - Quantity, - Product fields are hidden if the entry contains external transaction data - Support for Coupon Addon * Fixed: Single Entry not accessible when filtering by a Checkbox field in the Advanced Filters Extension * Fixed: WPML links to Single Entry not working if using directory or sub-domain URL formats * Fixed: Product field prices not always formatted as a currency * Fixed: Product fields sometimes appeared twice in the Add Field field picker * Fixed: PHP warning when updating entries. Thanks for reporting, Werner! * Modified: Don't show CAPTCHA fields in Edit Entry * Fixed: "Trying to get property of non-object" bug when updating an entry connected to Gravity Forms User Registration * Fixed: Yoast SEO scripts and styles not loading properly on Edit View screen * Updated: Minimum version of Gravity Forms User Registration updated to 3.2 __Developer Notes:__ * Added: `GVCommon::entry_has_transaction_data()` to check whether entry array contains payment gateway transaction information * Added: `gravityview/edit_entry/hide-coupon-fields` to modify whether to hide Coupon fields in Edit Entry (default: `false`) * Added: `GravityView_frontend::get_view_entries_parameters()` method to get the final entry search parameters for a View without fetching the entries as well * Added: `GVCommon::get_product_field_types()` to fetch Gravity Forms product field types array * Added: `gravityview/edit_entry/field_blacklist` filter to modify what field types should not be shown in Edit Entry * Added: `GravityView_Plugin_Hooks_Gravity_Forms_Coupon` class * Added: Third `GravityView_Edit_Entry_Render` parameter to `gravityview/edit_entry/field_value`, `gravityview/edit_entry/field_value_{field_type}` filters and `gravityview/edit_entry/after_update` action * Updated: `list-body.php` and `list-single.php` template files to prevent empty `
` from rendering (and looking bad) when there are no fields configured for the zones * Updated: `fields/product.php` template file * Updated: Flexibility library for IE CSS flexbox support * Modified: `gravityview/edit_entry/hide-product-fields` default will now be determined by whether entry has gateway transaction information * Modified: Only print errors when running the unit tests if the `--debug` setting is defined, like `phpunit --debug --verbose` * Modified: If overriding `get_field_input()` using `GravityView_Field`, returning empty value will now result in the default `GF_Field` input being used * Modified: GravityView_Edit_Entry_User_Registration::restore_display_name() now returns a value instead of void * Tweak: Edit Entry links no longer require `page=gf_entries&view=entry` at the end of the URL (in case you noticed) = 1.19.4 on January 19, 2017 = * **GravityView requirements will soon be updated**: Gravity Forms Version 2.0+, PHP 5.3+ * Updated: GravityView now requires WordPress 4.0 or newer * Fixed: Search Bar search not working for states in the United States * Fixed: WPML conflict where Single Entry or Edit Entry screens are inaccessible * Fixed: Prevent PHP error when displaying GravityView using `get_gravityview()` * Updated translations: - οΏ½οΏ½ Danish *100% translated*d* - οΏ½οΏ½ Norwegian *100% translated*d* - οΏ½οΏ½ Swedish translation updateded __Developer Notes: __ * New: We're starting the migration to a new wrapper API that will awesome. We will be rolling out new functionality and documentation over time. For now, we are just using it to load the plugin. [Very exciting time](https://i.imgur.com/xmkONOD.gif)! * Fixed: Issue fetching image sizes when using `GravityView_Image` class and fetching from a site with invalid SSL cert. * Added: `gravityview_directory_link` to modify the URL to the View directory context (in `GravityView_API::directory_link()`) = 1.19.3 on January 9, 2017 = First update of 2017! We've got great things planned for GravityView and our Extensions. As always, [contact us](mailto:support@gravitykit.com) with any questions or feedback. We don't bite! * Fixed: List field inputs not loading in Edit Entry when values were empty or the field was hidden initially because of Conditional Logic * Fixed: Prevent Approve Entry and Delete Entry fields from being added to Edit Entry field configuration * Fixed: Don't render Views outside "the loop", prevents conflicts with other plugins that run `the_content` filter outside normal places * Fixed: Only display "You have attempted to view an entry that is not visible or may not exist." warning once when multiple Views are embedded on a page * Fixed: The `[gravityview]` shortcode would not be parsed properly due to HTML encoding when using certain page builders, including OptimizePress * Fixed: Potential errors when non-standard form fields are added to Edit Entry configurations ("Creating default object from empty value" and "Cannot use object of type stdClass as array") * Updated translations: - οΏ½οΏ½ Chinese *100% translated* (thank you, Michael Edi!)!) - οΏ½οΏ½ French *100% translated*d* - οΏ½οΏ½ Brazilian Portuguese *100% translated* (thanks, Rafael!)!) - οΏ½οΏ½ Dutch translation updated (thank you, Erik van Beek!)!) - οΏ½οΏ½ Swedish translation updateded - Updated Spanish (Spain + Mexican) and German (`de` + `de_DE`) with each other __Developer Notes:__ * `GVCommon::get_form_from_entry_id()` now correctly fetches forms with any status * Moved `GravityView_Support_Port::get_related_plugins_and_extensions()` to `GV_License_Handler` class * Updated the `install.sh` bash script - The 6th parameter now prevents database creation, and the 7th is the Gravity Forms source file - Script no longer breaks if there is a space in a directory name - `/tmp/` is no longer created in the GravityView directory; it's installed in the server's `/tmp/` directory * Fixed Travis CI integration = 1.19.2 on December 21, 2016 = * 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` and `templates/list-single.php` to add a check for context fields before rendering * Added: `$field_id` as fourth argument passed to `gravityview/extension/search/input_type` filter * Added: Added `$cap` and `$object_id` parameters to `GVCommon::generate_notice()` to be able to check caps before displaying a notice = 1.19.1 on November 15, 2016 = * Fixed: When creating a new View, the "form doesn't exist" warning would display = 1.19 on November 14, 2016 = * New: __Front-end entry moderation__! You can now approve and disapprove entries from the front of a View - [learn how to use front-end entry approval](https://docs.gravitykit.com/article/390-entry-approval) - Add entry moderation to your View with the new "Approve Entries" field - Displaying the current approval status by using the new "Approval Status" field - Views have a new "Show all entries to administrators" setting. This allows administrators to see entries with any approval status. [Learn how to use this new setting](https://docs.gravitykit.com/article/390-entry-approval#clarify-step-16) * Fixed: Approval values not updating properly when using the "Approve/Reject" and "User Opt-In" fields * Tweak: Show inactive forms in the Data Source form dropdown * Tweak: If a View is connected to a form that is in the trash or does not exist, an error message is now shown * Tweak: Don't show "Lost in space?" message when searching existing Views * Added: New Russian translation - thank you, George Kovalev! - Updated: Spanish translation (thanks @matrixmercury) __Developer Notes:__ * Added: `field-approval.css` CSS file. [Learn how to override the design here](https://docs.gravitykit.com/article/388-front-end-approval-css). * Modified: Removed the bottom border on the "No Results" text (`.gv-no-results` CSS selector) * Fixed: Deprecated `get_bloginfo()` usage = 1.18.1 on November 3, 2016 = * Updated: 100% Chinese translationβ€”thank you Michael Edi! * Fixed: Entry approval not working when using [custom entry slugs](https://docs.gravitykit.com/article/57-customizing-urls) * Fixed: `Undefined index: is_active` warning is shown when editing entries with User Registration Addon active * Fixed: Strip extra whitespace in Entry Note field templates = 1.18 on October 11, 2016 = * Updated minimum requirements: WordPress 3.5, Gravity Forms 1.9.14 * Modified: Entries that are unapproved (not approved or disapproved) are shown as yellow circles * Added: Shortcut to create a View for an existing form * Added: Entry Note emails now have a message "This note was sent from {url}" to provide context for the note recipient * Fixed: Edit Entry did not save other field values when Post fields were in the Edit Entry form * Fixed: When using "Start Fresh" View presets, form fields were not being added to the "Add Field" field picker * Fixed: Hidden visible inputs were showing in the "Add Field" picker (for example, the "Middle Name" input was hidden in the Name field, but showing as an option) * Fixed: Fatal error when editing Post Content and Post Image fields * Fixed: Lightbox images not loading * Fixed: Lightbox loading indicator displaying below the overlay * Fixed: "New form created" message was not shown when saving a draft using a "Start Fresh" View preset * Gravity Forms User Registration Addon changes: * Gravity Forms User Registration 2.0 is no longer supported * Fixed Processing "Update User" feeds * Fixed: Inactive User Registration feeds were being processed * Fixed: User Registration "Update User" feeds were being processed, even if the Update Conditions weren't met * Fixed: Unable to use `gravityview/edit_entry/user_registration/trigger_update` filter * Fixed: Prevent negative entry counts when approving and disapproving entries * Fixed: PHP notice when WooCommerce Memberships is active * Tweak: Entry Note emails now have paragraphs automatically added to them * Tweak: When the global "Show Support Port" setting is "Hide", always hide; if set to "Show", respect each user's Support Port display preference * Updated: Complete German translationβ€”thank you hubert123456! __Developer Notes__ * Migrated `is_approved` entry meta values; statuses are now managed by the `GravityView_Entry_Approval_Status` class - "Approved" => `1`, use `GravityView_Entry_Approval_Status::APPROVED` constant - "0" => `2`, use `GravityView_Entry_Approval_Status::DISAPPROVED` constant - Use `$new_value = GravityView_Entry_Approval_Status::maybe_convert_status( $old_value )` to reliably translate meta values * Added: `GVCommon::get_entry_id()` method to get the entry ID from a slug or ID * Added: `gravityview_go_back_url` filter to modify the link URL used for the single entry back-link in `gravityview_back_link()` function * Added: `gravityview/field/notes/wpautop_email` filter to disable `wpautop()` on Entry Note emails * Added: `$email_footer` to the `gravityview/field/notes/email_content` filter content * Modified: `note-add-note.php` template: added `current-url` hidden field * Modified: `list-single.php` template file: added `.gv-grid-col-1-3` CSS class to the `.gv-list-view-content-image` container * Fixed: Mask the Entry ID in the link to lightbox files = 1.17.4 on September 7, 2016 = * Added: Support for editing [Gravity Perks Unique ID](https://gravitywiz.com/documentation/gp-unique-id/) fields * Fixed: Issue searching and sorting fields with multiple inputs (like names) * Fixed: Restore Gravity Forms Quiz Addon details in the field picker __Developer Notes__ * Added: `gravityview_get_directory_widgets()`, `gravityview_set_directory_widgets()` wrapper functions to get and set View widget configurations * Added: Second `$apply_filter` parameter to `GVCommon::get_directory_fields()` function to set whether or not to apply the `gravityview/configuration/fields` filter = 1.17.3 on August 31, 2016 = * Added: Search Bar support for Gravity Forms Survey fields: filter by survey responses * Added: Search Bar support for Gravity Flow: search entries by the current Step, Step Status, or Workflow Status * Added: `[gvlogic]` and other shortcodes now can be used inside Email field settings content * Added: Support for embedding Views in the front page of a site; the GravityView - Allow Front Page Views plugin is no longer required * Tweak: In Edit View, holding down the option (or alt) key while switching forms allows you to change forms without resetting field configurations - this is useful if you want to switch between duplicate forms * Fixed: Restored correct Gravity Flow status and workflow values * Fixed: Conflict when editing an entry in Gravity Flow * Fixed: Tooltip title text of the field and widget "gear" icon * Changed the plugin author from "Katz Web Services, Inc." to "GravityView" - it seemed like it was time! __Developer Notes__ * Modified: `gravityview_get_forms()` function and `GVCommon::get_forms()` method to be compatible with `GFAPI::get_forms()`. Now accepts `$active` and `$trash` arguments, as well as returning all form data (not just `id` and `title` keys) * Modified: `template/fields/post_image.php` file to use `gravityview_get_link()` to generate the anchor link * Modified: `rel="noopener noreferrer"` now added to all links generated using `gravityview_get_link()` with `target="_blank"`. This fixes a generic security issue (not specific to GravityView) when displaying links to submitted websites and "Open link in new window" is checked - [read more about it here](https://dev.to/ben/the-targetblank-vulnerability-by-example) * Modified: Don't convert underscores to periods if not numeric in `GravityView_Widget_Search::prepare_field_filter()` - this fixes searching entry meta * Modified: Added third `gravityview_search_field_label` parameter: `$field` - it's the field configuration array passed by the Search Bar * Modified: HTML tags are now stripped from Email field body and subject content * Modified: Moved `GravityView_Admin_View_Item`, `GravityView_Admin_View_Field`, and `GravityView_Admin_View_Widget` to their own files * Added: Deprecation notices for methods that haven't been used since Version 1.2! = 1.17.2 on August 9, 2016 = * Fixed: "Start Fresh" fails when there are no pre-existing forms in Gravity Forms * Fixed: Edit Entry not saving values for fields that were initially hidden * Added: Support for embedding Views in Ultimate Member profile tabs * Fixed: File Upload fields potentially displaying PHP warnings * Fixed: Check plugin and theme existence before loading hooks * Fixed: "Hide empty fields" not working when "Make Phone Number Clickable" is checked for Phone fields * Fixed: Potential PHP warning when adding Password fields in Edit View * Fixed: Dutch (Netherlands) `nl_NL` translation file fixed * Fixed: Divi theme shortcode buttons and modal form added to Edit View screen * Fixed: Possible for Approve Entries checkbox to use the wrong Form ID * Fixed: Search issues with special characters - Searches that contained ampersands `&` were not working - Searches containing plus signs `+` were not working - The "Select" Search Bar input type would not show the active search if search term contained an `&` * Fixed: Multisite issue: when Users are logged-in but not added to any sites, they aren't able to see View content * Fixed: Never show GravityView Toolbar menu to users who aren't able to edit Views, Forms, or Entries * Fixed: Allow passing `post_id` in `[gravityview]` shortcode * Tweak: Use system fonts instead of Open Sans in the admin * Modified: The default setting for "No-Conflict Mode" is now "On". GravityView _should look good_ on your site! * Updated translations (thank you!) - Turkish translation by SΓΌha Karalar - Chinese translation by Michael Edi __Developer Notes:__ * Added: `gravityview_view_saved` action, triggered after a View has been saved in the admin * Modified: Changed the Phone field template to use `gravityview_get_link()` to generate the anchor tag * Added: `gravityview/common/get_entry_id_from_slug/form_id` filter to modify the form ID used to generate entry slugs, in order to avoid hash collisions with data from other forms = 1.17.1 on June 27 = * Fixed: Entry approval with Gravity Forms 2.0 * Added: Approved/Disapproved filters to Gravity Forms "Entries" page * Fixed: Bulk Approve/Disapprove * Fixed: Approve column and Bulk Actions not visible on Gravity Forms Entries page * Tweak: Improved speed of approving/disapproving entries * Fixed: "Reply To" reference fixed in `GVCommon::send_email()` function * Added: Improved logging for creation of Custom Slug hash ids * Translations updated: - Updated Chinese translation by @michaeledi - Updated Persian translation by @azadmojtaba = 1.17 on June 14 = * Fully compatible with Gravity Forms 2.0 * Added: Entry Notes field - Add and delete Entry Notes from the frontend - Allows users to email Notes when they are added - Display notes to logged-out users - New [user capabilities](https://docs.gravitykit.com/article/311-gravityview-capabilities) to limit access (`gravityview_add_entry_notes`, `gravityview_view_entry_notes`, `gravityview_delete_entry_notes`, `gravityview_email_entry_notes`) * Added: Merge Tag modifiers - now set a maximum length of content, and automatically add paragraphs to Merge Tags. [Read how to use the new Merge Tag modifiers](https://docs.gravitykit.com/article/350-merge-tag-modifiers). - `:maxwords:{number}` - Limit output to a set number of words - `:wpautop` - Automatically add line breaks and paragraphs to content - `:timestamp` - Convert dates into timestamp values * Modified: Major changes to the Search Bar design * Added: Field setting to display the input value, label, or check mark, depending on field type. Currently supported: Checkbox, Radio, Drop Down fields. * Added: RTL ("right to left") language support in default and List template styles (Added: `gv-default-styles-rtl.css` and `list-view-rtl.css` stylesheets) * Added: Option to make Phone numbers click-to-call * Added: GravityView parent menu to Toolbar; now you can edit the form connected to a View directly from the View * Changed: Don't show Edit View in the Admin Bar; it's now under the GravityView parent menu * Fixed: Don't remove Edit Post/Page admin bar menu item * Added: Support for [Gravity Flow](https://gravityflow.io) "Workflow Step" and Workflow "Final Status" fields * Added: Support for Password fields. You probably shouldn't display them (in most cases!) but now you *can* * Modified: When deleting/trashing entries with GravityView, the connected posts created by Gravity Forms will now also be deleted/trashed * Edit Entry improvements * Added: Edit Entry now fully supports [Gravity Forms Content Templates](https://www.gravityhelp.com/documentation/article/create-content-template/) * Fixed: Edit Entry didn't pre-populate List inputs if they were part of a Post Custom Field field type * Fixed: Updating Post Image fields in Edit Entry when the field is not set to "Featured Image" in Gravity Forms * Fixed: "Rank" and "Ratings" Survey Field types not being displayed properly in Edit Entry * Fixed: Signature field not displaying existing signatures in Edit Entry * Fixed: Post Category fields will now update to show the Post's current categories * Fixed: Allow multiple Post Category fields in Edit Entry * Fixed: PHP warning caused when a form had "Anti-spam honeypot" enabled * Fixed: When inserting a GravityView shortcode using the "Add View" button, the form would flow over the window * Fixed: Church Themes theme compatibility * Fixed: Inactive and expired licenses were being shown the wrong error message * Fixed: Moving domains would prevent GravityView from updating * Fixed: When using the User Opt-in field together with the View setting "Show Only Approved Entries", entries weren't showing * Fixed: If a label is set for Search Bar "Link" fields, use the label. Otherwise, "Show only:" will be used * Fixed: Showing the first column of a List field was displaying all the field's columns * Translations: New Persian translation by @azadmojtaba (thank you!) __Developer Notes__ * Templates changed: * `list-single.php` and `list-body.php`: changed `#gv_list_{entry_id}` to `#gv_list_{entry slug}`. If using custom entry slugs, the ID attribute will change. Otherwise, no change. * `list-body.php`: Removed `id` attribute from entry title `

` * Added: Override GravityView CSS files by copying them to a template's `/gravityview/css/` sub-directory * Added: `gravityview_css_url()` function to check for overriding CSS files in templates * Added: `gravityview_use_legacy_search_style` filter; return `true` to use previous Search Bar stylesheet * Major CSS changes for the Search Bar. - Search inputs `
`s now have additional CSS classes based on the input type: `.gv-search-field-{input_type}` where `{input_type}` is: `search_all` (search everything text box), `link`, `date`, `checkbox` (list of checkboxes), `single_checkbox`, `text`, `radio`, `select`, `multiselect`, `date_range`, `entry_id`, `entry_date` - Added `gv-search-date-range` CSS class to containers that have date ranges - Moved `gv-search-box-links` CSS class from the `

` to the `

` container - Fixed: `