Gravity View - Gravity Forms Import Entries - All Versions & Changelog | Zeebrar
Gravity View - Gravity Forms Import Entries Version History
10 versions available
3 Credits
per install
Subscribe to connect and install
v2.11.3
LatestReview Needed
Released 2.9 MB
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.
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.
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.0
File unavailableReview Needed
Released 2.9 MB
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
v2.10.0
Review Needed
Released 2.8 MB
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.
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.
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.
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.
v2.7.0
File unavailableReview Needed
Released 2.6 MB
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:
v2.6.0
File unavailable
Released 2.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.
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.