diff --git a/ext_emconf.php b/ext_emconf.php index 8eb2eb7..ef1879e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ 'title' => 'Powermail Conditions', 'description' => 'Add conditions (via AJAX) to powermail forms for fields and pages', 'category' => 'plugin', - 'version' => '9.0.1', + 'version' => '9.0.3', 'state' => 'stable', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de', diff --git a/readme.md b/readme.md index 0aeec8c..1f150e5 100644 --- a/readme.md +++ b/readme.md @@ -48,8 +48,10 @@ routeEnhancers: | Version | Date | State | Description | |---------|------------|---------|----------------------------------------------------------------------------------------------------------------------| -| 9.0.1 | 2022-07-04 | Bugfix | Fix page fieldset conditions not being applied correctly-------------------------------------------------------------| -| 9.0.0 | 2022-02-23 | Feature | Support for TYPO3 11 and Powermail 9| +| 9.0.3 | 2022-07-05 | Bugfix | Fix ext_emconf.php for TER upload via REST API (another change) | +| 9.0.2 | 2022-07-05 | Bugfix | Fix ext_emconf.php for TER upload via REST API | +| 9.0.1 | 2022-07-04 | Bugfix | Fix page fieldset conditions not being applied correctly | +| 9.0.0 | 2022-02-23 | Feature | Support for TYPO3 11 and Powermail 9 | | 8.2.2 | 2021-11-22 | Bugfix | Reverted type change for field condition.target_field and updated index configuration for this field | | 8.2.1 | 2021-11-22 | Bugfix | Use integer field for condition.target_field | | 8.2.0 | 2021-11-22 | Task | Add mysql indices, hide children tables in list view, add code linting tests |