TYPO3 12.4.26
Release Notes
Release Notes for TYPO3 CMS 12.4.26
This document contains information about TYPO3 CMS 12.4.26 which was released on 21.01.2025.
Get TYPO3 12.4.26 nowChecksums of TYPO3 12.4.26
SHA256
faa06e7bd0d7c696a72c02b44ad1b1422cf6ee178b28a03d38d511239b9161c7 typo3_src-12.4.26.tar.gz d356d21c1e51f6c45437862f707bfcc54d6d3d19b1d15dde57d55e9422f0f8eb typo3_src-12.4.26.zip
SHA1
10f4211586bbcd06df23f1df4bdcb66c814a20ac typo3_src-12.4.26.tar.gz 52e9a20233146d68589ebdac777bae156090ea9b typo3_src-12.4.26.zip
MD5
f2d2385a3ccb11499955e4d16477597b typo3_src-12.4.26.tar.gz ed5bccb78e98bfb227d5b74b081cbd1d typo3_src-12.4.26.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.26/tar.gz wget --content-disposition https://get.typo3.org/12.4.26/tar.gz.sig gpg --verify typo3_src-12.4.26.tar.gz.sig typo3_src-12.4.26.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.25:
- 2025-01-21 15a53199262 [RELEASE] Release of TYPO3 12.4.26 (thanks to Oliver Hader)
- 2025-01-20 125ae862fb2 [BUGFIX] Compare new site properties with unprocessed current properties (thanks to Elias Häußler)
- 2025-01-17 427f383f0f6 [BUGFIX] Gracefully handle invalid punycode domains in URI parsing (thanks to Benjamin Franzke)
- 2025-01-14 560aef0db76 [BUGFIX] Ignore existing nested processing folder on creation (thanks to Mathias Brodala)
- 2025-01-14 99abf0a2ccd [BUGFIX] Avoid $e->getPrevious() in DH->insertDB() exceptions (thanks to Christian Kuhn)
- 2025-01-14 7815f0490d8 [BUGFIX] Avoid array access warning in ext:webhooks DH hook (thanks to Christian Kuhn)
- 2025-01-14 a9bee106b3c [TASK] Set TYPO3 version to 12.4.26-dev (thanks to Oliver Hader)