TYPO3 11.5.27

Release Notes

Version 11.5.27

Release Notes for TYPO3 CMS 11.5.27

This document contains information about TYPO3 CMS 11.5.27 which was released on 09.05.2023.

Get TYPO3 11.5.27 now

News

This version is a bugfix and maintenance release.

Read TYPO3 11.5.27 Release News

Checksums of TYPO3 11.5.27

SHA256

c389bd3fd001374fa165d426f0d6c23e54ecddd7fb00c5b3c01f07bd431f9fb2 typo3_src-11.5.27.tar.gz
d57d7cf96d6b8dfc7abc6f9a7849b4f3df2eb05af9641bccc31e8c6aa2507e03 typo3_src-11.5.27.zip

SHA1

d912aa587987270d90cd9d1b24e7c8beaf5bc5c5 typo3_src-11.5.27.tar.gz
77f2fe15da7405d58b6a11bf712d73c6eec0da78 typo3_src-11.5.27.zip

MD5

fecdffbadfe4f12777f2240ea7f49db0 typo3_src-11.5.27.tar.gz
0e3a27c15d5a2953ac884f8a8aae7f59 typo3_src-11.5.27.zip

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.26:

  • 2023-05-09 5ab0ead2d8 [RELEASE] Release of TYPO3 11.5.27 (thanks to Benni Mack)
  • 2023-05-09 7b09e9a53d [BUGFIX] Avoid notice in AbstractUserAuthentication (thanks to Georg Ringer)
  • 2023-05-09 72b9b496d5 [TASK] Add StringUtility::cast and ::filter (thanks to Georg Ringer)
  • 2023-05-08 e939b071d8 [BUGFIX] Do not descend required markers down to inline fields (thanks to Nikita Hovratov)
  • 2023-05-05 2cfd516e19 [BUGFIX] Don't try to render icon for empty identifier (thanks to Oliver Bartsch)
  • 2023-05-03 8dd53bcce0 [BUGFIX] Render mime type audio/x-wav as audio file (thanks to Georg Ringer)
  • 2023-05-02 9b062f6fb1 [BUGFIX] Prioritize form default values over TCA overrides (thanks to Helmut Hummel)
  • 2023-05-02 75951ae849 [BUGFIX] Avoid TypeError in extbase persistence (thanks to Oliver Bartsch)
  • 2023-05-02 be93148c08 [TASK] Make type annotations for ObjectStorage::toArray more specific (thanks to Oliver Klee)
  • 2023-04-27 d66a3b9d03 [DOCS] Adjust ViewHelper name (thanks to Oliver Bartsch)
  • 2023-04-27 ab838fb73b [BUGFIX] Harmonize page ids in Record List search (thanks to Andreas Fernandez)
  • 2023-04-25 18aaf13ac9 [BUGFIX] Prevent undefined array key in UserIntInformation (thanks to Daniel Siepmann)
  • 2023-04-24 354693f9bd [BUGFIX] Ensure AbstractExceptionHandler::IGNORED_EXCEPTION_CODES is protected (thanks to Benni Mack)
  • 2023-04-24 bf09aeaf14 [BUGFIX] Avoid repeated e-mail content generation in FluidEmail (thanks to Markus Klein)
  • 2023-04-24 9d8d296e10 [BUGFIX] Fix PHP 8 warning in LinkValidatorController (thanks to Thomas Hohn)
  • 2023-04-24 74c72268c5 [TASK] Make IGNORED_EXCEPTION_CODES accessible (thanks to Christoph Lehmann)
  • 2023-04-24 814d7bf8a1 [BUGFIX] Do not log requests with unsupported HTTP method (thanks to Christoph Lehmann)
  • 2023-04-24 8d52092a42 [TASK] Optimize referer evaluation in ext:felogin (thanks to Torben Hansen)
  • 2023-04-22 628e335c0c [BUGFIX] Apply previous site identifier as fallback for URL resolving (thanks to Oliver Hader)
  • 2023-04-21 1c530c51e7 [BUGFIX] Restore correct context after redirect evaluation (thanks to Markus Klein)
  • 2023-04-21 50c5bdb8d2 [BUGFIX] Output errors to CLI in scheduler:run command (thanks to Markus Klein)
  • 2023-04-20 2ccdcaa9ad [BUGFIX] ceil() dimensions in CropperEvent (thanks to Andreas Fernandez)
  • 2023-04-18 b6378d2fbd [BUGFIX] Prevent type errors in ExportController (thanks to Oliver Bartsch)
  • 2023-04-18 b10285e784 [BUGFIX] Do not query database for non-existent records (thanks to Markus Klein)
  • 2023-04-17 04e7c94908 [BUGFIX] Prevent undefined array key warning in LinkService (thanks to Oliver Bartsch)
  • 2023-04-17 ea4bf16e1f [TASK] Remove warnings in form documentation rendering (thanks to Chris Müller)
  • 2023-04-17 bc615d9c45 [BUGFIX] Set table name even if record could not be found (thanks to Albrecht Köhnlein)
  • 2023-04-17 c31e1547e2 [BUGFIX] Add cache property to MenuProcessor (thanks to Benni Mack)
  • 2023-04-16 32308c1942 [BUGFIX] Recognize correct tag name (thanks to Albrecht Koehnlein)
  • 2023-04-16 6017a0eff8 [BUGFIX] Set 'typoLinkParameter' array index for error handling (thanks to Albrecht Köhnlein)
  • 2023-04-16 6157907900 [TASK] Use ghcr.io core-testing images in non-ci context (thanks to Stefan Bürk)
  • 2023-04-15 93accbd51d [BUGFIX] Mitigate incorrect libxml usage of "enshrined/svg-sanitize" (thanks to Stefan Bürk)
  • 2023-04-14 5183224a3a [TASK] Simplify code in LazyObjectStorage (thanks to Oliver Klee)
  • 2023-04-14 6a31302cbc [BUGFIX] Allow digit only strings in EmailFinisher (thanks to Oliver Bartsch)
  • 2023-04-14 0e4caa2cde [BUGFIX] Allow {__currentTimestamp} as form property (thanks to André Buchmann)
  • 2023-04-13 bb439dd3e9 [BUGFIX] Pre-define cropBox in Image Manipulation (thanks to Andreas Fernandez)
  • 2023-04-13 d14ac2669c [BUGFIX] Fix PHP warning in FormFieldViewHelper (thanks to Benni Mack)
  • 2023-04-13 036957d5fa [TASK] Raise 'phpstan/phpstan' and regenerate baseline (thanks to Christian Kuhn)
  • 2023-04-12 67b2545e49 [BUGFIX] Fix page reloading on click on preview button (again) (thanks to Christian Eßl)
  • 2023-04-12 abeed7ab67 [BUGFIX] Apply no-cookie for vimeo when setting is missing (thanks to Ayke Halder)
  • 2023-04-11 d7cde63fe2 [TASK] Set TYPO3 version to 11.5.27-dev (thanks to Benni Mack)