bithost-gmbh / pdfviewhelpers

TYPO3 CMS extension that provides various Fluid ViewHelpers to generate PDF documents.
GNU General Public License v3.0
44 stars 20 forks source link

TYPO3 11.5 support #189

Closed aimeos closed 2 years ago

aimeos commented 3 years ago

TYPO3 11.5 has been released last week. When will be a compatible version available?

maechler commented 3 years ago

@aimeos I just tested the example PDFs that are shipped with the extension with TYPO3 v11.5, the rendering seems to work perfectly without any changes necessary. However there seems to be a caching issue when a page is called multiple times, but I guess we can just use the internal option in $GLOBALS['TSFE']->set_no_cache. I will still have to test the EXT:news integration and any testing and feedback from your side would also be very welcome! We have no timetable yet for v11.5 compatibility, but it looks like being just around the corner.

aimeos commented 3 years ago

@maechler We require pdfviewhelpers extension for non-composer installations to avoid shipping TCPDF within the Aimeos extension but don't use any other functionality of the extension. Thus, it's always fine from our side :-)

The Aimeos extension will be released tomorrow but people won't be able to install it directly from TER in a non-composer TYPO3 11 installation until pdfviewhelpers has been released for that version.

maechler commented 3 years ago

Alright, I see. If you only need the TCPDF dependency, you could probably also go with another extension: https://extensions.typo3.org/?L=0&id=1&tx_solr%5Bq%5D=tcpdf However non of them seems to be compatible with v11.5 yet.

aimeos commented 3 years ago

Exactly, no one of the others is compatible yet and yours is the one most often used and hopefully the one best supported :-)

maechler commented 2 years ago

A new release v2.4.0 with TYPO3 v11 support is available now.