GravityEdit Changelog

Release notes and version history for GravityEdit . Quickly edit Gravity Forms entries inline to save time, reduce clicks, and streamline your workflow.

2.11.2 on September 17, 2026

This release fixes adding links with the rich text editor.

🐛 Fixed

  • Issues adding a link with the rich text editor:
    • With Inline Edit Mode set to Popup (the default), the link box, its suggestions list, the Link options dialog, the toolbar tooltips and the Keyboard Shortcuts window opened behind the popup and could not be used;
    • Searching for content to link to returned no results in a View.

🔧 Updated

Version 2.11.2 permalink

2.11.1 on September 3, 2026

This release resolves several Inline Edit issues in embedded Views, along with column editing and a missing toggle button under WordPress 7.1 and Gravity Forms 3.0.3 or newer.

Note: GravityEdit now requires PHP 7.4 or newer.

🐛 Fixed

  • Clicking the first column's header in the entries list did not open that column's fields for editing on WordPress 7.1.
  • The Inline Edit toggle button disappeared on an entries list with no entries when using Gravity Forms 3.0.3 or newer.
  • Issues when one View is embedded inside another, using either a Custom Content field or the GravityView View field:
    • The "Enable Inline Edit" button toggled every editable View nested in or around it instead of only its own, leaving labels out of sync with whether fields were actually editable;
    • An embedded View did not keep its own Inline Edit setting between page loads, because the setting was saved under the surrounding View's name;
    • An embedded View was dimmed, and its links and its own toggle button stopped working, whenever the surrounding View had Inline Edit turned on.

🔧 Updated

Version 2.11.1 permalink

2.11.0 on August 6, 2026

This release adds a rich text editor for inline editing, restores Gravity Forms 3.0 compatibility for phone and masked text fields, and strengthens data handling and security.

🚀 Added

  • A rich text editor for inline editing. Paragraph fields that use the rich text editor are now edited in place with a formatting toolbar (bold, italic, underline, lists, quotes, and links) instead of showing HTML tags, and your formatting is saved exactly as you see it. Submit with the Update button or Cmd/Ctrl+Enter, and cancel with Esc.

✨ Improved

  • Improved data validation and security when saving edited fields.
  • An entry can no longer be edited through a form it does not belong to.
  • Strengthened permission checks for the inline file-upload action.
  • Inline uploads now honor the field's allowed file types, rejecting a disallowed type with a clear message.
  • Better compatibility with PHP 8.0, 8.4, and newer versions.
  • Files larger than the field's maximum size are now rejected, with a clear message.
  • More detailed error logging when number field calculations fail to update.
  • Deleted or unavailable Views no longer cause fatal errors.

🐛 Fixed

  • List field values were not showing correctly when editing, resulting in empty or incorrect data.
  • Uploaded files could be saved to the wrong directory when multiple uploads happened on the same page.
  • Button and toggle text with special characters (like quotes or ampersands) could display incorrectly.
  • Number fields with calculations stopped updating when a single calculation failed.
  • The User Registration Add-On integration was triggering errors before verifying the Add-On was active.
  • PHP notices when editing checkbox, select, survey, and radio fields with missing choice values.
  • Product field errors when the field data was unavailable.
  • Entry Creator, Source URL, Date Created and Entry Tags could not be edited inline.
  • An inline edit that failed to save could still appear to have saved, showing a value that was not stored.
  • Clearing a file upload field that held multiple files removed only the first file, leaving the others on the server.
  • Phone fields set to Gravity Forms 3.0's "International (formatted)" format could not be edited inline: every edit was rejected and the entry kept its old number. This is the format Gravity Forms 3.0 gives a new phone field, and the one it falls back to for a phone field with no format of its own.
  • Text fields with an input mask rejected every inline edit on Gravity Forms 3.0, which began checking the mask when the entry is saved. The mask's punctuation is now filled in for you, so typing 5559876543 into a (999) 999-9999 field stores (555) 987-6543. A value the mask cannot hold is still refused, with Gravity Forms naming the format it expects.
  • The "Toggle Inline Edit" button never appeared on an entries view with no rows, such as a search that matched nothing or an empty Trash filter.

