TYPO3 7.2.0

Release Notes

Version 7.2.0

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

This document contains information about TYPO3 CMS 7.2.0 which was released on April 28th, 2015.

News

<https://typo3.org/news/article/announcing-typo3-cms-72-continuous-excitement/&gt;

Download

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

MD5 checksums

144e4d29acf2e6a3ed7f548b5d470310  typo3_src-7.2.0.tar.gz
caebda48df74d0dac007c6ce338a0a4e  typo3_src-7.2.0.zip

Upgrading

  1. Before you update any instance to 7.2, have a backup in place.
  2. Then uninstall any extension, that is not shipped with the core. This will avoid broken backend after upgrade due to removed class alias layer.
  3. Now download the new core and present it to your instance (by symlink or copied files)
  4. Use the install tool to run the upgrade wizards
  5. Use the install tool to clear each and every cache you can find, even opcode.
  6. Open the backend and go to the extensionmanager. When you use any extension without namespaces, activate the compatibility6 extension. You find further information about this extension and its purpose at <https://typo3.org/news/article/retaining-compatibility-to-typo3-cms-6/&gt;
  7. Now reactivate your extensions and enjoy the brand new TYPO3 CMS 7.
  8. When you encounter compatibility problems with your extensions, look for the git versions around in order to find one already upgraded. For example realurl can be found here, until it gets released to TER: <https://github.com/helhum/realurl&gt;

Changes

7.2 Changelog

[Breaking Changes](TYPO3.CMS/Releases/7.2/Breaking "wikilink")

[Functions marked for deprecation](TYPO3.CMS/Releases/7.2/Deprecation "wikilink")

[Features](TYPO3.CMS/Releases/7.2/Feature "wikilink")

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