TYPO3 10.4.24
Release Notes
Stay secure and up-to-date with TYPO3 ELTS!
The TYPO3 CMS community supported from 2020-04-21
until 2023-04-30.
Extend your support now until 2026-04-30 to
get access to the latest security and compatibility updates for this version.
Release Notes for TYPO3 CMS 10.4.24
This document contains information about TYPO3 CMS 10.4.24 which was released on 08.02.2022.
Get TYPO3 10.4.24 nowChecksums of TYPO3 10.4.24
SHA256
3acfa5434571c5b760780ad3235eb4e40e0dd91ab20afca9aa072262917c2a84 typo3_src-10.4.24.tar.gz 0d34b89750f7a42e5f451be706154a9aa919e8f6f3bdb1bc46919f94d99d8d0d typo3_src-10.4.24.zip
SHA1
908e4a16c40f7bc46fe4decf44c7f2e76e3c9243 typo3_src-10.4.24.tar.gz 6ee88f376943126b268bcaac1943a7a4284485e6 typo3_src-10.4.24.zip
MD5
f08f8f11c44927c256ca90a77fd93e11 typo3_src-10.4.24.tar.gz dadcbfe1272d426bf444ea6fe7fb25bf typo3_src-10.4.24.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/10.4.24/tar.gz wget --content-disposition https://get.typo3.org/10.4.24/tar.gz.sig gpg --verify typo3_src-10.4.24.tar.gz.sig typo3_src-10.4.24.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 10.4.23:
- 2022-02-08 7c2c4b3321 [RELEASE] Release of TYPO3 10.4.24 (thanks to Oliver Hader)
- 2022-01-22 8c626122c0 [BUGFIX] Replace properties correctly in Extbase Persistence Class overrides (thanks to Benni Mack)
- 2022-01-20 8a69f68862 [BUGFIX] Prevent null pointer in PageLayoutView (thanks to Oliver Bartsch)
- 2022-01-20 f4729c2025 [BUGFIX] Use LanguageServiceFactory in FE RequestHandler (thanks to Oliver Bartsch)
- 2022-01-17 82c295f699 [TASK] runTests.sh: Skip reports.xml in acceptance tests (thanks to Christian Kuhn)
- 2022-01-13 4ae6c5d775 [BUGFIX] Streamline typehints of variadic arguments in QueryBuilder (thanks to Elias Häußler)
- 2022-01-11 44578fc27a [BUGFIX] Use proper regexp for Vimeo URLs in online media helper (thanks to Oliver Hader)
- 2022-01-11 60a3a9f311 [TASK] Set TYPO3 version to 10.4.24-dev (thanks to Oliver Hader)