TYPO3 12.4.32

Release Notes

Version 12.4.32

Release Notes for TYPO3 CMS 12.4.32

This document contains information about TYPO3 CMS 12.4.32 which was released on 27.05.2025.

Get TYPO3 12.4.32 now

News

This version is a bugfix and maintenance release.

Read TYPO3 12.4.32 Release News

Checksums of TYPO3 12.4.32

SHA256

e5b0d0452e7aa123b1d57176ddf013210928cae8411be04f494010749ef3c376 typo3_src-12.4.32.tar.gz
598c4982756de50ad59478b4a3a40deea0a61719690309ee2f1d8ade24d545ca typo3_src-12.4.32.zip

SHA1

b9e39d3dc9a872e1713503bc8b29cb5615a88950 typo3_src-12.4.32.tar.gz
6cd610f1136ed6e88be498a8e6486acb83b16005 typo3_src-12.4.32.zip

MD5

06b7787b1c8e2c3a25842f201a3ed11c typo3_src-12.4.32.tar.gz
fbd589ecd23790cef4a781c4217701ca typo3_src-12.4.32.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/12.4.32/tar.gz
wget --content-disposition https://get.typo3.org/12.4.32/tar.gz.sig
gpg --verify typo3_src-12.4.32.tar.gz.sig typo3_src-12.4.32.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 12.4.31:

  • 2025-05-27 78d62538c7e [RELEASE] Release of TYPO3 12.4.32 (thanks to Oliver Hader)
  • 2025-05-27 af4420ce3cf [FEATURE] Introduce Sudo-Mode Events (thanks to Oliver Hader)
  • 2025-05-27 2fdfec8fa70 [BUGFIX] Add mime-type compatiblity mapping for .exe (thanks to Benjamin Franzke)
  • 2025-05-27 92ea864552b [BUGFIX] Properly render step-up authentication dialog in popups (thanks to Oliver Hader)
  • 2025-05-27 ef397f650d2 [BUGFIX] Fix file uploads where concrete MIME types can't be determined (thanks to Benjamin Franzke)
  • 2025-05-26 401b50434a1 [BUGFIX] Disable step-up authentication for enforced MFA setup (thanks to Oliver Hader)
  • 2025-05-22 4ae93cd77c3 [BUGFIX] Allow file abstraction layer to process uppercase file names (thanks to Oliver Hader)
  • 2025-05-22 e23399e5bf7 [BUGFIX] Re-enable install-tool password for implicit system maintainers (thanks to Oliver Hader)
  • 2025-05-21 20ecb4e0ff8 [BUGFIX] Check state in web components extending HTMLElement (thanks to Andreas Kienast)
  • 2025-05-20 56383d8df60 [BUGFIX] "No such file or directory" in SimpleFileBackend::remove() (thanks to Adam Koppe)
  • 2025-05-20 122102006b1 [BUGFIX] Support access to specific property validators (thanks to Elias Häußler)
  • 2025-05-20 cd63d568d85 [BUGFIX] Fix class comment of SystemMaintainerAsReadonly (thanks to Oliver Bartsch)
  • 2025-05-20 d20c12f6554 [BUGFIX] Supply "element" argument to EXT:form partials (thanks to Garvin Hicking)
  • 2025-05-20 d48d6768714 [TASK] Set TYPO3 version to 12.4.32-dev (thanks to Oliver Hader)