1.1.3 - May 8, 2026
- Enhancement - Renamed the plugin to "Salesforce Integration for Gravity Forms" across the WordPress Plugins list, the Gravity Forms feed UI, and the license screen.
1.1.2 - Apr 29, 2026
- Enhancement - Hardened admin-area redirects with
wp_safe_redirect() and sanitized Salesforce OAuth error descriptions and stored admin notice messages.
1.1.1 - Apr 21, 2026
- Fix - Mapping a Gravity Forms Name or Address field's "Full" option (the parent input) to a Salesforce field now sends the concatenated sub-input values (Name parts joined with a space, Address parts with
,) instead of silently dropping the row.
1.1.0 - Apr 21, 2026
- New - Record Type is now selectable in the field-mapping UI for Drop Down, Multi Select, Radio, and Checkbox fields on any Salesforce object that exposes selectable record types — the form displays the record type name and submits the Record Type ID; both Populate and Live Sync modes are supported.
- New - The Record Type entry in the form-editor field-mapping sidebar now reminds admins to also map the field to
RecordTypeId in the feed mapping so the chosen record type is persisted.
- Enhancement - Record Type list filters out the implicit "Master" record type and any record types the connected OAuth user cannot assign (
available: false), preventing submissions that would fail at the Salesforce REST API layer.
- Enhancement -
sobjects/{object}/describe responses now cache recordTypeInfos alongside fields, so RecordType lookups reuse the existing 6-hour describe transient and add no additional Salesforce API calls.
1.0.0 - Apr 16, 2026