Skip to content

v3.0.0 beta: TYPO3 v11, PHP8, new page response

Pre-release
Pre-release

Choose a tag to compare

@lukaszuznanski lukaszuznanski released this 08 Oct 14:49
a0b72c0

What's Changed

TYPO3 v11 and PHP8 support

With the release of TYPO3 v11.5 LTS we have to move support for TYPO3 v9 and v10 to another branch as changes between those two versions are incompatible. Version 3.x and master branch will support TYPO3 v11, and headless version 2.x keep support for v9 and v10.

Headless version 3.x

PHP 7.2 PHP 7.3 PHP 7.4 PHP 8.0
TYPO3 v9.5
TYPO3 v10.4
TYPO3 v11.5

Headless version 2.x

PHP 7.2 PHP 7.3 PHP 7.4 PHP 8.0
TYPO3 v9.5
TYPO3 v10.4
TYPO3 v11.5

Improved JSON page response

In headless v3.0 we introduce a new, smaller, faster and more flat page response.
If you want to keep compatibility with your frontend application, you can load a deprecated typoscript template for version 2.x and keep the old structure of the response running. Nuxt-typo3 will release a new version to support new page responses.

New response (version 3.x) ⬇️

image

Old response (version 2.x) ⬇️

image

Change list

Tasks

Bugfixes

Full Changelog: v2.6.0...v3.0.0-beta