Gravity Perks – Advanced Calculations – Version – 1.1.8

## 1.1.8 | November 27, 2024
– Added [`gpac_should_process_calculation`](https://gravitywiz.com/documentation/gpac_should_process_calculation/) JS filter hook that can be used to conditionally disable processing formulas. This can be used in snippets to increase performance of complex calculation forms.
## 1.1.7 | October 30, 2024
– Improved formula validation to mark nested if statements as invalid. They are unsupported, but would show as valid.
– Fixed formula validation issues with modifiers in merge tags containing underscores (such as `{:1:choice_label}`).