Releases: oveleon/contao-advanced-form
Releases · oveleon/contao-advanced-form
0.3.0
Features
- Implement #18 - add support for terminal42/contao-conditionalformfields/ @zonky2 in #19
Bugfix
- added conflict for terminal42/contao-mp_forms
New Contributors
Full Changelog: 0.2.3...0.3.0
0.2.3
0.2.2
Fix formpage evaluation with non-visited fields
- fixes a bug where a formpage could not be evaluated if the field to be checked was never visited (protected formpage etc.)
Other changes (Preparation for Contao 5.0):
- CS
- changed deprecated FE_USER_LOGGED_IN to service
- changed deprecated Session::getInstance to service
0.2.0
Reconstruction of the condition check
Only selected PHP functions within the condition will be accepted:
floatval
strval
intval
in_array
str_contains
Fixed conditions specified with "<" or "<="
Replace native eval function with ExpressionLanguage from Symfony