💻 Developer Updates

  • Inline edit saves now use GF_Field::get_value_save_input() on Gravity Forms 3.0+ instead of the deprecated GFFormsModel::prepare_value().
  • Inline edit saves for number, product, and address fields now use GF_Field::get_value_entry_detail() instead of GFCommon::get_lead_field_display(), deprecated in Gravity Forms 3.0.
  • Now uses the current GravityView hooks instead of ones deprecated in GravityView 2.55.
Version 2.11.0 permalink

2.10.0 on June 4, 2026

This release includes internal component updates and bug fixes for improved stability and compatibility, and fixes a PHP warning.

🐛 Fixed

  • Compatibility with Gravity Forms 2.9.29+ where inline editing of number, product, and address fields triggered PHP warnings.

🔧 Updated

Version 2.10.0 permalink

2.9.2 on March 5, 2026

This release fixes inline editing of dynamically populated choice fields, such as those using GP Populate Anything.

🐛 Fixed

  • Multiple issues with inline editing of dynamically populated choice fields (e.g., via GP Populate Anything):
    • Checkbox values were wiped or corrupted when saving;
    • Editing an unrelated field in the same entry corrupted checkbox values;
    • Choice labels were replaced with raw IDs/values after saving;
    • Select fields displayed raw values instead of labels.
Version 2.9.2 permalink

2.9.1 on February 26, 2026

This release fixes inline editing issues affecting Email and Dynamic Lookup fields.

🐛 Fixed

  • Inline editing always showing a "Your emails do not match" error for Email fields with confirmation enabled.
  • Dynamic Lookup field values not visually updating after inline editing until the page was refreshed.

🔧 Updated

Version 2.9.1 permalink

2.9.0 on February 12, 2026

This update lets you control whether DataTables refreshes after saving inline edits, and resolves issues with Single Entry lightbox, Custom Content field links, and session handling.

🚀 Added

  • View editor setting to control whether the DataTables table automatically refreshes after saving an inline edit.

🐛 Fixed

  • JavaScript error ("View ID is undefined when setting initial state") when viewing a single entry in a GravityView lightbox.
  • Links in Custom Content fields were not clickable when inline edit mode was active.
  • Inline edits failing silently when the user's session expired, causing changes to appear saved but revert on page reload.

💻 Developer Updates

  • Added gk.datatables.inline-edit.refresh JavaScript filter to override whether the DataTables table refreshes after an inline edit save.

🔧 Updated

Version 2.9.0 permalink

2.8.0 on January 22, 2026

This release improves the inline editing experience for DataTables users.

✨ Improved

  • Views using the DataTables layout now refresh immediately after inline editing.

🔧 Updated

Version 2.8.0 permalink

2.7.1 on January 15, 2026

This update fixes incorrect display of the Image Choices field and Entry Tags field editing on the Entries page.

🐛 Fixed

  • Image Choices field incorrectly displaying images for choices with empty values.
  • Gravity Forms Entry Tags field editing not working on the Entries page.

🔧 Updated

Version 2.7.1 permalink

2.7.0 on December 4, 2025

This release adds the ability to edit survey responses.

🚀 Added

  • Support for editing Gravity Forms Survey Add-On fields (Likert, Rating, Rank, etc.)

🔧 Updated

Version 2.7.0 permalink

2.6.0 on October 16, 2025

This update adds support for the Multiple Choice field and fixes unintended HTML markup in exported entries.

🚀 Added

  • Support for editing Multiple Choice field values (Gravity Forms 2.9+).

🐛 Fixed

  • Field values were wrapped in GravityEdit-specific HTML markup when exporting View entries using the Export widget.

🔧 Updated

Version 2.6.0 permalink

2.5.1 on September 11, 2025

This update fixes broken thumbnails after file uploads and a possible fatal error triggered when a View has an Entry Tags field without the required plugin active.

🐛 Fixed

  • Cache not clearing after file uploads, which caused broken thumbnails on refresh.
  • Fatal error when inline editing was active on a View with an Entry Tags field and the Gravity Forms Entry Tags plugin was not active.

