TYPO3 7.6.26

Release Notes

Version 7.6.26

This version is not supported anymore.

The TYPO3 CMS community supported from 2015-11-10 until 2018-11-27. Extended security & compatibility support (ELTS) expired on 2022-11-30.

Please consider updating to a newer version.

Release Notes for TYPO3 CMS 7.6.26

This document contains information about TYPO3 CMS 7.6.26 which was released on March 22nd, 2018.

News

This version is a bugfix and maintenance release.

Download

<https://typo3.org/download/&gt;

Checksums

966a2fb0ef08b15218e2579d631e461c  typo3_src-7.6.26.tar.gz
4825fcac248650edef47d39c9fe40c86  typo3_src-7.6.26.zip
c1603e36bbbe7c12d7f5e4bf565f9531494f87a5  typo3_src-7.6.26.tar.gz
dd766062f33d104f1224477267f68e66a88fbc8a  typo3_src-7.6.26.zip
a197ebe73cfcf848122e9392b52dc624cd401dd63202952810f4bd7344cb3ad0  typo3_src-7.6.26.tar.gz
68dc352fccecd210fe8057d50133bdaea82df7daf175d24d5d357b3e4ede9764  typo3_src-7.6.26.zip

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 7.6.25:

  • 2018-03-22 61c65c01ba [RELEASE] Release of TYPO3 7.6.26 (Oliver Hader)
  • 2018-03-21 7b6231ec01 Revert "[BUGFIX] Simulate submit button for rsaauth form submit" (Oliver Hader)
  • 2018-03-19 8f13a59d03 [BUGFIX] Respect automaticInstallation setting in extension manager (Nicole Cordes)
  • 2018-03-13 9550fcbd98 [TASK] Set TYPO3 version to 7.6.26-dev (Oliver Hader)

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