TYPO3 8.7.29

Release Notes

Version 8.7.29

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.29

This document contains information about TYPO3 CMS 8.7.29 which was released on 30.10.2019.

Get TYPO3 8.7.29 now

News

This version is a bugfix and maintenance release, including some regression fixes regarding Fluid templating engine.

Read TYPO3 8.7.29 Release News

Checksums of TYPO3 8.7.29

SHA256

3cbd585d22578790a08db7abe07ae681d4d0c65181af1d6bd47e02c4131fa413 typo3_src-8.7.29.tar.gz
90f99aa3d24076c3a3ff9d5d4be78f588905484c887d564231f9cb5c0e806366 typo3_src-8.7.29.zip

SHA1

7b4f8a4e439a33a9d9ffbed6b82d9d9310c04613 typo3_src-8.7.29.tar.gz
f896e09f9b3cec09572c8219c2fa7bac4e9d7cb3 typo3_src-8.7.29.zip

MD5

716f616bf73ea0b2d854b82630a8de0d typo3_src-8.7.29.tar.gz
71f89a428b70352485fb34e4c4851c0b typo3_src-8.7.29.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.29/tar.gz
wget --content-disposition https://get.typo3.org/8.7.29/tar.gz.sig
gpg --verify typo3_src-8.7.29.tar.gz.sig typo3_src-8.7.29.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 8.7.28:

  • 2019-10-30 0b3d96d3ee [RELEASE] Release of TYPO3 8.7.29 (thanks to Benni Mack)
  • 2019-10-30 8ac5965de6 [TASK] Update Fluid Standalone to 2.6.6 (thanks to Benni Mack)
  • 2019-10-30 f47a8e7189 [BUGFIX] Use strict type checking for in_array() calls in JsonView (thanks to Markus Klein)
  • 2019-10-29 84c6dccc18 [BUGFIX] Handle l10n_parent with TCA type group correctly (thanks to Markus Klein)
  • 2019-10-25 1a56969cc9 [TASK] Upgrade typo3/phar-stream-wrapper to v3.1.3 (PHP 7.4) (thanks to Oliver Hader)
  • 2019-10-25 19d93e085e [BUGFIX] Reset highlighting of active menu module item (thanks to Michael Telgkamp)
  • 2019-10-25 1c4f3ac9d1 [DOCS] Streamline used code block directive within docs (thanks to Daniel Siepmann)
  • 2019-10-23 36f635c9db [TASK] Add security section to README (thanks to Mathias Brodala)
  • 2019-10-21 90ed984cda [TASK] Fix return type annotation of Extbase getArgument method (thanks to Daniel Siepmann)
  • 2019-10-18 495b136bbc [TASK] Fix return type annotation of get_dirs method (thanks to Daniel Siepmann)
  • 2019-10-18 78681afb3f [BUGFIX] Clipboard: Check whether FAL object is an existing file (thanks to Andreas Fernandez)
  • 2019-10-17 ccfa6dac32 [TASK] Fix param type annotation of Extbase methods (thanks to Daniel Siepmann)
  • 2019-10-15 ea5b41df8a [TASK] Set TYPO3 version to 8.7.29-dev (thanks to Oliver Hader)