TYPO3 8.7.13

Release Notes

Version 8.7.13

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

This document contains information about TYPO3 CMS 8.7.13 which was released on 17.04.2018.

Get TYPO3 8.7.13 now

News

This version is a bugfix and maintenance release.

Read TYPO3 8.7.13 Release News

Checksums of TYPO3 8.7.13

SHA256

8c49e5faf06b0e58c644ab982651c5ba0d3c2551e35185751a0e5ef25ce41f04 typo3_src-8.7.13.tar.gz
e79d7fa292b9a30c475475cd749087715a63d6f5524b5c7d9ebb42ee8f53d554 typo3_src-8.7.13.zip

SHA1

2693855fe2b2e28d38483a647e1ca2ee2ea0dc4f typo3_src-8.7.13.tar.gz
6bf2e00618abbdbd420b85ba79a9246bf39cfeb5 typo3_src-8.7.13.zip

MD5

0932e42f950c0f60b0f4a10a87e182da typo3_src-8.7.13.tar.gz
26edf1d81e2043d55f733a3c1303657f typo3_src-8.7.13.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.13/tar.gz
wget --content-disposition https://get.typo3.org/8.7.13/tar.gz.sig
gpg --verify typo3_src-8.7.13.tar.gz.sig typo3_src-8.7.13.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.12:

  • 2018-04-17 20671541a1 [RELEASE] Release of TYPO3 8.7.13 (thanks to Oliver Hader)
  • 2018-04-16 1471662281 [BUGFIX] Move file extension detection to FAL driver (thanks to Frans Saris)
  • 2018-04-16 e5c64fd0bd [TASK] Synchronize the form documentation (thanks to Björn Jacob)
  • 2018-04-16 25b51980fb [BUGFIX] Ensure that the „recover“ message is always in jQuery context (thanks to Andreas Fernandez)
  • 2018-04-16 4705a57922 [BUGFIX] Fix typos in TCA migration messages (thanks to Georg Ringer)
  • 2018-04-16 a96dfd2b6e [BUGFIX] Make categories required for category related menus (thanks to Georg Ringer)
  • 2018-04-16 88cc3f1358 [BUGFIX] Make ConfirmationFinisher available in the FormEditor (thanks to Stefan Neufeind)
  • 2018-04-15 aa2f6daaf0 [BUGFIX] Fix getPublicUrl return hints (thanks to Kevin Ditscheid)
  • 2018-04-15 1e25031ab3 [BUGFIX] Remove quoting of search value in recycler (thanks to Andreas Fernandez)
  • 2018-04-15 2f6a1307a4 [TASK] Cover adding image to tt_content with acceptance tests (thanks to Tymoteusz Motylewski)
  • 2018-04-15 bb6ee37e88 [TASK] Increase title length of filemount (thanks to Guido Schmechel)
  • 2018-04-15 6740a5077a [BUGFIX] Fix nightly CGL check (thanks to Anja Leichsenring)
  • 2018-04-15 6176a2a5c4 [BUGFIX] Finishers with output must return the output (thanks to Ralf Zimmermann)
  • 2018-04-14 f5d8b675e8 [BUGFIX] Fix exception in clipboard inside recycler folders (thanks to Georg Ringer)
  • 2018-04-14 0d2f64ca08 [BUGFIX] Increase length of sys_filemount.path (thanks to Pinar Oezmen)
  • 2018-04-14 11a9fb0838 [BUGFIX] Add missing column in database query (thanks to Georg Ringer)
  • 2018-04-10 6fdaa07fac [BUGFIX] Do not try to download extensions in composer mode (thanks to Helmut Hummel)
  • 2018-04-06 2d26a2c037 [BUGFIX] Keep parameters in link browser’s upload form (thanks to Andreas Fernandez)
  • 2018-04-06 24cec05805 [BUGFIX] Only apply language constraints for "Show hidden" checkbox if neccessary (thanks to Andreas Fernandez)
  • 2018-04-06 c0917a312b [TASK] Add hook to upload methods in GeneralUtility (thanks to Frank Naegler)
  • 2018-04-06 532dea9f77 [BUGFIX] Correct wrong type annotation for drawItem_footer hook (thanks to Joshua Westerheide)
  • 2018-04-06 fe1f2a1ee2 [TASK] Sort packages by name in Composer manifests (thanks to Wouter Wolters)
  • 2018-04-05 8af8bcdc3b [BUGFIX] Allow tables with adminOnly in cleanup task of recycler (thanks to Georg Ringer)
  • 2018-04-05 62ce901512 [TASK] Update friendsofphp/php-cs-fixer to latest version (thanks to Wouter Wolters)
  • 2018-04-05 25c0527cdb [BUGFIX] Allow span tags in fieldInformation return (thanks to Nicole Cordes)
  • 2018-04-05 f6312067b2 [BUGFIX] Keep UTF-8 characters unescaped in JsonView (thanks to Oliver Klee)
  • 2018-04-05 d035a97c74 [TASK] Streamline HTTP Response codes (thanks to Frank Naegler)
  • 2018-04-05 64408065a7 [TASK] Add missing HTTP status code presets for PSR-7 responses (thanks to Benjamin Franzke)
  • 2018-04-05 63e9dd960b [BUGFIX] Let textareas within finisher inspector properties work (thanks to Ralf Zimmermann)
  • 2018-04-04 37869c69ae [TASK] Add rule "return_type_declaration" to php-cs-fixer (thanks to Georg Ringer)
  • 2018-04-04 d0da431aea [BUGFIX] Fix the return type annotations of JsonView (thanks to Oliver Klee)
  • 2018-04-04 7c4dee561a [BUGFIX] Show descriptionColumn in PageLayoutView only if not empty (thanks to Georg Ringer)
  • 2018-04-04 91219cde80 [BUGFIX] Add conflicts with broken sf/finder versions (thanks to Helmut Hummel)
  • 2018-04-04 5a0f3f5059 [BUGFIX] Show image metadata description (thanks to Guido Schmechel)
  • 2018-04-04 1d938aa1e2 [BUGFIX] Try SVG first when detecting image size (thanks to Anja)
  • 2018-03-30 65e7934b0f [BUGFIX] Fix external page link in menu item (thanks to Cyril Janody)
  • 2018-03-29 8fe4a3d467 [TASK] Replace validateRstFiles.sh with PHP version (thanks to Sybille Peters)
  • 2018-03-29 d61f75afa2 [BUGFIX] Properly encode HTML attributes in Toolbar (thanks to Frank Naegler)
  • 2018-03-29 2d29a0df07 [BUGFIX] Unify version/release in Documentation/Settings.cfg (thanks to Sybille Peters)
  • 2018-03-29 c36a144c74 [FEATURE] Make cHash configurable in Fluid Widget Links (thanks to Georg Ringer)
  • 2018-03-29 df8043c61b [BUGFIX] Change the order of the AJAX Request for image cropping (thanks to Giuseppe Cavallaro)
  • 2018-03-29 c9a1f3136b [BUGFIX] Renaming files on non LocalDriver storages (thanks to Michael Oehlhof)
  • 2018-03-29 eaf259ffc5 [BUGFIX] Add correct context to page tree context menu (thanks to Tymoteusz Motylewski)
  • 2018-03-29 b173351b82 [BUGFIX] Correctly evaluate LIT:0 in TS conditions (thanks to Markus Klein)
  • 2018-03-29 787fbedbcb [BUGFIX] Fix wrong quoting in AdminPanelView (thanks to Sascha Löffler)
  • 2018-03-26 8124407655 [TASK] Improve Install Tool login (thanks to Georg Ringer)
  • 2018-03-22 a1276ff434 [BUGFIX] Allow PSR-7 Uris to allow no port at all (thanks to Benni Mack)
  • 2018-03-22 9b95a4643a [BUGFIX] Catch FolderDoesNotExistsException in linkvalidator (thanks to Sascha Maier)
  • 2018-03-22 5ff8883371 [TASK] Add another fallback for youtube preview image (thanks to Guido Schmechel)
  • 2018-03-22 e8b5ae15e6 [TASK] Set TYPO3 version to 8.7.13-dev (thanks to Oliver Hader)
  • 2018-03-22 3c3f7244a2 [BUGFIX] Show time-restricted records in top search (thanks to Andreas Fernandez)
  • 2018-03-22 3289ee03db [TASK] Anonymize token in Exception handlers (thanks to Mathias Schreiber)
  • 2018-03-22 2b7a75ed11 [BUGFIX] Show tables with same label in recycler (thanks to Georg Ringer)