The following TYPO3 updates have been released:
- TYPO3 13.4.1 LTS
- TYPO3 12.4.23 LTS
Both versions are maintenance releases only.
Further upgrade instructions
Update 2024-11-12 15:00 CET
Unfortunately a flaw in 3rd party package symfony/type-info, revealed by reflection-docblock v5.6.0 (which was released minutes after the recent TYPO3 updates) causes a code-compatibility issue. This error only affects composer-based installations.
Our suggested work-around is to manually downgrade phpstan/phpdoc-parser:
composer update phpstan/phpdoc-parser --with "phpstan/phpdoc-parser:^1"
We expect this problem to be solved in the next symfony/type-info releases.
Find more details in our issue tracker at https://forge.typo3.org/issues/105582#note-4
Update 2024-11-13 18:00 CET
The mentioned issue with symfony/type-info has been resolved:
https://github.com/TYPO3/cms-cli/releases/tag/3.1.2
https://github.com/symfony/type-info/releases/tag/v7.1.8
As a result, the mentioned work-around is not required anymore.
No further database upgrades are required for these maintenance releases.
Download
TYPO3 can be installed in various ways. For example the traditional way by using the source package at get.typo3.org or the modern way by setting up a project using composer, to name just two. Further details can be found in the according release notes: