This repository has been archived by the owner on Jul 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathchangelog.txt
30 lines (28 loc) · 1.94 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
-------------------------------------------------------------------------------------------------------------------
Version 0.6
- Updated min Gravity Forms version to 2.3
- Fixed the gform_merge_tag_value_pre_calculation callback for Gravity Forms 2.4.
-------------------------------------------------------------------------------------------------------------------
Version 0.5
- Updated to use object notation for the $field instead of array access.
- Updated min Gravity Forms version to 1.9.9.8
- Fixed typo in the gform_post_calculation_events function.
-------------------------------------------------------------------------------------------------------------------
Version 0.4
- LFCalc.js replaced gform_calculation_result with two new hooks:
- gform_calculation_event to handle triggering calculation when row added/removed and on colummn input change event
- gform_calculation_merge_tag_value to replace merge tag with row count or column total
- Remove function hooked to gform_get_form_filter
- increased minimum version to Gravity Forms 1.9
-------------------------------------------------------------------------------------------------------------------
Version 0.3
- Changed columnSelector from input to :input to add support for drop down enabled columns
- Changed on method from blur event to change event to add support for drop downs
-------------------------------------------------------------------------------------------------------------------
Version 0.2
- Switched to gform_get_form_filter from gform_pre_render so inline script is positioned after the from
- Switched to gform_enqueue_scripts so script is only enqueued if a list field merge tag is found
-------------------------------------------------------------------------------------------------------------------
Version 0.1
- Added List Field merge tags to the calculations merge tag dropdown
- Moved to add-on framwework