TYPO3 12.4.35
Release Notes
Release Notes for TYPO3 CMS 12.4.35
This document contains information about TYPO3 CMS 12.4.35 which was released on 12.08.2025.
Get TYPO3 12.4.35 nowChecksums of TYPO3 12.4.35
SHA256
dc3691631ffeb0003eae1f009b9141c164d33971cfc0acd8a79a93a30fb9e390 typo3_src-12.4.35.tar.gz 28400cf00292ea168b7503c434bda2e5fdc2c44fe60d20693900ac9209dfd8de typo3_src-12.4.35.zip
SHA1
2295bdcbef370bf77033aec10ae6115671217682 typo3_src-12.4.35.tar.gz 5bae6c3e6595a062aa1ca5f3f80da475745980e4 typo3_src-12.4.35.zip
MD5
aca3904a30d4808d3e86c381592d6dae typo3_src-12.4.35.tar.gz 911b6da2a70e4f72e1f5d717867d9dee typo3_src-12.4.35.zip
Package Signatures
TYPO3 Release Packages (the downloadable tarballs and zip files) as well as Git tags are signed using PGP signatures during the automated release process. Besides that, MD5 and SHA2-256 hashes are being generated for these files. Find more details on verifying signatures and hashes in the infrastructure guide.
Download GPG signed release README.md file
Example of verifying integrity of tar.gz package of current release:
wget --content-disposition https://get.typo3.org/12.4.35/tar.gz wget --content-disposition https://get.typo3.org/12.4.35/tar.gz.sig gpg --verify typo3_src-12.4.35.tar.gz.sig typo3_src-12.4.35.tar.gz
Upgrading
The usual upgrading procedure applies. No database updates are necessary. It might be required to clear all caches; the "important actions" section in the TYPO3 Install Tool offers the accordant possibility to do so.
Changes
Here is a list of what was fixed since 12.4.34:
- 2025-08-12 cb0d9108390 [RELEASE] Release of TYPO3 12.4.35 (thanks to Benni Mack)
- 2025-08-12 3e980130aeb [BUGFIX] Do not set default action in filename conflict modal (thanks to Andreas Wolf)
- 2025-08-11 05bc1c54fd0 [DOCS] Improve FAQ about duplicate form submission (thanks to josuavogel)
- 2025-08-11 e0ea806262e [BUGFIX] Handle oversights in thumbnail web component (thanks to Andreas Kienast)
- 2025-08-10 2a462b2f7fa [DOCS] Add line break after anchor (thanks to Jan Helke)
- 2025-08-09 008d69c6233 [DOCS] Add headline anchor to EXT:sys_note header (thanks to magicHatOfTYPO3)
- 2025-08-09 2188e9d88b5 [DOCS] Add headline anchor to EXT:lowlevel header (thanks to magicHatOfTYPO3)
- 2025-08-07 ecc50b8a5ab [BUGFIX] Add svg/avif/webp to IIS default web.config (thanks to Michael Blunck)
- 2025-08-07 fd944df80ce [TASK] Upgrade TypeScript to v5.9 (thanks to Andreas Kienast)
- 2025-08-05 34578cf7747 [BUGFIX] Check for existing category before processing it (thanks to David Retzer)
- 2025-08-05 00fcff4099e [TASK] Update
phpstan/phpstan
to 2.1.22 (thanks to Andreas Kienast) - 2025-08-04 4f524ae7df3 [BUGFIX] Fix default value of TYPO3_CONF_VARS/BE/lockRootPath (thanks to Albrecht Köhnlein)
- 2025-08-04 96049fdca77 [BUGFIX] RedisSessionBackend must allow to select db 0 (thanks to Markus Klein)
- 2025-07-31 f41a6921da2 [TASK] Improve Sudo Mode prompt with explanation (thanks to Oliver Bartsch)
- 2025-07-29 153f168aeb0 [DOCS] Fix typo in changelog (thanks to Simon Praetorius)
- 2025-07-28 6658a00d905 [TASK] Update masterminds/html5 dependency (thanks to Oliver Hader)
- 2025-07-28 267327b739f [BUGFIX] Offload decorative thumbnail generation in file list (thanks to Andreas Kienast)
- 2025-07-28 e09dd8d34ec [BUGFIX] Set correct data-mode for file selection (thanks to Oliver Bartsch)
- 2025-07-26 60bc8366b98 [BUGFIX] Enable inline SVG support in typo3/html-sanitizer (thanks to Oliver Hader)
- 2025-07-25 6618f73f204 [BUGFIX] Check correct file location in DeferredBackendImageProcessor (thanks to Markus Klein)
- 2025-07-24 2b1fc504638 [BUGFIX] Fix step-up response redirect routing in modals (thanks to Benjamin Franzke)
- 2025-07-23 6ebe4596f47 [DOCS] Fix rendering for changelog (thanks to Sybille)
- 2025-07-23 9df45937aba [TASK] Update
phpstan/phpstan
to 2.1.19 (thanks to Garvin Hicking) - 2025-07-22 406721ba051 [BUGFIX] Disable indexing of seo_sitemap (thanks to Stephan Großberndt)
- 2025-07-22 c130a94d95f [BUGFIX] Ensure request body is writable in ServerRequestInstruction (thanks to Oliver Bartsch)
- 2025-07-18 053c9787339 [TASK] Update
phpstan/phpstan
to 2.1.18 (thanks to Garvin Hicking) - 2025-07-18 e9f48a9aed9 [DOCS] Properly use siteLanguage(“locale”) expression as object (thanks to josuavogel)
- 2025-07-08 9a9ede9d419 [TASK] Allow execution with PHP8.5 in
Build/Scripts/runTests.sh
(thanks to Stefan Bürk) - 2025-07-08 4ab90739dfc [TASK] Set TYPO3 version to 12.4.35-dev (thanks to Benni Mack)