💻 Developer Updates

  • Removed early is_user_logged_in() return to allow for the gravityview/capabilities/allow_logged_out and gravityview/edit_entry/user_can_edit_entry filters to be applied when checking whether inline editing is enabled on the frontend.

🔧 Updated

  • Foundation to version 1.3.1:
    • 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.
Version 2.5.1 permalink

2.5.0 on August 28, 2025

This release introduces a warning when file uploads may overwrite existing files and resolves several conflicts and display issues.

✨ Improved

  • A warning is displayed when uploading files may overwrite existing ones.

🐛 Fixed

  • Conflict with GravityActions that prevented updating entry's creator on the Gravity Forms Entries pages.
  • Popover positioning issue when editing Created By field values.
  • Display issues on the Gravity Forms Entries page when GravityEdit is enabled.

🔧 Updated

  • Foundation to version 1.3.1:
    • 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.
Version 2.5.0 permalink

2.4.0 on July 24, 2025

This release adds inline editing support for the Gravity Forms Dynamic Lookup extension and resolves multiple issues with Select and Checkboxes fields.

🚀 Added

  • Support for inline editing of Gravity Forms Dynamic Lookup fields across all three types (dropdown, radio and checkbox).

🐛 Fixed

  • Multiple issues with Select and Checkboxes fields after inline editing:
    • Fields now properly display labels or values based on the View configuration;
    • Entry links are preserved after editing;
    • Checkboxes fields with empty values now show "Empty" text with proper styling when inline editing is enabled;
    • Checkboxes fields properly restore original content when inline editing is disabled.
  • Date picker now respects WordPress's "Week Starts On" setting instead of always starting on Monday.
Version 2.4.0 permalink

2.3.0 on June 9, 2025

This release introduces inline editing for Image Choice fields and resolves issues with duplicate dropdown placeholders and PHP notices.

🚀 Added

  • Support for the Image Choice field inline editing.

🐛 Fixed

  • Placeholder text in Drop Down fields is no longer duplicated when form field values are updated.
  • PHP notice in WordPress 6.8 caused by initializing product translations too early.
  • PHP deprecation notice related to the use of gform_form_settings filter.

🔄 Updated

Version 2.3.0 permalink

2.2.0 on March 13, 2025

This update lets you reset a Drop Down field’s selection via a placeholder.

✨ Improved

  • The Drop Down field now displays a placeholder that can be used to clear the selected value.

🔄 Updated

Version 2.2.0 permalink

2.1.2 on November 21, 2024

This hotfix update addresses a non-critical PHP notice in WordPress 6.7 and newer.

🐛 Fixed

  • PHP notice in WordPress 6.7 caused by initializing product translations too early.

🔄 Updated

Version 2.1.2 permalink

2.1.1 on October 1, 2024

This update resolves issues with the DIY Layout and inline editing on the Entries page.

🐛 Fixed

  • Enabling inline editing caused DIY Layout markup to render incorrectly, resulting in empty values when editing fields.
  • Checkbox fields were not editable on the Entries page when more than 10 field choices were displayed as table columns.

🔧 Updated

Version 2.1.1 permalink

2.1.0 on August 16, 2024

This release introduces support for the Gravity Forms Entry Tags plugin and resolves PHP 8.2 deprecation notices.

🚀 Added

🐛 Fixed

  • PHP 8.2 deprecation notices.

🔧 Updated

💻 Developer Updates

  • Added gk/gravityedit/field-updated JavaScript hook, which fires on the document when a field is updated.
Version 2.1.0 permalink

2.0.3 on October 31, 2023

  • Improved: Support for fields configured with the "No Duplicates" field setting in Gravity Forms
  • Fixed: Edits were not reflected in GravityView for Views using the DataTables layout with the "Responsive Tables" setting enabled
  • Fixed: Bug that prevented editing when more than one View was embedded on the same page
  • Fixed: After editing a checkbox field set to display the label, the value would be displayed
  • Fixed: An error occurring when saving a Number field configured in the form with a "," decimal separator
  • Updated: Foundation to version 1.2.5
Version 2.0.3 permalink

