Gravity View - Gravity Forms Import Entries icon

10 versions

Gravity View - Gravity Forms Import Entries history.

Every release of Gravity View - Gravity Forms Import Entries is archived here with its changelog, file size, and security scan result. Use the archive to roll back to a stable release or audit what changed between updates.

0 of 10 releases scanned cleanΒ·9 flagged
v2.11.3Latest
June 26, 20262.9 MBSuspicious
This release fixes imports to forms that are connected to a Pod through the Pods Gravity Forms add-on. #### πŸ› Fixed * Imports to forms mapped to a Pod via the Pods Gravity Forms add-on now import reliably: every row is saved to the Pod, and a row that leaves a required Pods field empty no longer stops the whole import. * A feed that errors while importing a row no longer stops the whole import; the row is recorded as an error and the import continues. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.24.2.
June 4, 20263.0 MBSuspicious
This hotfix resolves an issue affecting the Map Fields step when importing large CSV files. #### πŸ› Fixed * The Map Fields step could appear blank when importing very large CSV files. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.21.0.
May 28, 20262.9 MBSuspicious
Other
  • This release fixes imports that failed on certain configurations.
  • #### πŸ› Fixed
  • Imports failed on hosts where uploaded files are not served from the local filesystem (for example, `vip://` on WP VIP or `s3://` on sites using object storage).
  • #### πŸ’» Developer Updates
  • #### πŸ”§ Updated
  • [Foundation](https://www.gravitykit.com/foundation/) to version 1.20.0.
Added
  • `gk/gravityimport/source/allowed-wrappers` filter to control which PHP stream-wrapper schemes are accepted as import sources.
v2.11.0Unavailable
May 22, 20262.9 MBSuspicious
Other
  • This release adds the ability to save and reuse import configurations, run imports via WP-CLI, and disable background processing site-wide.
  • #### πŸš€ Added
  • Ability to save field mappings and import options as a downloadable file that can be loaded to restore the same configuration on subsequent imports.
  • Support for importing files from the command line via WP-CLI.
  • "Enable Background Processing" setting under GravityKit β†’ Settings β†’ GravityImport to turn off background imports site-wide and force synchronous processing.
  • #### ✨ Improved
  • On the import completion screen, the "Modify Import Configuration" and "Change Field Mapping" buttons are now labeled "Retry N Failed Records" and "Remap & Retry N Failed Records" to make it clearer that the retry action applies only to failed rows.
  • Faster loading of the form picker on the importer page.
  • #### πŸ’» Developer Updates
  • #### πŸ”§ Updated
  • [Foundation](https://www.gravitykit.com/foundation/) to version 1.19.0.
Added
  • `gk/gravityimport/processor/background/enabled` filter to programmatically control whether background processing runs for an import, either site-wide or per form. The filter receives the resolved boolean and an optional form ID.
April 24, 20262.8 MBSuspicious
This release enables background imports on sites protected by HTTP Basic Authentication, resolves issues that could cause imports to fail on certain hosting environments, and fixes import notifications on Gravity Forms 2.9.31.3 and later. #### πŸš€ Added * Background imports can now run on sites protected by HTTP Basic Authentication, such as password-protected staging and development environments. #### πŸ› Fixed * Large imports could end with an "Import Incomplete" error when the dataset required multiple execution cycles to finish. * Imports could be incorrectly marked as failed mid-execution on certain hosting environments. * Import notifications were not sent when async notifications were enabled in Gravity Forms 2.9.31.3 or later. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.16.0.
March 15, 20263.0 MBSuspicious
This update adds background import processing, introduces the ability to retry failed records without re-importing successful ones, improves memory handling during imports, and fixes issues with cancelled import reporting and conditional logic settings. #### πŸš€ Added * Background import processing: - Imports now run in the background β€” you can close the browser tab and return later; - A live progress notice appears across the WordPress admin with a link back to the import page; - Pause, resume, and cancel controls are available on the import page. * Failed record recovery: - Retry only the rows that failed β€” using the same field mapping or an updated one; - Download failed rows as a CSV, including a column explaining why each row failed. #### ✨ Improved * Better memory handling when processing imports with many failed records. #### πŸ› Fixed * Conditional logic settings from a previous import no longer carry over when the option is disabled on the Configure step. * Cancelled imports now correctly report skipped and errored rows in the summary. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.12.0.
February 28, 20262.5 MBSuspicious
This hotfix restores the missing "Ignore Field Conditional Logic" toggle in the Configure step. #### πŸ› Fixed * "Ignore Field Conditional Logic" toggle not appearing in the Configure step, causing imported field values to be cleared when conditional logic conditions were not met by the CSV data. #### πŸ”§ Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.11.0.
v2.8.0Unavailable
February 7, 20262.5 MBSuspicious
Other
  • This update completely redesigns the field mapping experience with a new vertical layout, adds pre-import data validation, includes numerous usability and accessibility improvements, and fixes a fatal error when importing List field data on PHP 8+.
  • #### πŸš€ Added
  • Redesigned field mapping interface with a vertical layout that's easier to scan and work with, especially for CSVs with many columns.
  • Pre-import validation warnings that highlight potential data issues like invalid emails, non-numeric values, or unrecognized date/time formats before importing.
  • Checkboxes to quickly select or deselect which columns to import, with a header checkbox to select or deselect all.
  • Auto-map button to reset field mappings to auto-detected values, with a confirmation dialog to prevent accidental resets.
  • Cell-level validation highlighting in the data preview, making it easier to spot exactly which values need attention.
  • Inline column name editing for renaming CSV column headers before importing.
  • #### ✨ Improved
  • Validation now checks up to 50 rows of data (previously 10), giving a more accurate picture of potential issues before importing.
  • Date and time formats are now auto-detected from CSV data instead of requiring manual selection.
  • Datetime values with milliseconds (e.g., `2024-12-01 00:43:21.000`) are now parsed correctly.
  • Smarter field matching means fewer manual adjustments when mapping CSV columns to form fields.
  • Entry Notes now requires exact column name matches, preventing accidental mapping of unrelated columns.
  • Better keyboard navigation: use Tab to move between fields, Enter to confirm selections, and Escape to cancel edits.
  • Better support for right-to-left (RTL) languages.
  • The "Ignore Field Conditional Logic" option now only appears when the form actually has conditional logic.
  • #### πŸ› Fixed
  • Fatal error when importing List field data on PHP 8+.
  • #### πŸ”§ Updated
  • [Foundation](https://www.gravitykit.com/foundation/) to version 1.9.0.
Improved
  • screen reader support and accessibility throughout the import interface.
v2.7.0Unavailable
December 24, 20252.6 MBSuspicious
Other
  • This update improves GravityView's Approval Status field imports and fixes PHP-related issues.
  • #### ✨ Improved
  • Importing GravityView’s Approval Status values now works with both text labels ("Approved", "Disapproved", "Unapproved") and their numeric equivalents (1, 2, 3).
  • #### πŸ› Fixed
  • PHP 8.1+ warnings and `intl` extension conflict on some hosts.
  • #### πŸ”§ Updated
  • [Foundation](https://www.gravitykit.com/foundation/) to version 1.3.1:
  • A unified way to display admin notices across all GravityKit products;
  • Performance improvements and bug fixes.
Added
  • GravityKit global settings for logging configuration (level, type, cleanup schedule, retention);
v2.6.0Unavailable
December 24, 20252.5 MB
Other
  • This update improves import reliability by better managing server resources during large imports.
  • #### ✨ Improved
  • Import performance and reliability have been enhanced with smarter memory and timeout management.
  • The import process now better detects available server resources and adjusts accordingly.
  • Large CSV imports are now more stable and less likely to fail due to resource constraints.
  • #### πŸ”§ Updated
  • [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.25.
  • #### πŸ’» Developer Updates
Improved
  • server resource management into a dedicated `Server` helper class.

Why archive

Sometimes the latest release isn't the one you need. The archive lets you pin Gravity View - Gravity Forms Import Entries to a known-good version, or roll back while a bug is investigated. Every release stays scanned and reachable.