TYPO3 8.7.18

Release Notes

Version 8.7.18

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

This document contains information about TYPO3 CMS 8.7.18 which was released on 31.07.2018.

Get TYPO3 8.7.18 now

News

This version is a bugfix and maintenance release.

Read TYPO3 8.7.18 Release News

Checksums of TYPO3 8.7.18

SHA256

99dbf8c552c7ed2ccd556ae0e31b3deda292620b1124a9442467ce0d6854a09f typo3_src-8.7.18.tar.gz
9c94adf35516882f71a272f7e71bd734b6b82b09a00c45e74f3ff647c52f5b67 typo3_src-8.7.18.zip

SHA1

780b54e011b67bea14972736caa5211d69ec9eab typo3_src-8.7.18.tar.gz
8bf6c62817823061f4df3fba063b1754702dc220 typo3_src-8.7.18.zip

MD5

43c74f47c49da3ea8470830d67aa6af7 typo3_src-8.7.18.tar.gz
ac4be140df8504bee8cc624fbbeafdcf typo3_src-8.7.18.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.18/tar.gz
wget --content-disposition https://get.typo3.org/8.7.18/tar.gz.sig
gpg --verify typo3_src-8.7.18.tar.gz.sig typo3_src-8.7.18.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.17:

  • 2018-07-31 ce3bb04beb [RELEASE] Release of TYPO3 8.7.18 (thanks to Oliver Hader)
  • 2018-07-30 3a85f685b6 [BUGFIX] The form upgrade wizard must update all plugin settings (thanks to Ralf Zimmermann)
  • 2018-07-29 8af68b116c [TASK] Update swiftmailer/swiftmailer to 5.4.10 (thanks to Georg Ringer)
  • 2018-07-29 f43956dead [TASK] Add form framework RequiredValidatorEditor test (thanks to Oliver Hader)
  • 2018-07-29 b017d25d7f [TASK] Document integration of PharStreamWrapper (thanks to Oliver Hader)
  • 2018-07-29 54dcc6a15e [TASK] Add scheduler package as suggested if used (thanks to Georg Ringer)
  • 2018-07-29 3caf122401 [BUGFIX] Allow "defaultValue" for select form elements (thanks to Ralf Zimmermann)
  • 2018-07-26 ffa5c429e1 [BUGFIX] Update class names in dynamicReturnTypeMeta.json (thanks to Andreas Fernandez)
  • 2018-07-26 6f42f7a56f [TASK] Provide record's uid to the suggest wizard (thanks to Xavier Perseguers)
  • 2018-07-26 5ad1c75cf1 [BUGFIX] Do not re-sort IRRE children when sorting parent (thanks to Tymoteusz Motylewski)
  • 2018-07-26 955a976545 [BUGFIX] Allow form definitions to be moved or put to recycle folder (thanks to Oliver Hader)
  • 2018-07-25 2fc704f6be [BUGFIX] Use correct hook name for mime type guessers (thanks to Andreas Fernandez)
  • 2018-07-23 beef484402 [TASK] Update php-cs-fixer to latest minor (thanks to Christian Kuhn)
  • 2018-07-23 d004a059f1 [BUGFIX] Define "label" for tt_content form elements within form setup (thanks to Ralf Zimmermann)
  • 2018-07-22 3b5f5c5b91 [BUGFIX] Preserve order of finisher options in Form CE (thanks to Ioulia Kondratovitch)
  • 2018-07-22 6b836e683a [TASK] Refer to SimpleDataHandlerController instead of tce_db.php (thanks to Tymoteusz Motylewski)
  • 2018-07-20 bee48c907c [TASK] Switch from git.typo3.org to github for testing (thanks to Christian Kuhn)
  • 2018-07-19 cb67c1e02e [BUGFIX] Only use SaltedHashingMethods marked as available (thanks to Oliver Hader)
  • 2018-07-18 6ec81baf51 [BUGFIX] Fix typo in form documentation (thanks to sascha307050)
  • 2018-07-18 1778ad8da5 [BUGFIX] Streamline backend module menu and viewport initialization (thanks to Oliver Hader)
  • 2018-07-18 9bc120c85e [BUGFIX] Add Content-Type to test mail plain part (thanks to Mathias Brodala)
  • 2018-07-17 cc78ea57f5 [TASK] Bamboo proper passwd mapping (thanks to Anja)
  • 2018-07-16 af9a40ac6a [TASK] Test rendering of translated select MM relations in Extbase (thanks to Tymoteusz Motylewski)
  • 2018-07-16 9c24ec5b2c [BUGFIX] Also add doctrine/lexer to typo3/cms-core (thanks to Markus Klein)
  • 2018-07-15 dfcd57185c [TASK] Run tests on new bamboo infrastructure (thanks to Christian Kuhn)
  • 2018-07-14 fc4b8ca1fb [BUGFIX] Require doctrine/lexer to get removed lexer classes (thanks to Andreas Fernandez)
  • 2018-07-13 739b7d796e [BUGFIX] Avoid PHP warning when using Phar archive with open_basedir (thanks to Oliver Hader)
  • 2018-07-13 b241356113 [BUGFIX] Make forms impexp hook php 7.0 compatible (thanks to Ralf Zimmermann)
  • 2018-07-12 288e04e4a3 [TASK] Set TYPO3 version to 8.7.18-dev (thanks to Oliver Hader)