forked from monksbistro/gravityflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
change_log.txt
12 lines (12 loc) · 1.37 KB
/
change_log.txt
1
2
3
4
5
6
7
8
9
10
11
12
- Added support for reports in the [gravityflow] shortcode.
- Added security enhancements.
- Added support for the GP eCommerce Fields on the User Input Step.
- Added support for the Gravity Forms EmailOctopus Add-On.
- Added filter gravityflow_send_to_step_condition_met_required to allow customization of the API send_to_step when the proposed steps conditions are not met. Default is false that API will always send to the proposed step.
- Added filter gravityflow_send_to_step_condition_not_met to allow customization of the API when the proposed next step has not met its step conditions. Defaults to next step after the proposed step.
- Updated Outgoing Webhook settings to allow GET requests to include request body.
- Fixed an issue with the User Input Step where editable Total, Coupon, Subtotal, Tax, or Discount fields required all other pricing fields to be editable to function correctly.
- Fixed an issue with the User Input Step where the existing Coupon field value is not restored. Requires Coupons Add-On v2.9.2 or greater.
- Fixed an issue with the User Input Step where the Coupon usage count is not updated.
- Fixed a PHP notice which occurs when the shortcode is processed and WordPress isn't able to provide the current post object.
- Fixed a PHP warning on the inbox page when a step is configured with a delay based due date and the offset setting contains non-numeric characters.