TYPO3 8.7.46 ELTS

Release Notes

Version 8.7.46 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.46

This document contains information about TYPO3 CMS 8.7.46 which was released on 12.04.2022.

Get TYPO3 8.7.46 now

News

This release is a maintenance release.

Checksums of TYPO3 8.7.46

SHA256

5406ee0d11af3f1127c2cae98066a004569017fdcacc543049695991dacad7c7 typo3_src-8.7.46.tar.gz
aaadf72c2a0d5f91c5579ccb159556fcfcd10ea4a4fdb5884b64031dbe966070 typo3_src-8.7.46.zip

SHA1

fbae8ddf796023c77b1e096d121bd951a50a5f08 typo3_src-8.7.46.tar.gz
35f08a7ef328ea5a78ea8046f37fabc45b952880 typo3_src-8.7.46.zip

MD5

16105e1b2ab67b8a77b99057c210574d typo3_src-8.7.46.tar.gz
bf0a17ef8e5f571518d745e3fd4c9150 typo3_src-8.7.46.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.46/tar.gz
wget --content-disposition https://get.typo3.org/8.7.46/tar.gz.sig
gpg --verify typo3_src-8.7.46.tar.gz.sig typo3_src-8.7.46.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

  • 2022-04-12 14d238d9a8 [RELEASE] Release of TYPO3 8.7.46 (thanks to Andreas Fernandez)
  • 2022-04-03 767996ab82 [TASK] Allow in-memory caching of HTML sanitizer behavior (thanks to Oliver Hader)
  • 2022-03-30 4c6aa96dc6 [BUGFIX] Upgrade to CKEditor4 v4.18.0 (thanks to Oliver Hader)
  • 2022-03-30 356a0f1265 [BUGFIX] Upgrade guzzlehttp/psr7 to latest version (thanks to Oliver Hader)
  • 2022-02-22 989da0efd4 [TASK] Set TYPO3 version to 8.7.46-dev (thanks to Andreas)