-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RELEASE] Release 10.0.1 for TYPO3 V11
Signed-off-by: Marcus Schwemer <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
'author' => 'Sebastian Stein', | ||
'author_email' => '[email protected]', | ||
'state' => 'stable', | ||
'version' => '10.0.0', | ||
'version' => '10.0.1', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '11.5.0-11.5.99', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,21 +70,32 @@ [email protected] | |
|
||
## Requirements | ||
|
||
Version 6.x: | ||
### Version 10.x.x | ||
|
||
* TYPO3 11.5 | ||
* PHP 7.4, 8.x | ||
|
||
### Version 12.x.x | ||
|
||
* TYPO3 12.4 | ||
* PHP 8.x | ||
|
||
### Unmaintained versions | ||
|
||
#### Version 6.x | ||
* TYPO3 8.7 or 9.5 | ||
* PHP 5.6 | ||
|
||
Version 7.x | ||
|
||
#### Version 7.x | ||
* TYPO3 9.5 or 10.4 | ||
* PHP 7.2 | ||
|
||
Version 8.x and above | ||
|
||
#### Version 8.x and above | ||
* TYPO3 11.5 and above | ||
* PHP 7.4 and above | ||
|
||
|
||
|
||
## Signals | ||
|
||
manipulatePropertyBeforeExport: this signal allows the manipulation of values before they are exported to the CSV | ||
|