2.0 on May 11, 2023

  • Fixed: File uploads were being saved to the WordPress upload directory, not the Gravity Forms uploads directory
  • Fixed: When Inline Edit was enabled for a View, multi-file upload fields were not rendering properly
  • Fixed: Speed issues related to GravityView, even when inline editing was disabled for a View
  • Fixed: Incompatibility with some plugins/themes that use Laravel components
  • Fixed: Removed active call to deprecated method.
  • Improved: Enhanced performance when used in conjunction with Gravity Forms Populate Anything by Gravity Wiz

Developer Updates:

The version includes API-incompatible changes:

  • The GravityView integration now uses GravityView's GVTemplate_Context instead of GravityView_frontend::getInstance()
  • Uses GV 2.0 actions (gravityview/template/header instead of gravityview_header) and filters (gravityview/template/field/output instead of gravityview_field_entry_value)
  • Adds $context parameter to gravityview-inline-edit/wrapper-attributes and gravityview-inline-edit/{field-type}-wrapper-attributes filters
  • Updated: Foundation to version 1.0.12
Version 2.0 permalink

1.8.5 on April 5, 2023

  • Fixed: Potential fatal error when activating GravityView after GravityEdit
  • Updated: Foundation to version 1.0.11
Version 1.8.5 permalink

1.8.1 on December 21, 2022

  • Fixed: PHP 8.1 notices
  • Fixed: Fatal error on some hosts due to a conflict with one of the plugin dependencies (psr/log)
  • Fixed: It was not possible to remove an expired license key
Version 1.8.1 permalink

1.8 on November 30, 2022

  • Added: You can now inline edit File Upload fields! (Including support for multiple files)
  • Added: Support for editing entry metadata (Created By, Date Created, Payment Date, etc.)
  • Added: Support for the Gravity Forms User Registration Add-On (When entry details are changed, changes will be made to the User profile)
  • Improved: Styling of the form
  • Fixed: Time field AM/PM inputs were not showing
  • Fixed: Time, Number, Website, and Product fields with User-Defined Price were not updating correctly
  • Fixed: Datepicker appearance
Version 1.8 permalink

1.7.3 on November 14, 2022

  • Fixed: Fatal error when loading plugin translations
  • Fixed: Slow loading times on some hosts
  • Fixed: Plugin failing to install on some hosts
Version 1.7.3 permalink

1.7.2 on November 3, 2022

  • Fixed: Fatal error when editing Number fields with calculations
Version 1.7.2 permalink

1.7.1 on October 31, 2022

  • Improved: Clicking on a column header to edit all fields in a column no longer requires submitting changes; changes are saved when leaving the input
  • Fixed: Plugin was not appearing in the "Add-Ons" section of the Gravity Forms System Status page
Version 1.7.1 permalink

1.7.0.2 on October 20, 2022

  • Fixed: Potential error when the plugin tries to log an unsuccessful operation
Version 1.7.0 permalink

1.7 on October 19, 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)
    • Go to the WordPress sidebar and check out the GravityKit menu!
    • We have automatically migrated your existing GravityEdit license, which was previously entered in the Gravity Forms settings page
    • Request support using the "Grant Support Access" menu item
  • Added: Live-update all calculations that rely on a number field (instead of just one)
  • Added: GravityEdit icon to the Gravity Forms settings screen
  • Improved: Typography and editor size for textarea fields
  • Improved: Submit/Cancel button alignment is much nicer and more consistent
  • Improved: Reduced number of database queries when loading GravityEdit functionality
  • Fixed: Popup width was set to 100%, making it unusable in certain contexts
  • Fixed: Fatal error when inline-editing an address field if GravityView is not active
  • Fixed: PHP warnings when editing a Name field without the Prefix input
Version 1.7 permalink

1.6 on July 28, 2022

  • GravityView (the company) is now GravityKit and this plugin is now called GravityEdit!
  • Fixed: List field editing did not work in Gravity Forms 2.5 or newer
  • Added: Support for Gravity Wiz's Populate Anything and other extensions modifying form field values
  • Added: Support for field calculations

Developer Updates:

IMPORTANT: GRAVITYVIEW_INLINE_* constants were renamed to GRAVITYEDIT_* and future plugin versions will see similar name changes to namespaces, class names, and hooks

