Skip to content

TYPO3 11.5 compatibility

Compare
Choose a tag to compare
@derhansen derhansen released this 16 Dec 08:51
· 9 commits to master since this release
fa969b5

TYPO3 11.5 compatible version of the extension.

Breaking changes:

  • [!!!][TASK] Rename TypoScript files d7fe818

Migration:
If you references the TypoScript files of the extension in your sitepackage, you must ensure to use constants.typoscript and setup.typoscript instead of constants.txt and setup.txt.

Notable changes:

  • [TASK] Avoid objectManager usage in PdfView class 69c5ac7
  • [BUGFIX] Fixed wrong default value for pdfDestination f0b3ea0
  • [TASK] Apply strict types and CGL db35137
  • [TASK] Change label in template for generatePdfLink action 07fa7c0
  • [DOC] Update documentation a61ec01