Skip to content

Releases: TYPO3-Headless/headless

v4.4.0 Feature release

19 Sep 18:53
73c0eb9
Compare
Choose a tag to compare

Release notes for Headless version 4.4.0

🔧 SEO Improvements

  • Official Support for TYPO3 SEO APIs

  • Introduced page.seo Structure

    • Adapted for Nuxt.js v3's useHead
    • For Nuxt v3 applications, it's recommended to migrate to page.seo and have the backend developer remove page.meta.

🛡️ Backward Compatibility

  • To prevent breaking existing applications, ext:headless will continue to output page.meta.

💡 Why Migrate to page.seo?

  • Automated Meta Tag Generation: TYPO3 now generates all meta tags, including automatic canonicals and hreflangs (unless disabled by the backend developer).
  • Simplified Frontend Logic: The frontend app doesn't need additional logic for handling meta tags. Simply provide page.seo, and Nuxt.js does the rest.
  • Enhanced Backend Flexibility:
    • Backend developers have access to PHP APIs to set tags and titles directly from plugins—no more fiddling with TypoScript.
    • Tags can also be set via TypoScript, allowing quick additions without redeploying or modifying the frontend app.

What's Changed

🚀 Features

📝 Tasks

🐛 Bug Fixes

👥 New Contributors

Full Changelog: v4.3.2...v4.4.0

v4.3.2 Bugfix release

05 Jul 09:54
bad5834
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.1...v4.3.2

v4.3.1 Bugfix release

27 May 12:20
c133e52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.3.1

v3.4.2 Bugfix release

20 May 13:17
21cdcd4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.1...v3.4.2

v4.3.0 Feature release

17 May 13:53
d732605
Compare
Choose a tag to compare

What's Changed

With v4.3.0 release you can use new type of file processing if you change legacyReturn to 0 in processingConfiguration of FilesProcessor, more details in documentation. It allows you to have new response of images and also process more types of images.

Features

Bugfix

Tasks

Full Changelog: v4.2.7...v4.3.0

v4.2.7

07 Feb 15:32
b4d6021
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.6...v4.2.7

v4.2.6 Bugfix release

07 Feb 12:48
0a2efb4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.5...v4.2.6

v4.2.5 Bugfix release

06 Feb 14:30
9f4f73c
Compare
Choose a tag to compare

❗ What's Changed ❗

Full Changelog: v4.2.4...v4.2.5

v4.2.4 Bugfix release

24 Jan 21:34
Compare
Choose a tag to compare

❗ Changelog ❗

Bugfixes

Full Changelog: v4.2.3...v4.2.4

v4.2.3 Bugfix release

28 Nov 10:45
Compare
Choose a tag to compare

Latest release v4.2.0 introduced new way of using headless mode, also with this patch we changed configuration, to require headless mode to be set. This release brings some fixes to headless mode.

❗ Changelog ❗

Bug Fixes

  • 🐛 [BUGFIX] Add missing typoscript declaration - @twoldanski (Nov 15, 2023)
  • 🐛 [BUGFIX] Fix import path for logged user definition - [@twoldanski](Nov 14, 2023)
  • 🐛 [BUGFIX] Resolve issue with language preview and cross domain links - @twoldanski (Nov 14, 2023)
  • 🐛 [BUGFIX] Correct linkText value in headerLink property - [@schloram](Nov 7, 2023)
  • 🐛 [BUGFIX] Fix generating preview URL in BE - @twoldanski (Nov 6, 2023)

Tasks

  • 🚀 Set meta title feature behind a flag - @twoldanski (Nov 20, 2023)
  • 🚀 Readme cleanup - [@twoldanski](Nov 13, 2023)
  • 🚀 Explain delayProcessing flag - [@kitzberger](Nov 7, 2023)
  • 🚀 General fixes to File handling, additional documentation for file handling - [@kitzberger](Nov 7, 2023)
  • 🚀 Add option for GalleryProcessor: fileExtension - [@kitzberger](Nov 7, 2023)
  • 🚀 Adjust functional tests - [@schloram](Nov 7, 2023)
  • 🚀 Mention EXT:container extensions - [@christophlehmann](Nov 6, 2023)
  • 🚀 Check for Site, NullSite may occur and throw error - [@lukaszuznanski](Nov 6, 2023)