diff --git a/ext_emconf.php b/ext_emconf.php index 59b0a52..bceab72 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'Powermail Conditions', 'description' => 'Add conditions (via AJAX) to powermail forms for fields and pages', 'category' => 'plugin', - 'version' => '11.1.0', + 'version' => '11.2.4', 'state' => 'stable', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de', diff --git a/readme.md b/readme.md index 6b5a9f8..e48124f 100644 --- a/readme.md +++ b/readme.md @@ -93,6 +93,8 @@ This way the initial asynchronous call will be skipped which reduces the flicker | Version | Date | State | Description | |---------|------------|---------|------------------------------------------------------------------------------------------------------| | 13.0.0 | tbs | Feature | Support Powermail 13 - planned | +| 11.2.4 | 2024-11-28 | Bugfix | Prevent the flickering that occurs when loading a form with conditions | +| 11.2.3 | 2024-09-20 | Bugfix | Some small bugfixes | | 11.1.0 | 2023-10-16 | Feature | Support Powermail 11 & 12 | | 11.0.0 | 2023-07-05 | Feature | Support Powermail 11 | | 10.1.1 | 2023-03-23 | Bugfix | Fix possible undefined array key error |