TYPO3 11.5.25
Release Notes
Stay secure and up-to-date with TYPO3 ELTS!
The TYPO3 CMS community supported from 2020-12-22
until 2024-10-31.
Extend your support now until 2027-10-31 to
get access to the latest security and compatibility updates for this version.
Release Notes for TYPO3 CMS 11.5.25
This document contains information about TYPO3 CMS 11.5.25 which was released on 14.03.2023.
Get TYPO3 11.5.25 nowChecksums of TYPO3 11.5.25
SHA256
d5bce09ce98b071e30343928aa0d4f4386a63b8b585738a0c30876aabfb030ec typo3_src-11.5.25.tar.gz 615d8c205cce90275451ad2525346749a89f4181bfca1df1f57c0e8abb8b6483 typo3_src-11.5.25.zip
SHA1
9cb1ad9f1dc1bceab5035ba0e0fa3ed4cc53a748 typo3_src-11.5.25.tar.gz d723449198a00295650b52ab88138e6762e7676c typo3_src-11.5.25.zip
MD5
28c923110ff7653e273e26facac88e90 typo3_src-11.5.25.tar.gz d03262ca69416bf90b284206c08a3193 typo3_src-11.5.25.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/11.5.25/tar.gz wget --content-disposition https://get.typo3.org/11.5.25/tar.gz.sig gpg --verify typo3_src-11.5.25.tar.gz.sig typo3_src-11.5.25.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 11.5.24:
- 2023-03-14 27f76848bd [RELEASE] Release of TYPO3 11.5.25 (thanks to Benni Mack)
- 2023-03-14 241e1d86b7 [BUGFIX] Fix PHP 8 warning in TypoLinkCodecService (thanks to Thomas Hohn)
- 2023-03-13 c44acaaaf8 [BUGFIX] Fix array access in ImageContentObject (thanks to Thomas Hohn)
- 2023-03-13 c57360c02a [BUGFIX] Avoid multiple undefined array keys in FileContentParser (thanks to Daniel Hettler)
- 2023-03-13 7b467e3a59 [DOCS] Remove broken link from ViewHelper PHPDoc (thanks to Sybille Peters)
- 2023-03-09 e8c011432d [TASK] Update to PHPStan 1.10.6 (thanks to Oliver Klee)
- 2023-03-09 b7d187785a [BUGFIX] Fix incorrect type annotation for GU::makeInstance (thanks to Oliver Klee)
- 2023-03-08 1695bc86cd [BUGFIX] Defer requests to LiveSearch (thanks to Andreas Fernandez)
- 2023-03-08 902c2e4b61 [BUGFIX] Avoid invalid array access on $this->internal in AbstractPlugin (thanks to Oliver Klee)
- 2023-03-07 3957bfa74e [BUGFIX] Consider failed logins for felogin redirect mode 'referer' (thanks to Torben Hansen)
- 2023-03-06 5e1b0c3e2f [BUGFIX] Remove obsolete
TYPO3.Utility
from TypeScript definition (thanks to Andreas Fernandez) - 2023-03-06 7ce9034fb1 [BUGFIX] Handle getPage_noCheck properly (thanks to Thomas Hohn)
- 2023-03-05 a28f7e0ce0 [TASK] Switch to custom build docker-dind image (thanks to Stefan Bürk)
- 2023-03-03 a258ba114b [BUGFIX] Add missing quote in linkWrapItems() (thanks to Joey Bouten)
- 2023-03-02 b2732daf8b [BUGFIX] Fix record history element viewport overflow (thanks to Torben Hansen)
- 2023-03-02 6cd0c3c220 [BUGFIX] Ensure complete image is shown in image manipulation editor (thanks to Jasmina Ließmann)
- 2023-03-02 b66ca7d130 [TASK] Display PHP_VERSION in CLI (thanks to Thomas Hohn)
- 2023-03-02 dd1ba442a5 [BUGFIX] Fix PHP 8 warning in ImageResourceContentObject (thanks to Thomas Hohn)
- 2023-03-01 cd5be2c9d8 [BUGFIX] Pass frontend groups to FrontendGroupRestriction (thanks to Markus Friedrich)
- 2023-03-01 f47353140a [BUGFIX] Define minimum crop size for image manipulation (thanks to Jochen Roth)
- 2023-03-01 372cef12b9 [BUGFIX] Avoid useless database updates in DataHandler (thanks to Andreas Fernandez)
- 2023-03-01 8d6c0581ce [BUGFIX] Properly validate start module (thanks to Thomas Hohn)
- 2023-03-01 32258423b3 [BUGFIX] Allow POST requests in Workspace previews (thanks to Benni Mack)
- 2023-03-01 652a566460 [BUGFIX] Add missing matomo tracking parameters (thanks to Simon Schaufelberger)
- 2023-03-01 73183a58e1 [TASK] Ensure type safety in YamlFileLoader (thanks to Thomas Hohn)
- 2023-03-01 23ada800e6 [BUGFIX] Handle getFileContents in LocalDriver better (thanks to Thomas Hohn)
- 2023-02-27 a522211697 [BUGFIX] Fix PHP 8 warning in PageRepository (thanks to Thomas Hohn)
- 2023-02-27 e03e46badf [BUGFIX] Fix PHP Warning in GraphicalFunctions (thanks to Thomas Hohn)
- 2023-02-27 accf2b2a0b [BUGFIX] Fix PHP 8 warning in TypoScriptFrontendController (thanks to Thomas Hohn)
- 2023-02-27 c31f41bfac [BUGFIX] Fix PHP 8 warning in ElementHistoryController (thanks to Thomas Hohn)
- 2023-02-27 b92c577931 [BUGFIX] Fix PHP 8.1 warning in AbstractPlugin (thanks to Thomas Hohn)
- 2023-02-25 364fe63855 [BUGFIX] Add correct diff source values to translated record (thanks to calien666)
- 2023-02-24 faac9fa93f [BUGFIX] Fix PHP Warning in GraphicalFunctions (thanks to Thomas Hohn)
- 2023-02-23 9c1d274ead [BUGFIX] Assure BE avatar path is valid (thanks to Markus Klein)
- 2023-02-23 7c82595532 [BUGFIX] Only set X-Mailer header once (thanks to Thomas Hohn)
- 2023-02-23 3685cd5923 [BUGFIX] Prevent undefined array key in Typo3DbBackend (thanks to Oliver Bartsch)
- 2023-02-23 a52d007f5c [BUGFIX] Apply backend specific visibility option (thanks to Oliver Bartsch)
- 2023-02-22 a3d854106c [TASK] Update to PHPStan 1.10.1 (thanks to Oliver Klee)
- 2023-02-21 26f886c50f Revert "[TASK] Replace localization methods in
PageLayoutController
" (thanks to Oliver Bartsch) - 2023-02-20 67bdbe1ac8 [BUGFIX] Use
Set()
instead of custom array unique implementation (thanks to Andreas Fernandez) - 2023-02-16 74d2ab6c03 [BUGFIX] Properly encode context menu URL parameters (thanks to Oliver Bartsch)
- 2023-02-15 97706f2e79 [BUGFIX] Get the correct next stage for moved elements in workspace (thanks to timhorstmann)
- 2023-02-15 274fadb27e [BUGFIX] Add type cast for potential mountpoint information (thanks to Georg Ringer)
- 2023-02-15 dbadf8bf88 [BUGFIX] Use correct type & description for ClickEnlargeVh configuration (thanks to Georg Ringer)
- 2023-02-14 c6eab3e026 [TASK] Set TYPO3 version to 11.5.25-dev (thanks to Benni Mack)