Skip to content

Commit

Permalink
Merge branch 'release/9.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Jul 5, 2022
2 parents a116e3f + db47965 commit f770a7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 1 addition & 6 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
<?php

/**
* @var array $EM_CONF
* @var string $_EXTKEY
*/
$EM_CONF[$_EXTKEY] = [
'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' => '[email protected]',
Expand Down
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit f770a7c

Please sign in to comment.