Releases: in2code-de/powermail_cond
Releases · in2code-de/powermail_cond
13.1.0 Introduce Condition container loop count
New Feature: Introduce Condition container loop count
Extension Settings
Condition container loop count can be set up in the Extension Settings.
WARNING! Changing this setting can lead to breaking the front end for powermail cond forms. Only adjust this setting if you know what you are doing. Defines the number of loops that are run through when parsing the conditions. This is a safety measure to prevent infinite loops in the event of incorrect conditions.
Default value conditionLoopCount = 100
Full Changelog: 13.0.3...13.1.0
13.0.2
What's Changed
- [BUGFIX] Prevent race condition when submitting with focused input by @pixeldesu in #107
Full Changelog: 13.0.1...13.0.2
11.2.6
Full Changelog: 11.2.5...11.2.6
13.0.1 Maintenance Release
What's Changed
- [TASK] Handle missing arguments in ConditionController requests by @pixeldesu in #106
Full Changelog: 13.0.0...13.0.1
13.0.0
What's Changed
- TYPO3 v13 compatibility
- [FEATURE] Add possibility to exclude fields from being sent to the backend by @kitzberger in #96
Full Changelog: 11.2.4...13.0.0
Maintenance Release
- Bugfix: Allow multilanguage conditions - thx to in2code