TYPO3 7.6.30

Release Notes

Version 7.6.30

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

This document contains information about TYPO3 CMS 7.6.30 which was released on 12.07.2018.

Get TYPO3 7.6.30 now

News

This release is a combined bug fix and security release.

Find more details in the security bulletins:

Read TYPO3 7.6.30 Release News

Checksums of TYPO3 7.6.30

SHA256

21d8394aa7686c4787cd2cc0185fd839548ef5a9b63c24a11e43d91400c5b6b1 typo3_src-7.6.30.tar.gz
ea1e54783425ca7554249be8ff0a5fb9e63dc65a94555fc3cbdd0649d900dfe0 typo3_src-7.6.30.zip

SHA1

516b3c8c9329796a86310f57d44dd63e18911f94 typo3_src-7.6.30.tar.gz
6b2f91bd577d9afe05738a0b2af7702b4175f02c typo3_src-7.6.30.zip

MD5

bf55615b0d50554942bd0b043c2ddf81 typo3_src-7.6.30.tar.gz
8f35be7794244c41682734a47279f331 typo3_src-7.6.30.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.30/tar.gz
wget --content-disposition https://get.typo3.org/7.6.30/tar.gz.sig
gpg --verify typo3_src-7.6.30.tar.gz.sig typo3_src-7.6.30.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.29:

  • 2018-07-12 1eb688a260 [RELEASE] Release of TYPO3 7.6.30 (thanks to Oliver Hader)
  • 2018-07-12 fa0c6aaf46 [SECURITY] Explicitly deny object deserialization (thanks to Oliver Hader)
  • 2018-07-12 b022792744 [SECURITY] Mitigate phar stream wrapper (thanks to Christian Kuhn)
  • 2018-07-12 a5d6bfab15 [SECURITY] Introduce PHP stream wrapper for phar:// protocol (thanks to Oliver Hader)
  • 2018-07-12 f4a28e4372 [SECURITY] Deny authentication bypass using blowfish/md5 encryption (thanks to Oliver Hader)
  • 2018-07-09 c9a498b834 [BUGFIX] Scheduler: Show correct description for ipAnonymization-task (thanks to Stefan Neufeind)
  • 2018-07-06 0bc3e6c160 [BUGFIX] Disable edit of file metadata without translation (thanks to Łukasz Uznański)
  • 2018-07-05 9760a61a42 [BUGFIX] Fix "orderBy" in DatabaseQueryProcessor example (thanks to Daniel Siepmann)
  • 2018-07-02 6ac69d7c03 [BUGFIX] Adjust Headline of documentation file (thanks to Anja)
  • 2018-06-22 f972b37075 [TASK] Add .ddev to ignore (thanks to Harry)
  • 2018-06-11 3ece9bc5ae [TASK] Set TYPO3 version to 7.6.30-dev (thanks to Oliver Hader)