Skip to content

v3.3.0 Features & bugfixes (TYPO3 v11 compatible)

Choose a tag to compare

@twoldanski twoldanski released this 09 Mar 14:29
2435738

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 👍

New Contributors 🎉

Thank you!

Full Changelog: v3.2.2...v3.3.0