Skip to content

Commit 1c212ec

Browse files
committed
[TASK] Release 13.1
1 parent 9dd6af0 commit 1c212ec

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'title' => 'Powermail Conditions',
55
'description' => 'Add conditions (via AJAX) to powermail forms for fields and pages',
66
'category' => 'plugin',
7-
'version' => '13.0.3',
7+
'version' => '13.1.0',
88
'state' => 'stable',
99
'author' => 'Alex Kellner',
1010
'author_email' => 'alexander.kellner@in2code.de',

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ routeEnhancers:
5454
condition.json: 3132
5555
...
5656
```
57+
### Extension Settings
58+
59+
**Condition container loop count**
60+
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.
61+
Default value conditionLoopCount = 100
5762

5863
## Trouble shoot: upload fields
5964

@@ -105,6 +110,7 @@ This way the initial asynchronous call will be skipped which reduces the flicker
105110

106111
| Version | Date | State | Description |
107112
|---------|------------|---------|------------------------------------------------------------------------------------------------------|
113+
| 13.1.0 | 2025-10-24 | Feature | Introduce Condition container loop count | |
108114
| 13.0.3 | 2025-10-01 | Bugfix | Fix race condition for ajax forms | |
109115
| 13.0.1 | 2025-XX-XX | Bugfix | Some small bugfixes | |
110116
| 13.0.0 | 2024-12-02 | Feature | Support for Powermail 13 / TYPO3 13 |

0 commit comments

Comments
 (0)