Skip to content

Releases: oveleon/contao-advanced-form

0.3.0

27 Mar 11:13
Compare
Choose a tag to compare

Features

Bugfix


New Contributors

Full Changelog: 0.2.3...0.3.0

0.2.3

27 Oct 19:49
3a12e36
Compare
Choose a tag to compare

Update

- Fixed potential PHP 8 errors

0.2.2

11 May 07:26
f60844c
Compare
Choose a tag to compare

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

31 Mar 06:26
Compare
Choose a tag to compare

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

0.1.3

15 Feb 18:58
77000e1
Compare
Choose a tag to compare

Changes

  • Removed Patchwork/UTF8 for backend modules c833678
  • Contao 4.13 Support

0.1.2

11 Jan 12:42
ddb4770
Compare
Choose a tag to compare

Additions

- PHP 8 Compatibility - Fixes #7

Bugfixes

- Fixed a bug with the compileFormField hook - Fixes #6

0.1.1

15 Jun 14:34
Compare
Choose a tag to compare

Compatibility increased

0.1.0

19 Apr 11:38
Compare
Choose a tag to compare
Last page can be transferred