GravityImport by gravitykit v2.12.1
= 2.12.1 on September 17, 2026 =
This release fixes importing into Multiple Choice and Image Choice fields, and into file upload fields on Gravity Forms 3.1.2 or newer.
####

Fixed
* Files were not imported into file upload fields on Gravity Forms 3.1.2 or newer, which rejected every row with "The file is not valid."
* Multiple Choice and Image Choice fields set to "Select One" could not be mapped as a single column — the mapping step offered only their individual choices, and the column was dropped while the import still reported success.
- Existing mappings to an individual choice are now rejected with a message naming the field to map instead, or skipped with a warning when an import profile runs from the command line.
* Multiple Choice and Image Choice fields that allow more than one selection stored cell values such as `1`, `yes`, `0` or `no` as the selected choice instead of treating them as Checkbox columns do.
- `1`, `true` or `yes` selects the choice, while `0`, `false`, `no` or an empty cell leaves it unselected;
- "(Any Choice)" is available as a mapping target;
- Rows that don't meet an "Exact Number" or "Range" selection limit are reported as errors.
* Row errors showed HTML character codes such as `<` and `&` in the import log and the failed records download, including around formatted text in Gravity Forms messages.
####

Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.32.1.