TYPO3 11.5.33

Release Notes

Version 11.5.33

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.

Learn more about TYPO3 ELTS Browse the TYPO3 ELTS Portal

Release Notes for TYPO3 CMS 11.5.33

This document contains information about TYPO3 CMS 11.5.33 which was released on 14.11.2023.

Get TYPO3 11.5.33 now

Checksums of TYPO3 11.5.33

SHA256

081b67991b115effb8f01e3218796fdbb6f8bd5033fce1e8801ca682c7cdfd91 typo3_src-11.5.33.tar.gz
724f477716ce0737127ce9effbf78d56cf92852039783d2ddbf15f302311a801 typo3_src-11.5.33.zip

SHA1

3a1190f81eedbb7945bcc986221bc96d26bf638f typo3_src-11.5.33.tar.gz
a21f6fd2a5a03effa0fb55b65c51bf59445f3d22 typo3_src-11.5.33.zip

MD5

978c492b1c9f8c9f9fe6c4817c0b898f typo3_src-11.5.33.tar.gz
9916c696461052c04e155026fa40f711 typo3_src-11.5.33.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.33/tar.gz
wget --content-disposition https://get.typo3.org/11.5.33/tar.gz.sig
gpg --verify typo3_src-11.5.33.tar.gz.sig typo3_src-11.5.33.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.32:

  • 2023-11-14 939ef26e7f [RELEASE] Release of TYPO3 11.5.33 (thanks to Oliver Hader)
  • 2023-11-14 707e319f60 [SECURITY] Upgrade to typo3/html-sanitizer v2.1.4 (thanks to Benjamin Franzke)
  • 2023-11-14 8fdec56561 [SECURITY] Limit user session to cookie domain (thanks to Benjamin Franzke)
  • 2023-11-13 efdb7fd953 [TASK] Stabilize ac tests again (thanks to Christian Kuhn)
  • 2023-11-13 2f9cecb1b2 [TASK] Fix changelog for TCA slug generatorOptions (thanks to Sybille Peters)
  • 2023-11-10 7006388a47 [BUGFIX] Properly escalate if a form HMAC fails to decode (thanks to Thomas Hohn)
  • 2023-11-07 1ee881f60f [BUGFIX] Fix possible regression in cObjGet() (thanks to Benjamin Franzke)
  • 2023-11-06 50505bb7c3 [DOCS] Use proper yaml quoting in MakeRefreshable.rst (thanks to Fabio Norbutat)
  • 2023-11-06 08c6714350 [BUGFIX] Concatenate inline JavaScript with line break (thanks to Jonas Eberle)
  • 2023-11-05 f6fe2665f5 [BUGFIX] Allow to create folders with name "0" (thanks to Justus Moroni)
  • 2023-11-02 b5fe05c8ed [BUGFIX] Prefix fields with table name in SuggestWizardDefaultReceiver (thanks to Achim Fritz)
  • 2023-10-30 c7ea9e7f40 [TASK] Bump friendsofphp/php-cs-fixer:^3.37.1 (thanks to Christian Kuhn)
  • 2023-10-27 38786329ef [BUGFIX] Reset UriBuilder for links generated by PasswordRecoveryService (thanks to Garvin Hicking)
  • 2023-10-26 b942bc0536 [BUGFIX] Array access warning in DataHandler (thanks to Christian Kuhn)
  • 2023-10-26 31921f5759 [BUGFIX] Harden MigrateFeloginPlugins for empty flexforms (thanks to Kay Strobach)
  • 2023-10-25 239efd5592 [BUGFIX] Handle missing t3ver_state value in workspace ElementEntityProcessor (thanks to Markus Klein)
  • 2023-10-25 a475d44f82 [TASK] Fix php-cs-fixer config (thanks to Benjamin Franzke)
  • 2023-10-24 6a3cb05577 [TASK] Pin to PER Coding Style v1.0 (thanks to Benjamin Franzke)
  • 2023-10-24 ddc9ee10db [TASK] Bump friendsofphp/php-cs-fixer:^3.35.1 (thanks to Christian Kuhn)
  • 2023-10-23 2642faefaf [BUGFIX] Avoid PHP array access error in workspaces (thanks to Christian Kuhn)
  • 2023-10-20 5023fe9f6a [DOCS] Fix grammatical errors (thanks to Simon Schaufelberger)
  • 2023-10-19 bb6c710a37 [DOCS] Clarify usage of "value" with "property" in <f:form.*> ViewHelpers (thanks to Simon Praetorius)
  • 2023-10-18 8d101cedbb [BUGFIX] Handle missing TCA|ctrl|title in recycler schedule task (thanks to Markus Klein)
  • 2023-10-17 dc6077f98e [BUGFIX] Workspaces: handle TCA without transOrigPointerField (thanks to Markus Klein)
  • 2023-10-15 5b51986a28 [BUGFIX] Fix another PHP 8 warning in DataHandler (thanks to Philipp Kitzberger)
  • 2023-10-10 e5f636be2e [TASK] Set TYPO3 version to 11.5.33-dev (thanks to Oliver Hader)