TYPO3 7.6.43 ELTS

Release Notes

Version 7.6.43 ELTS

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

This document contains information about TYPO3 CMS 7.6.43 which was released on 19.05.2020.

Get TYPO3 7.6.43 now

News

This release is a maintenance release.

Checksums of TYPO3 7.6.43

SHA256

7b0c201ae0213c1a5162802d6d942dc724d67e2b6828c2ad4aafcdff8657924c typo3_src-7.6.43.tar.gz
820221a221ff2cda5d32ba65986b8e0f0353c635fb84a69dd86f0eb39c8fca6f typo3_src-7.6.43.zip

SHA1

f48fac31d21745674dafb53d3a2231d4c7c0c76d typo3_src-7.6.43.tar.gz
d6b5db5845e466ee34e6815208908efb24b977d1 typo3_src-7.6.43.zip

MD5

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

  • 2020-05-19 68ac011471 [RELEASE] Release of TYPO3 7.6.43 (thanks to Andreas Fernandez)
  • 2020-05-19 7c15739879 [BUGFIX] Swap operands in ternary operator in GraphicalFunctions (thanks to Andreas Fernandez)
  • 2020-05-19 1cd6af010a [BUGFIX] Reintroduce Extbase referring argument handling (thanks to Oliver Hader)
  • 2020-05-19 dc8b0779f3 [BUGFIX] Allow arbitrary objects in widget context (thanks to Oliver Hader)
  • 2020-05-19 1dfcc9e7a0 [BUGFIX] Allow multiple referrer types in backend main route (thanks to Susanne Moog)
  • 2020-05-19 d1824df55f [BUGFIX] Properly (un)serialize ReflectionService (thanks to Alexander Schnitzler)
  • 2020-05-19 917dd9c619 [BUGFIX] Check for existence of t3js-login-url id in Login dialog (thanks to Oliver Hader)
  • 2020-05-19 dbc896e9f3 [BUGFIX] Relax constraints on serializing objects (thanks to Oliver Hader)
  • 2020-05-12 3636a1306e [TASK] Set TYPO3 version to 7.6.43-dev (thanks to Andreas Fernandez)