TYPO3 8.7.31

Release Notes

Version 8.7.31

Stay secure and up-to-date with TYPO3 ELTS!

The TYPO3 CMS community supported from 2017-04-04 until 2020-03-31.
Extend your support now until 2024-03-31 to get access to the latest security and compatibility updates for this version.

Learn more about TYPO3 ELTS Browse the TYPO3 ELTS Portal

Release Notes for TYPO3 CMS 8.7.31

This document contains information about TYPO3 CMS 8.7.31 which was released on 17.02.2020.

Get TYPO3 8.7.31 now

News

This version is a bugfix and maintenance release and contains some important improvements for privacy :

Support for Same Site Cookies

Read about SameSite Cookies here on https://web.dev/samesite-cookies-explained/.

All cookies sent by TYPO3 requests now support the SameSite flag, which protects the users' privacy. For Frontend sessions the cookies are set to "SameSite=Lax" where as all other cookies such as Backend sessions, Install tool sessions and workspace cookies are set to "SameSite=Strict". It is possible to configure the SameSite flag for Frontend sessions and Backend sessions to be either "Strict", "Lax" or "None", see our ChangeLog documentation on configuration options.

Read TYPO3 8.7.31 Release News

Checksums of TYPO3 8.7.31

SHA256

ed03512160b3c01f0dac321e502399eb03e553958bac145c98ea938fc6d921c2 typo3_src-8.7.31.tar.gz
2e82a971d109fd6b995d4c34d0b2907c175c040006004cf64b057f415c4c1c67 typo3_src-8.7.31.zip

SHA1

4f864ce154d45948961fb5684d6b9da34ad0f9e6 typo3_src-8.7.31.tar.gz
23d291c45429812f609f3e14499f5e51908324b1 typo3_src-8.7.31.zip

MD5

4bfe6ecc9eeb5d76bb24d923332716a8 typo3_src-8.7.31.tar.gz
eaf16550f29e6ca4ffaf63e453f7f5d2 typo3_src-8.7.31.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.31/tar.gz
wget --content-disposition https://get.typo3.org/8.7.31/tar.gz.sig
gpg --verify typo3_src-8.7.31.tar.gz.sig typo3_src-8.7.31.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.30:

  • 2020-02-18 c077bfa3f5 [RELEASE] Release of TYPO3 8.7.31 (thanks to Benni Mack)
  • 2020-02-17 0bafe6c9a7 [BUGFIX] Set correct PID for file references on new pages (thanks to ℳichiel ℛoos)
  • 2020-02-17 0d5ae4ebe5 [FEATURE] Implement SameSite option for TYPO3 cookies (thanks to Benni Mack)
  • 2020-02-15 79bd294e6b [TASK] Add base Widget class methods for Fluid 3.0 compat (thanks to Claus Due)
  • 2020-02-14 b6c3a09937 [BUGFIX] Fix broken icon for groups with allowed all tables (thanks to Georg Ringer)
  • 2020-02-12 c6f5cb5740 [BUGFIX] Fix Fluid syntax errors in PageZero.html (thanks to Claus Due)
  • 2020-02-12 c05e5bbb49 [BUGFIX] Use new group names in Bamboo AbstractSpec (thanks to Andreas Fernandez)
  • 2020-02-11 375e9b6e1e [TASK] Remove branch-alias occurrences (thanks to Oliver Hader)
  • 2020-02-11 9f801dba23 [TASK] Streamline legacy composer references (thanks to Oliver Hader)
  • 2020-02-03 eddc9158bf [TASK] Update Fluid Standalone to latest version (thanks to Benni Mack)
  • 2020-01-29 ddbc5af982 [BUGFIX] Avoid PHP warning in ArrayUtility::getValueByPath() (thanks to Daniel Siepmann)
  • 2020-01-29 8b2e596ea9 [TASK] Update copyright year in several files to 2020 (thanks to Elias Häußler)
  • 2020-01-27 84451995a6 [BUGFIX] Fix language synchronization for inline relations with inline relations (thanks to Michael Stucki)
  • 2020-01-24 5bf3475672 [BUGFIX] Ensure ZipService->extract sets proper permissions (thanks to Benni Mack)
  • 2020-01-17 0cdf7a60e9 [DOCS] Add example to RTE configuration concepts (thanks to Toben Schmidt)
  • 2020-01-15 67bd68cf65 [BUGFIX] Cast indexer config to integers before multiplication (thanks to Daniel Goerz)
  • 2020-01-14 ce52e13dd3 [DOCS] Link to same version in documentation (thanks to Sybille Peters)
  • 2020-01-13 5223e569d3 [BUGFIX] Preserve order of select items in FormEngine (thanks to Markus Klein)
  • 2020-01-10 710bf8cd37 [BUGFIX] Fix OptimizeDatabaseTableTask for PDO and MySQLi (thanks to Manuel Selbach)
  • 2020-01-10 fb9ab833dd [BUGFIX] Remove PHP version restriction in all sysexts (thanks to Benni Mack)
  • 2020-01-10 4e826ecb73 [BUGFIX] Check return value of inet_pton in IpAnonymizationUtility (thanks to Georg Ringer)
  • 2020-01-06 97fb25c17d [DOCS] Update Deprecation 79440 Changelog entry (thanks to Naderio)
  • 2019-12-30 1bf94f719c [BUGFIX] Test failure due to erroneous usage of uniqueId() function (thanks to Anja Leichsenring)
  • 2019-12-30 e171c0b3d2 [TASK] Disallow .php8 file extensions for uploading (thanks to Benni Mack)
  • 2019-12-27 f03118eb3c [BUGFIX] Include .htaccess file in extension packages (thanks to Georg Ringer)
  • 2019-12-27 35c321ac9e [TASK] Remove repository polling trigger from pre-merge test plans (thanks to Anja Leichsenring)
  • 2019-12-27 8657d04264 [TASK] COMPOSER_ROOT_VERSION raise to current version 8.7.30 (thanks to Anja Leichsenring)
  • 2019-12-20 9f7b336e3e [TASK] Update codeception and phpunit to latest versions (thanks to Benni Mack)
  • 2019-12-19 4307ef9a72 [BUGFIX] Adjust parameters of implode() for PHP 7.4 (thanks to Susanne Moog)
  • 2019-12-19 56914b3fc3 [TASK] Increase wait limit for mssql containers (thanks to Anja Leichsenring)
  • 2019-12-18 4be3b783fc [BUGFIX] Use correct implode(string, array) syntax (thanks to Anja Leichsenring)
  • 2019-12-17 8c359e395f [TASK] Set TYPO3 version to 8.7.31-dev (thanks to Oliver Hader)