TYPO3 13.4.30

Release Notes

Version 13.4.30

Release Notes for TYPO3 CMS 13.4.30

This document contains information about TYPO3 CMS 13.4.30 which was released on 26.05.2026.

Get TYPO3 13.4.30 now

News

This version is a bugfix and maintenance release.

Read TYPO3 13.4.30 Release News

Checksums of TYPO3 13.4.30

SHA256

5507fb771c7ab278ecb6f80bc7a0375343a1c042dc1ca276843495c2730bc7d3 typo3_src-13.4.30.tar.gz
06f4bf7d42443f4323f7ad2e4a7ab8e69493b47839706ae6f981ba1f2f4780d2 typo3_src-13.4.30.zip

SHA1

123c19b89c89e93b263442786745425680a911f3 typo3_src-13.4.30.tar.gz
70751ef23b5ead3daaf81106afcf3562df890b61 typo3_src-13.4.30.zip

MD5

77d7b48ea8c5c7085b3f75066b333138 typo3_src-13.4.30.tar.gz
fe7099127bfb9db1af48212794bfe585 typo3_src-13.4.30.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/13.4.30/tar.gz
wget --content-disposition https://get.typo3.org/13.4.30/tar.gz.sig
gpg --verify typo3_src-13.4.30.tar.gz.sig typo3_src-13.4.30.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 13.4.29:

  • 2026-05-26 09b644f9e12 [RELEASE] Release of TYPO3 13.4.30 (thanks to Oliver Hader)
  • 2026-05-26 5cf5009a98e [TASK] Fix known vulnerable npm dev dependencies (thanks to Oliver Hader)
  • 2026-05-25 4fd2524fe60 [TASK] Raise symfony/* and composer/composer packages (thanks to Oliver Hader)
  • 2026-05-20 8af66a56dd1 [TASK] Include current site in cache tag collection (thanks to Soren Malling)
  • 2026-05-19 c21bbb58c79 [TASK] Raise phpstan/phpstan (thanks to Markus Klein)
  • 2026-05-18 e5a03a90328 [TASK] Remove MD5 password hint from Install Tool alert email (thanks to Oliver Hader)
  • 2026-05-13 9db9ab10cbc [DOCS] Add explicit note about the correct usage of PageDoktypeRegistry (thanks to Markus Klein)
  • 2026-05-12 74967a6f11d [TASK] Set TYPO3 version to 13.4.30-dev (thanks to Oliver Hader)