TYPO3 9.5.22

Release Notes

Version 9.5.22

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.22

This document contains information about TYPO3 CMS 9.5.22 which was released on 29.09.2020.

Get TYPO3 9.5.22 now

News

This version is a bugfix and maintenance release.

Read TYPO3 9.5.22 Release News

Checksums of TYPO3 9.5.22

SHA256

a10d0ba255074ebd26a4e432f49bffa74cf1c98a07dd576ab9f187f170b431b5 typo3_src-9.5.22.tar.gz
7963d24f280a84c59707cbdcf3b5422156e8156ec0f69a156c765d90c1fc23e6 typo3_src-9.5.22.zip

SHA1

64bf979d846cd511ee53e5a171d8e71ae962df8e typo3_src-9.5.22.tar.gz
91e1fa7f62e5240150ba60443da5102e97e9a2b6 typo3_src-9.5.22.zip

MD5

3f474eef7d523e2b3942d89b5bd515b6 typo3_src-9.5.22.tar.gz
286503bb56685acdfb9d16ea66a68471 typo3_src-9.5.22.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.22/tar.gz
wget --content-disposition https://get.typo3.org/9.5.22/tar.gz.sig
gpg --verify typo3_src-9.5.22.tar.gz.sig typo3_src-9.5.22.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.21:

  • 2020-09-29 6873169a7c [RELEASE] Release of TYPO3 9.5.22 (thanks to Benni Mack)
  • 2020-09-28 baff766e8f [BUGFIX] Render plugin content element only if a plugin is selected (thanks to Torben Hansen)
  • 2020-09-26 244c61ab14 [TASK] Update all npm packages (thanks to Andreas Fernandez)
  • 2020-09-25 7e0a897e78 [TASK] Update ckeditor-wordcount-plugin to 1.17.6 (thanks to Andreas Fernandez)
  • 2020-09-25 8f4b5f7011 [TASK] Upgrade codemirror to 5.58.1 (thanks to Andreas Fernandez)
  • 2020-09-25 c9bf4d3820 [TASK] Migrate uglify to terser (thanks to Andreas Fernandez)
  • 2020-09-25 57ab708e74 [TASK] Update ckeditor to 4.15.0 (thanks to Andreas Fernandez)
  • 2020-09-22 8e555cc74b [BUGFIX] Ensure cache entries in PageRepository consider groups (thanks to Anja Leichsenring)
  • 2020-09-20 83209a33ec [BUGFIX] Do not stop rewrite processing for favicon.ico (thanks to Christian Futterlieb)
  • 2020-09-20 92c474c0be [BUGFIX] Page tree: Hide delete drop zone when not dragging (thanks to Helmut Hummel)
  • 2020-09-18 922d4dd178 [BUGFIX] Set correct return type for CommandRegistry::getCommandByIdentifier (thanks to Georg Ringer)
  • 2020-09-18 bd43780e84 [TASK] Omit composer install before composer update for test builds (thanks to Anja Leichsenring)
  • 2020-09-17 4b3052915d [BUGFIX] Allow longer values in index_stat_word (thanks to Ingo Fabbri)
  • 2020-09-17 1451e5605a [BUGFIX] Deliver detected file type for IM identify (thanks to Benni Mack)
  • 2020-09-15 bd4c8c0f0f [BUGFIX] Ensure composer update --prefer-lowest installs the lowest possible packages (thanks to Simon Gilli)
  • 2020-09-08 1e9fc8cf81 [TASK] Set TYPO3 version to 9.5.22-dev (thanks to Benni Mack)