v3.3.0 Features & bugfixes (TYPO3 v11 compatible)
New features 🚀
- PHP templates as an alternative to Fluid In this release, we are introducing a way to skip Fluid templates altogether when integrating external extensions! You can now prepare templates in pure PHP to handle JSON output without the need to deal with Fluid. Template path resolving is working the same as before. It makes templates so muuuuch simpler and easier to write.
[FEATURE][PoC] Introduce way to skip fluid templates by @twoldanski in #552 - You can now configure frontend urls per language of the site, not only per the whole site!
[FEATURE] Add possibility to replace FE domains for language variants by @twoldanski in #558 - You can use the new EnrichFileDataEvent to add/modify properties of processed files.
[FEATURE] add event listener to enrich file data. by @Fanor51 in #541 - Improved processing files in the gallery, link generating in processed files. We also streamlined Form support
Tasks & bugfixes 👍
-
Also add 2.x CEs in
contentRenderingTemplatesby @alappe in #523 -
fix: check if TSFE exists (#528) by @kubilaymelnikov in #529
-
[BUGFIX] Fix crash when the link is not resolved properly by @twoldanski in #525
-
Add stdWrap functionality to FilesProcessor by @ducrot in #539
-
[BUGFIX] Fix storage pid in LoginController to enable feature securit… by @mm-mhelber in #535
-
elementBodyResponse in combination with doNotGroupByColPos = 1 by @MohsinQK in #524
-
[BUGFIX] Fix fe-login flashMessages partial with fe debug enabled by @dvdmlln in #546
-
[BUGFIX/FEATURE] Submitted form should return sent data to the frontend by @twoldanski in #547
-
Fix code coverage ubuntu version by @lukaszuznanski in #556
-
[TASK] Cleanup FileUtility by @twoldanski in #555
-
[FEATURE] Improve EnrichFileDataEvent by @twoldanski in #559
-
[BUGFIX] Fix issue with cropped images in gallery processing by @twoldanski in #569
-
[TASK] Allow delaying processing in autogenerate feature by @twoldanski in #572
-
[TASK] Update ext_emconf by @twoldanski in #571
New Contributors 🎉
- @alappe made their first contribution in #523
- @rowild made their first contribution in #536
- @ducrot made their first contribution in #539
- @mm-mhelber made their first contribution in #535
- @MohsinQK made their first contribution in #524
- @dvdmlln made their first contribution in #546
Thank you!
Full Changelog: v3.2.2...v3.3.0