Gravity Flow version 2.3.1 is now available via auto-update and for download from the account area.
This is a minor release which includes enhancements to the Outgoing Webhook step.
See the updated release notes for v 2.3 for examples.
What’s New in Gravity Flow v2.3.1
- Added support for depp parsing of the webhook response values. e.g. “translations\0\text”
- Added the gravityflow_webhook_url_in_note filter to prevent the webhook URL from containing the URL. Example:
- add_filter( ‘gravityflow_webhook_url_in_note’, ‘__return_false’ );