3.1.0 | 2026-08-25
- Added the Abilities API integration.
- Added support for detecting links/URLs in supported fields. This includes Single Line Text, Paragraph, List, and Hidden fields with the No Links/URLs setting enabled, as well as Name, Address, and Phone fields using the International (unformatted) format. When a link or URL is detected, the field can fail validation, or, if the Advanced Honeypot is enabled, the submission can be flagged as spam.
- Fixed performance issue on product forms with large number of radio option fields.
- Fixed format of tooltip on field Visibility setting.
- Fixed an issue with Option field pricing labels that can be displayed incorrectly when field is hidden/shown with conditional logic.
- Updated the minimum WordPress version (for support) on the System Status page to 7.0.
- Renamed the Honeypot to Advanced Honeypot.
- API: Fixed an issue where the draft submission is not saved when using
GFAPI::submit_form()with$input_values['gform_save']set and the honeypot is enabled.