Gravity Forms – Partial Entries Add-On – Version –...

### 1.8.0 | 2025-10-15
– Added support for aborting saving or updating of the partial entry if `$field->set_context_property( ‘is_value_spam’, true );` is used during field validation.
– Added the `gf_partial_entries()“ helper function to return the current instance of the add-on.
– Added the [gform_partialentries_abort_save](https://docs.gravityforms.com/gform_partialentries_abort_save/) filter to allow the saving or updating of the partial entry to be aborted.
– Updated the minimum Gravity Forms version to 2.7.0.
– Updated the honeypot check to use the Gravity Forms honeypot handler.
– Updated the warning message displayed in the form to support the Conversational Forms add-on.
– Fixed an issue where multiple partial entries can be created if the entry status is changed from active.
– Fixed an issue where the textarea inside the settings doesn’t allow html tags and shows an error.