TYPO3 8.7.34 ELTS

Release Notes

Version 8.7.34 ELTS

This version is not supported anymore.

The TYPO3 CMS community supported from 2017-04-04 until 2020-03-31. Extended security & compatibility support (ELTS) expired on 2024-03-31.

Please consider updating to a newer version.

Release Notes for TYPO3 CMS 8.7.34

This document contains information about TYPO3 CMS 8.7.34 which was released on 19.05.2020.

Get TYPO3 8.7.34 now

News

This release is a maintenance release.

Checksums of TYPO3 8.7.34

SHA256

c444b5b461bd93275cefdc370a451792bab02f5294975c45fd759e88bfd62987 typo3_src-8.7.34.tar.gz
e0153875d30b5197f80df8a0312ae4dbd5baccfa1e6ae97e43ee56509cb3ae91 typo3_src-8.7.34.zip

SHA1

88ff823c06d5e0552746bcacd102c548ed804df5 typo3_src-8.7.34.tar.gz
3d204eaff05c362fd8665d5bcd01b6a6d65777b2 typo3_src-8.7.34.zip

MD5

a8612b120fe358a2eb3a35bbb9c99798 typo3_src-8.7.34.tar.gz
940c371c1afd806f1da6260b4b84273a typo3_src-8.7.34.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/8.7.34/tar.gz
wget --content-disposition https://get.typo3.org/8.7.34/tar.gz.sig
gpg --verify typo3_src-8.7.34.tar.gz.sig typo3_src-8.7.34.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

  • 2020-05-19 eb54c7bbba [RELEASE] Release of TYPO3 8.7.34 (thanks to Andreas Fernandez)
  • 2020-05-19 67b52e8476 [BUGFIX] Allow arbitrary objects in widget context (thanks to Oliver Hader)
  • 2020-05-19 73d2d1b249 [BUGFIX] Allow multiple referrer types in backend main route (thanks to Susanne Moog)
  • 2020-05-19 1b4b34d16a [BUGFIX] Properly (un)serialize ReflectionService (thanks to Alexander Schnitzler)
  • 2020-05-19 242fbe429f [BUGFIX] Use correctly terminated HTML block elements (thanks to Oliver Hader)
  • 2020-05-19 ac60c3ca88 [BUGFIX] Check for existence of t3js-login-url id in Login dialog (thanks to Oliver Hader)
  • 2020-05-19 2506cfbaaa [BUGFIX] Relax constraints on serializing objects (thanks to Oliver Hader)
  • 2020-05-12 bd41b27e7c [TASK] Set TYPO3 version to 8.7.34-dev (thanks to Andreas Fernandez)