Releases: Converta-Agency/wpplugin-kulahub-gravity-forms
Releases · Converta-Agency/wpplugin-kulahub-gravity-forms
Release list
Version 1.2.4
Fixes the KulaHub emailsubscribe field being rejected by the API.
Fixed
Contact.emailsubscribeis now sent as a Boolean. The AddForm endpoint typesContact.Emailsubscribeas a Boolean, but the plugin was sending the string"True", so submissions from forms with an opt-in field were rejected.- A "No" answer is now respected. The previous Boolean conversion used
!empty(), so any non-empty answer on a yes/no radio field, including "No", resolved totrue. - API errors now report the reason KulaHub returned, including ASP.NET validation documents, instead of logging "Unknown API error".
titleandaddress3are routed intoContactalongside the other contact fields, matching the field list published to integrators.- Version number corrected. The plugin header was left at 1.2.0 across the 1.2.1 to 1.2.3 releases, so WordPress kept offering an update that was already installed. The stale
readme.txtstable tag is corrected too. - The updater now names the
Converta-Agencyrepository directly rather than relying on a GitHub redirect from the old path.
How emailsubscribe is resolved
| Field type | Rule |
|---|---|
| Checkbox or consent | Ticked is true, unticked is false |
| Radio, select or text | Yes, True, 1, On, Opt in give true; No, No thanks, False, 0, Off, Opt out, Unsubscribe give false; an empty answer is false |
Upgrading: required if any of your forms map a field to emailsubscribe.
Version: 1.2.3
Version: 1.2.2
Version: 1.2.1
fix issue with adding new api key where it adds 2 rows instead of 1
Version: 1.2
Adding functionality to support multiple KulaHub accounts from one installation.
Version: 1.1.3
Check php and WordPress version for compatibility and for WP directory compliance