Version 1.6 permalink

1.5 on January 26, 2022

  • Added: GravityView field setting to disable Inline Edit for a field (read how set this up)
  • Added: Support for creating entry revisions after each edit (requires the Gravity Forms Entry Revisions add-on Version 1.1 or newer)
  • Improved: Made the input sizes larger when using "Popup" Inline Edit Mode
  • Improved: Display of Inline Edit settings in Gravity Forms 2.5+
  • Updated: Polish translation (thanks, Dariusz!) and German translation (thanks, Michael!)

Developer Updates:

  • Renamed GravityView_Inline_Edit_GravityView::add_to_blacklist() to GravityView_Inline_Edit_GravityView::add_to_blocklist()
Version 1.5 permalink

1.4.4 on November 9, 2021

  • Fixed: Inline Edit would not work in DataTables View when using a responsive mode. Requires DataTables 2.5 or newer.
Version 1.4.4 permalink

1.4.3 on August 26, 2021

  • Improved: The Inline Edit button no longer makes the page adjust on load on the Gravity Forms "Entries" screen
  • Improved: The appearance when editing checkboxes in Gravity Forms 2.5
  • Fixed: Single checkbox items would not be editable on the "Entries" screen in Gravity Forms 2.5
  • Fixed: de German translations were unreachable; strings were merged with de_DE. Thanks again for the translations, Michael!

Developer Updates:

  • Modified: Escaped the style attribute output in templates/toggle.php
Version 1.4.3 permalink

1.4.1 on April 12, 2021

  • Fixed: Editing the Country/State/Province input of an Address field did not work
  • Fixed: Fields that weren't editable were removed from the View rather than being disabled
  • Fixed: Editing a Paragraph Text field did not respect the "allow HTML" View setting
Version 1.4.1 permalink

1.4 on April 1, 2021

  • Added: Support for Product field (User-Defined Price only)
  • Fixed: Multi-input fields (e.g., Name) marked as required would fail validation when attempting to update them
  • Fixed: Updating a single checkbox choice would reset other choices
  • Fixed: Updating fields linking to a single entry would remove the hyperlink and reset the field value
  • Fixed: It was possible to clear all checkbox choices for fields marked as required
  • Fixed: Inline Edit would initialize with incorrect data when including multiple list fields in the View
  • Fixed: Output formatting for certain field types would change after an update
  • Fixed: Currency symbol would disappear when updating a number field
  • Improved: Links to single entry are not disabled when Inline Edit is activated
  • Improved: Inline Edit no longer prevents configuring visible columns on the Gravity Forms Entries screen
  • Improved: Shows a message when a form or View does not have any editable fields visible
  • Updated: German translation (thanks, Michael!), Russian translation (thanks, Irina!), and Chinese translation (thanks, Edi!)
Version 1.4 permalink

1.3.3 on January 11, 2021

  • Improved: If there are no entries, hide the Inline Edit button
  • Improved: Don't register a bundled jQuery Cookie script if others are in use
  • Fixed: Unable to override the default "Empty" string translation
  • Fixed: "Enable Inline Edit" toggle would not work with the DataTables layout
  • Fixed: Clicking the Inline Edit button would enable, then immediately disable, inline editing
Version 1.3.3 permalink

1.3.2 on December 5, 2019

Lots of bug fixes!

  • Fixed: Editing multi-column List fields
  • Fixed: Duplicate "Other" radio button inputs
  • Fixed: "Other" input field can't be updated if it's already selected
  • Fixed: Update and Cancel buttons not appearing
  • Fixed: Inline edit mode could get "stuck" on or off
  • Fixed: Set date_updated entry property when updating entry
  • Fixed: When activating column editing by clicking a field's column header in Gravity Forms, the page no longer scrolls to the last row
  • Fixed: In GravityView, when Inline Editing is activated for a View using a DataTables layout, the Approval field popup does not render
  • Fixed: In GravityView, after editing a field that links to a single entry, the link would be removed
  • Fixed: Performance issue
  • Updated: French translation, Russian translation (thanks, Viktor S!), and Turkish translation (thanks, Süha Karalar)

