TYPO3 13.4.32—What’s Changed?

Released: June 16, 2026
Update type: Bugfix and maintenance release

TYPO3 13.4.32 is a maintenance release that addresses several backend and system stability issues. Key improvements include fixes for scheduler task serialization, clipboard permissions for root pages, and PHP 8.3 compatibility enhancements.

Security Fixes

No security fixes in this release.

Editing & UX Improvements

  • Image crop precision — Improved handling of float precision in image crop commands for more accurate cropping results.
  • TypoScript label overrides — Fixed an issue where TypoScript overrides for labels were not applied correctly.

Backend & Administration

  • Clipboard root page permissions — Corrected permission checks in the clipboard functionality when working with root pages.
  • Scheduler task deserialization — Fixed an issue preventing scheduler tasks with logger references from being properly deserialized.
  • Directory status check — Ensured that missing var/transient directories are created during system status checks.

Technical Changes

  • PHP 8.3 compatibility — Suppressed unserialize() warnings in PHP 8.3 and later versions for improved compatibility.
  • NullBackend cache improvement — Made the cache NullBackend properly transient to prevent unexpected caching behavior.