Skip to content

Commit

Permalink
FEAT Adapt for TYPO3 13
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaur authored and maechler committed Oct 24, 2024
1 parent 1c25c1c commit 54ca87b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- { TYPO3_VERSION: 12, PHP_VERSION: 8.1 }
- { TYPO3_VERSION: 12, PHP_VERSION: 8.2 }
- { TYPO3_VERSION: 12, PHP_VERSION: 8.3 }
- { TYPO3_VERSION: 13, PHP_VERSION: 8.2 }
- { TYPO3_VERSION: 13, PHP_VERSION: 8.3 }
- { TYPO3_VERSION: 13, PHP_VERSION: 8.4 }

env:
TCPDF_VERSION: 6.6.2
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TypoScript/Extensions/News/setup.typoscript
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[getTSFE() && getTSFE().type == 28032013]
[request && traverse(request.getQueryParams(), 'type') == 28032013]
pageNewsPDF = PAGE
pageNewsPDF {
typeNum = 28032013
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"typo3/cms-core": "^11.5 || ^12.4",
"typo3/cms-core": "^11.5 || ^12.4 || ^13.4",
"php": ">=7.4.0",
"tecnickcom/tcpdf": "^6.2",
"setasign/fpdi": "^2.0"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'version' => '3.0.0',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99',
'typo3' => '11.5.0-13.4.99',
'php' => '7.4.0-0.0.0',
],
'conflicts' => [],
Expand Down

0 comments on commit 54ca87b

Please sign in to comment.