Skip to content

Commit

Permalink
[FEATURE] Allow EXT:powermail 12 as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwemer committed Oct 16, 2023
1 parent 3a98032 commit a420806
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"php": "^8.1",
"ext-json": "*",
"ext-pdo": "*",
"in2code/powermail": "^11.0 || dev-eap",
"in2code/powermail": "^11.0 || ^12.0 || dev-eap",
"typo3/cms-core": "^12.4"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'title' => 'Powermail Conditions',
'description' => 'Add conditions (via AJAX) to powermail forms for fields and pages',
'category' => 'plugin',
'version' => '11.0.0',
'version' => '11.1.0',
'state' => 'stable',
'author' => 'Alex Kellner',
'author_email' => '[email protected]',
Expand All @@ -13,7 +13,7 @@
'depends' => [
'typo3' => '12.2.0-12.5.99',
'php' => '8.1.0-8.2.99',
'powermail' => '11.0.0-',
'powermail' => '11.0.0-12.99.99',
],
'conflicts' => [
],
Expand Down
10 changes: 6 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,17 @@ Also official (fee-based) support is possible within the EAP.

This is the current status of the EAP features:

| Version | TYPO3 | PHP | Support/Development | Status |
|---------|--------|------------------|---------------------------------------|-----------|
| 10 | 11 LTS | 7.4, 8.0, 8.1 | Support for TYPO3 11 and Powermail 10 | available |
| 11 | 12 LTS | 8.0, 0.1 | Support for TYPO3 12 and Powermail 11 | planned |
| Version | TYPO3 | PHP | Support/Development | Status |
|---------|--------|---------------|--------------------------------------------|-----------|
| 10 | 11 LTS | 7.4, 8.0, 8.1 | Support for TYPO3 11 and Powermail 10 | available |
| 11 | 12 LTS | 8.0, 8.1 | Support for TYPO3 12 and Powermail 11 / 12 | available |

## Changelog

| Version | Date | State | Description |
|---------|------------|---------|------------------------------------------------------------------------------------------------------|
| 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 |
| 10.1.0 | 2023-03-14 | Task | Support all kind of powermail fields as with jQuery before (e.g. submit, text, etc...) |
| 10.0.0 | 2022-10-10 | Feature | Support for Powermail 10 and remove of jQuery support |
Expand Down

0 comments on commit a420806

Please sign in to comment.