Skip to content

v4.4.0 Feature release

Latest
Compare
Choose a tag to compare
@lukaszuznanski lukaszuznanski released this 19 Sep 18:53
73c0eb9

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