TYPO3 7.6.28

Release Notes

Version 7.6.28

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

This document contains information about TYPO3 CMS 7.6.28 which was released on 22.05.2018.

Get TYPO3 7.6.28 now

News

This version is a bugfix and maintenance release.

Read TYPO3 7.6.28 Release News

Checksums of TYPO3 7.6.28

SHA256

c9debb369889976eb12b31de56f94c233b045167785e7492c9119534332a3c07 typo3_src-7.6.28.tar.gz
468a35e80c56b558145f008611c8e24337deb807276e57389719b193e54c1d5b typo3_src-7.6.28.zip

SHA1

140c25543c1d730742ab378f6b7cba99ea945b73 typo3_src-7.6.28.tar.gz
6ff915ae6df658ad77dc272e237521f3dd73f6ee typo3_src-7.6.28.zip

MD5

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

  • 2018-05-22 0c885e11d2 [RELEASE] Release of TYPO3 7.6.28 (thanks to Oliver Hader)
  • 2018-05-22 80700b0faf [BUGFIX] Add SYS/ipAnonymization to DefaultConfiguration (thanks to Andreas Fernandez)
  • 2018-05-22 ff2bb98e63 [BUGFIX] getTreeList must return comma-separated list (thanks to Guido Schmechel)
  • 2018-05-15 a846b13c39 [TASK] Anonymize token in Exception handlers (thanks to Mathias Schreiber)
  • 2018-05-15 0cd0f74c8e [FEATURE] Add scheduler task to anonymize IP addresses of tables (thanks to Georg Ringer)
  • 2018-05-14 fbbc6cf4ef [BUGFIX] Drop undesired backslashes from Scheduler base tasks docs (thanks to Mathias Brodala)
  • 2018-05-13 48875bd067 [!!!][TASK] Use no-cookie domain for youtube by default (thanks to Georg Ringer)
  • 2018-05-10 46c282afe5 [BUGFIX] Enforce int for timestamp on DateTime mapping (thanks to Nicole Cordes)
  • 2018-04-24 d4d83ee9f7 [FEATURE] Make indexed_search ready for GDPR (thanks to Georg Ringer)
  • 2018-04-19 4a3a21b250 [FEATURE] Add API to anonymize IP addresses (thanks to Georg Ringer)
  • 2018-04-17 ffd3b95f24 [TASK] Set TYPO3 version to 7.6.28-dev (thanks to Oliver Hader)