Download Gravity Flow 2.9.6 from nulled fire. Build Workflow Applications with Gravity Forms.
Added the gravityflow_step_expiration_timestamp filter.
Added the step merge tag attribute to allow merge tags to specify the step for which tokens must be generated. This allows feed add-ons to specify the step. For example, a Twilio or Slack message can contain a one-click approval link for the next step.
Updated the processing of the workflow to trigger before the confirmation is processed.
Updated the processing of user input step to skip required field validation when saving progress.
Updated the timeline date/time format to reflect format selected in WordPress general settings.
Updated Outgoing Webhook response mapping to parse merge tags in field keys.
Updated the Outgoing Webhook step settings to display merge tag dropdown with the URL field.
Updated the installation wizard to install Gravity Forms if it's not installed or update it if there's a newer version available.
Fixed an edge case where the assignee attribute will remove the assignee added in the constructor and override the assignee in subsequent instances of the merge tag.
Fixed an issue with the integrations with the Twilio Add-On where URLs get encoded breaking workflow links.
Fixed an issue with the evaluation of date field based step expiration when weeks is the selected offset unit.
Fixed a fatal error which can occur if Gravity PDF is activated on PHP < 5.6.
Fixed an issue where the "Workflow: user input" notification event is triggered before the entry has been updated which results in stale data being used when notification routing/conditional logic is evaluated and when merge tags in the notification settings are processed.
Added support for deep 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. e.g. add_filter( 'gravityflow_webhook_url_in_note', '__return_false' );
  • Added "Authorized" as an available choice for the entry Payment Status property in the step condition setting.
  • Added response field mapping for JSON values to the Outgoing Webhook step.
  • Added gravityflow_entry_webhook_response_mapping to allow the entry/response values to be adjusted during webhook response mapping.
  • Added gravityflow_columns_inbox_table to allow columns in inbox to be adjusted in similar fashion to status (gravityflow_columns_status_table)
  • Added gravityflow_date_format_current_step_merge_tag filter to allow the date/time-based modifiers for {current_step} adjust format: expiration, schedule, and start.
  • Added gravityflow_feed_condition_entry_properties filter to allow modifying entry properties in the feed condition.
  • Added admin notices when license keys are not valid.
  • Added support for tokens in Gravity Forms confirmations. Requires Gravity Forms 2.3.3.10.
  • Updated the Status Table Step Column to display the queued start time for a scheduled step and the expiration time for a step when set.
  • Updated the Entry Detail workflow info box display of step expiration date to use existing gravityflow_date_format_entry_detail filter.
  • Updated the step condition setting, inbox, and status pages to support custom payment statuses added by the gform_payment_statuses filter with Gravity Forms 2.4 and greater.
  • Fixed an issue with the Multi-User field on the entry detail pages where the ID is displayed instead of the user's name.
  • Fixed an issue with the File Upload field display the inbox shortcode page via fields attribute. The file icon/link was not displaying and generating PHP error.
  • Fixed RTL CSS in the inbox and entry detail page for Divi and other themes that don't fully support RTL.