TYPO3 11.5.19
Release Notes
Stay secure and up-to-date with TYPO3 ELTS!
The TYPO3 CMS community supported from 2020-12-22
until 2024-10-31.
Extend your support now until 2027-10-31 to
get access to the latest security and compatibility updates for this version.
Release Notes for TYPO3 CMS 11.5.19
This document contains information about TYPO3 CMS 11.5.19 which was released on 15.11.2022.
Get TYPO3 11.5.19 nowChecksums of TYPO3 11.5.19
SHA256
f61e25a07200aa196be32d4ef5415cf7756b2f3713b58ebff3d3617540f8300c typo3_src-11.5.19.tar.gz 82d9795f81fc3213b36a0e39a7da168c067464db21378071df351388521af173 typo3_src-11.5.19.zip
SHA1
3dac6b703aea09da7262e13bed273b0cd583da29 typo3_src-11.5.19.tar.gz 34993f91628a6790525629ad2c63a422d6f6ec61 typo3_src-11.5.19.zip
MD5
696abf23bd7d69ec83f7b1ae9fc32efc typo3_src-11.5.19.tar.gz 564431d3495d5cf935dfc7c68982ac12 typo3_src-11.5.19.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/11.5.19/tar.gz wget --content-disposition https://get.typo3.org/11.5.19/tar.gz.sig gpg --verify typo3_src-11.5.19.tar.gz.sig typo3_src-11.5.19.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 11.5.18:
- 2022-11-15 d3b485ca26 [RELEASE] Release of TYPO3 11.5.19 (thanks to Benni Mack)
- 2022-11-15 8ee49e6499 [BUGFIX] Array access on null in ConditionMatcher (thanks to Christian Kuhn)
- 2022-11-14 3cb8a2ea44 [BUGFIX] Speed up FormEngine with selective workspaceOL() calls (thanks to Benni Mack)
- 2022-11-14 036b651f3d [BUGFIX] Revert "Have CKEditor link plugin keep tags" (thanks to Benni Mack)
- 2022-11-12 781240157c [TASK] Make an
NoopEventDispatcher
available to extensions (thanks to Oliver Klee) - 2022-11-12 a1bdc635f6 [BUGFIX] Properly check if language was not fetched from UC (thanks to Andreas Fernandez)
- 2022-11-12 d1c31357de [BUGFIX] Update moment* packages (thanks to Andreas Fernandez)
- 2022-11-12 2b00ac74c6 [DOCS] Fix rendering in ViewHelper reference (thanks to linawolf)
- 2022-11-12 2d114f81bc [DOCS] Fix TypoScript in ViewHelper docs (thanks to linawolf)
- 2022-11-10 fe35c2343b [BUGFIX] Correctly handle blank string values in admin panel (thanks to Oliver Hader)
- 2022-11-10 55a1567bde [BUGFIX] Rebuild redirect cache also for new records (thanks to Achim Fritz)
- 2022-11-10 26ef51380a [TASK] Update to PHPStan 1.9.2 (thanks to Oliver Klee)
- 2022-11-10 740f8c0649 [BUGFIX] Allow no values in selectCheckbox in DataHandler (thanks to Bastien Lutz)
- 2022-11-09 bfc11bca02 [BUGFIX] Ensure best matching URL is used during site resolving (thanks to Oliver Hader)
- 2022-11-09 52c3940064 [BUGFIX] Keep existing baseVariants for site languages (thanks to Benni Mack)
- 2022-11-08 990db482db [BUGFIX] Quote entity name for regex in ExtensionManagementUtility (thanks to Oliver Bartsch)
- 2022-11-08 784b4bf28e [BUGFIX] Also consider select fields for slug generation (thanks to Oliver Bartsch)
- 2022-11-08 6c48f30e80 [TASK] Set TYPO3 version to 11.5.19-dev (thanks to Oliver Hader)