Developer Updates:

  • Added: $output attribute to gravityview-inline-edit/wrapper-attributes filter
Version 1.3.2 permalink

1.3.1 on October 3, 2018

  • Fixed: Wrapper HTML was still added to a View when Inline Edit was not enabled for it
  • Fixed: Certain field types not working when using Inline Edit with GravityView DataTables layout
  • Improved: Reduced number of calls to the database
  • Improved: Always show when an update is available, even if the license is not entered
  • Translated into Polish by @dariusz.zielonka
Version 1.3.1 permalink

1.3 on July 3, 2018

  • Added: Support for using Inline Edit with GravityView DataTables! Requires Version 2.3+ of the DataTables extension.

Developer Updates:

  • Added: gravityview-inline-edit/init jQuery trigger to window when Inline Edit is initialized
  • Added: Pass Form ID or View ID information when enqueuing scripts and styles via gravityview-inline-edit/enqueue-(styles|scripts)
Version 1.3 permalink

1.2.6 on May 10, 2018

  • Fixed: Inline Editing not appearing for Views when running GravityView 2.0
  • Tweak: Namespaced our Bootstrap script to avoid conflicts with themes or plugins
Version 1.2.6 permalink

1.2.4 and 1.2.5 on May 9, 2018

  • Fixed: Error on Gravity Forms Entries screen when running GravityView 2.0
  • Fixed: Settings not showing in GravityView 2.0
  • Fixed: Error when running PHP 5.2.4
  • Updated: Turkish, Spanish, and Dutch translations (thank you!)
Version 1.2.4 permalink

1.2.3.1 on April 16, 2018

  • Added: "Empty" translation string
  • Updated: Spanish and Dutch (Thank you, Alejandro Bernuy and Erik van Beek!)
Version 1.2.3 permalink

1.2.3 on March 12, 2018

  • Fixed: Submit/Canel buttons not displaying when multiple Views embedded on a page
Version 1.2.3 permalink

1.2.2 on December 5, 2017

  • Fixed: Inline Edit now displays "Toggle Inline Edit" for each View embedded on a page
  • Fixed: Hitting return key would not always submit inline Name fields
Version 1.2.2 permalink

1.2.1 on November 21, 2017

  • Fixed: Saving plugin settings
  • Fixed: Using a GravityView Galactic license key now works to activate Inline Edit
Version 1.2.1 permalink

1.2 on November 20, 2017

  • Fixed: Editing by entry creator now works in GravityView
  • Fixed: Editing empty checkboxes in Gravity Forms
  • Updated translations. Thanks Erik van Beek (Dutch) and Juan Pedro (Spanish)!
  • GravityView functionality now requires GravityView 1.22 or newer
Version 1.2 permalink

1.1.3.1 on October 19, 2017

  • Fixed: Potential fatal error when entry does not exist
Version 1.1.3 permalink

1.1.3 on October 18, 2017

  • Fixed: Conflict with "Hide Empty Fields" setting in GravityView. Field values were being wrapped with Inline Edit HTML, even if Inline Edit was disabled.
  • Fixed: Users who created entries were not able to edit them in GravityView using Inline Edit
  • Improved future Gravity Forms 2.3 support
Version 1.1.3 permalink

1.1.2 on September 5, 2017

  • Added: Support for Gravity Forms 2.3
  • Fixed: "Toggle Inline Edit" link not working for some embedded Views
Version 1.1.2 permalink

1.1 on August 21, 2017

  • Changed: Edit Entry and Delete Entry are now clickable while Inline Edit is enabled
  • Fixed: Show that calculated fields are not editable
  • Fixed: CSS selector was added to the View container, whether or not Inline Edit was enabled for the View
  • Developers: Added $original_entry fourth parameter to the gravityview-inline-edit/entry-updated and gravityview-inline-edit/entry-updated/{$type}filters
Version 1.1 permalink

1.0.1

  • Fixed: "Toggle Inline Edit" not working in the Dashboard on non-English sites
  • Fixed: If there were multiple fields of the same type with different configurations, one field would override the others. Affected radio, multiselect, address, checkbox, name fields.
Version 1.0.1 permalink