TYPO3 9.5.24

Release Notes

Version 9.5.24

Stay secure and up-to-date with TYPO3 ELTS!

The TYPO3 CMS community supported from 2018-10-02 until 2021-09-30.
Extend your support now until 2024-09-30 to get access to the latest security and compatibility updates for this version.

Learn more about TYPO3 ELTS Browse the TYPO3 ELTS Portal

Release Notes for TYPO3 CMS 9.5.24

This document contains information about TYPO3 CMS 9.5.24 which was released on 15.12.2020.

Get TYPO3 9.5.24 now

News

This version is a bugfix and maintenance release.

Read TYPO3 9.5.24 Release News

Checksums of TYPO3 9.5.24

SHA256

4146723f6fb5a975684d8dd562f2d0d7676b36b2d8c3978ae776f8395cf80538 typo3_src-9.5.24.tar.gz
8d303f4a2305b4b14abab4639e2e385bcfd89d3aa6afcd8eb418024882f94b5d typo3_src-9.5.24.zip

SHA1

cab1b63257d4342d0f103997596d1e92baa75153 typo3_src-9.5.24.tar.gz
18a20955fa43059bc190f1252fcad741e1587126 typo3_src-9.5.24.zip

MD5

2462eacefd5f13712c8ef4fa0df0bbbd typo3_src-9.5.24.tar.gz
07877d1fee6d807b70106f883d72e0a6 typo3_src-9.5.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/9.5.24/tar.gz
wget --content-disposition https://get.typo3.org/9.5.24/tar.gz.sig
gpg --verify typo3_src-9.5.24.tar.gz.sig typo3_src-9.5.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 9.5.23:

  • 2020-12-15 0648fe2767 [RELEASE] Release of TYPO3 9.5.24 (thanks to Benni Mack)
  • 2020-12-13 a911cf8109 [TASK] Harden client-side SecurityUtility.encodeHtml (thanks to Oliver Hader)
  • 2020-12-11 f5003fd1a6 [BUGFIX] Use less restrictive CSP for showing PDF documents (thanks to Oliver Hader)
  • 2020-12-07 3a7159ada5 [BUGFIX] Fix translation wizard when there are elements with language "All" (thanks to Dmitry Dulepov)
  • 2020-12-01 afeb6cfa39 [DOCS] Correct page TSconfig example when using types for presets (thanks to Stefan Frömken)
  • 2020-11-26 f7f3bde004 [DOCS] Fix hook registration example in changelog (thanks to Remo Schneider)
  • 2020-11-25 0d26852632 [BUGFIX] Update sessions in RedisBackend correctly (thanks to Markus Klein)
  • 2020-11-20 a5bec18b9d [BUGFIX] Pass new folder object in PostFolderRenameSignal (thanks to Xavier Perseguers)
  • 2020-11-20 4126ef1821 [BUGFIX] Make external link checking more robust (thanks to Sybille Peters)
  • 2020-11-20 13f3a7be85 [TASK] Output test run overview at end of local test run (thanks to Anja Leichsenring)
  • 2020-11-20 b3eb42e4fc [DOCS] Switch extensionname and pluginname in ext:form (thanks to Charanth)
  • 2020-11-19 9e73ae1b00 [BUGFIX] Use hashed sessionId to find existing session (thanks to Markus Klein)
  • 2020-11-17 e2725d71ee [TASK] Set TYPO3 version to 9.5.24-dev (thanks to Oliver Hader)