TYPO3 12.4.39
Release Notes
Release Notes for TYPO3 CMS 12.4.39
This document contains information about TYPO3 CMS 12.4.39 which was released on 11.11.2025.
Get TYPO3 12.4.39 nowChecksums of TYPO3 12.4.39
SHA256
797c620c49ba139dd9f395a334d3db69532008573981ea0f0af9a61e4778a275 typo3_src-12.4.39.tar.gz 06d0d51030fbc9fb067d17700c52d55bf4f19f0cc0b9249640353262f31fc525 typo3_src-12.4.39.zip
SHA1
7cb10c6ba4711a20e391fd425879a88713eb2e5c typo3_src-12.4.39.tar.gz 31f2c288f2b3b28a519821d27c8c4fb05d2859c0 typo3_src-12.4.39.zip
MD5
9810b6fa546e1fe726d31848d6955bdc typo3_src-12.4.39.tar.gz f7b0fe0dd600ddd8ee17e1f54e3672b3 typo3_src-12.4.39.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.39/tar.gz wget --content-disposition https://get.typo3.org/12.4.39/tar.gz.sig gpg --verify typo3_src-12.4.39.tar.gz.sig typo3_src-12.4.39.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.38:
- 2025-11-11 80c54568a4f [RELEASE] Release of TYPO3 12.4.39 (thanks to Benni Mack)
- 2025-11-11 88244b29faf [BUGFIX] Assure working redirect on discarded extension upload (thanks to Elias Häußler)
- 2025-11-10 17f644299be [BUGFIX] Implement button with single
classattribute (thanks to Ayke Halder) - 2025-11-10 bf6ce6939bc [TASK] Update
phpdocumentor/reflection-docblockdependency (thanks to Stefan Bürk) - 2025-11-05 41e850e21a3 [BUGFIX] Avoid performance bottleneck in system information toolbar (thanks to Benjamin Franzke)
- 2025-11-04 e419fa90ba9 [BUGFIX] Ensure relocated CSS URLs preserve fragments (thanks to Andreas Nedbal)
- 2025-10-29 c7e782abb8d [BUGFIX] Ensure output compression handler is only initialized once (thanks to Oliver Hader)
- 2025-10-24 9e455e81d58 [BUGFIX] Harden
MathUtility::canBeInterpretedAsInteger()forPHP8.5(thanks to Stefan Bürk) - 2025-10-24 942ed6099d4 [TASK] Use another search string to check for
No Result found.(thanks to Stefan Bürk) - 2025-10-22 67deec46c2d [TASK] Make MathUtility::canBeInterpretedAsInteger more robust (thanks to Oliver Klee)
- 2025-10-22 7694d7c33c9 [BUGFIX] Avoid using
boolasarrayinEXT:indexed_search(thanks to Stefan Bürk) - 2025-10-21 559b352eb96 [TASK] Simplify RecoveryCodes::generatePlainRecoveryCodes (thanks to Oliver Hader)
- 2025-10-18 6ff91320b9b [DOCS] Fix removal of deprecate legacy form templates in changelog (thanks to Chris Müller)
- 2025-10-17 943397e0cb0 [TASK] Avoid "ord(): Providing an empty string is deprecated" (thanks to Stefan Bürk)
- 2025-10-17 4a6958c1a42 [TASK] Avoid "Using null as an array offset is deprecated" (12.4) (thanks to Stefan Bürk)
- 2025-10-17 0af76fa3067 [TASK] Update package dependencies in composer.lock (thanks to Stefan Bürk)
- 2025-10-15 326be768003 [BUGFIX] Fix contextmenu position when triggered via Enter or Space (thanks to Benjamin Franzke)
- 2025-10-14 d04739a09ce [TASK] Set TYPO3 version to 12.4.39-dev (thanks to Benni Mack)