09 Jul 2024 - Version 1.0.22
04 Mar 2024 - Version 1.0.18
10 Jan 2024 - Version 1.0.16
23 Apr 2023 - Version 1.0.10
24 Sep 2022 - Version 1.0.9
- Fixed issue where using a value from Date Time Calculator inside a function such as `floor()` would not work as expected.- Improved exception handling of malformed formulas on the frontend.
20 Aug 2022 - Version 1.0.8
Fixed issue where shorthand variables would sometimes behave inconsistently on more complex forms.
11 Aug 2022 - Version 1.0.6
Fixed issue with modulo (`%`) operator not working correctly after submission.
04 Aug 2022 - Version 1.0.5
Fixed issue where shorthands in formulas would not work as expected if multiple formulas used the same shorthand field variable.
14 Jul 2022 - Version 1.0.4
Updated the priority at which we process calculations to allow other plugins to modify the formula first.
30 Jun 2022 - Version 1.0.3
- Fixed issue where shorthand variables would stop working if Populate Anything refreshed any fields used in the formula.- Fixed issue where shorthand variables could incorrectly replaced by partial matches. As an example, `F43` could be replaced with the value of `F4` if it was processed first.
17 Jun 2022 - Version 1.0.2
Added new [`gpac_should_clean_merge_tag_value`](https://gravitywiz.com/documentation/gpac_should_clean_merge_tag_value) JavaScript filter.
09 Jun 2022 - Version 1.0.1
- Fixed issue where exponents did not support raising a number by a power containing a function.- Fixed an issue where exponent results between frontend and after submission could be inconsistent when parentheses and functions are used.- Added internationalization to strings in Advanced Calculations so they can be translated.
03 Jun 2022 - Version 1.0
- Added new `pi()` function that returns π to a precision of 20 decimal places.- Fixed issue where the Formula Cheatsheet link was not present in Gravity Forms 2.4. Additionally, the "Validate Formula" button now works as expected with Gravity Forms 2.4.- Added support for conditionals with multiple conditions such as `if ( ({Number C:5} < -15) || {Number C:5} > 10 )`.- Added support for field variables with modifiers such as `{Nested Form A:4:total}`
31 Mar 2022 - Version 1.0-beta-1.0
Product Added to the system.