TYPO3 11.5.6

Release Notes

Version 11.5.6

Release Notes for TYPO3 CMS 11.5.6

This document contains information about TYPO3 CMS 11.5.6 which was released on 08.02.2022.

Get TYPO3 11.5.6 now

News

This version is a bugfix and maintenance release.

Read TYPO3 11.5.6 Release News

Checksums of TYPO3 11.5.6

SHA256

64cdf1ee88ab8d8996ffdbecdb8b89bf21abe4b87f47a9385bd8fe2d867f5d6a typo3_src-11.5.6.tar.gz
ebfb5d391a6dbdec19ef95d7c290de845390b692a064cff6280a436ed25486bd typo3_src-11.5.6.zip

SHA1

7e58b23c1172ef58237706429e34f73c5493b51e typo3_src-11.5.6.tar.gz
f72d8282eac25d5011aa7cbb114fba2bc7f0ef04 typo3_src-11.5.6.zip

MD5

8d4cc45b274b1e38f934935f8f635bc1 typo3_src-11.5.6.tar.gz
d00f1789d1994eb7fc123b10041a3ebf typo3_src-11.5.6.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.5:

  • 2022-02-08 2e41482b95 [RELEASE] Release of TYPO3 11.5.6 (thanks to Oliver Hader)
  • 2022-02-08 f9f720d4b4 [BUGFIX] Also consider new placeholders in WorkspaceService (thanks to Oliver Bartsch)
  • 2022-02-07 b7762ecaab [BUGFIX] Format search word operator (thanks to Oliver Bartsch)
  • 2022-02-07 18b6ad3dba [TASK] Migrate test fixtures from XML to CSV (thanks to Benni Mack)
  • 2022-02-07 edaf575e66 [TASK] Provide parent page information for references (thanks to Georg Ringer)
  • 2022-02-07 cb0b1b2e47 [BUGFIX] Add label information to record history module (thanks to Georg Ringer)
  • 2022-02-07 c68d43e75c [TASK] Tighten composer integration validation script (thanks to Stefan Bürk)
  • 2022-02-07 e3a0c3027d [TASK] Avoid phpstan warnings "Unsafe access to private property through static" (thanks to Chris Müller)
  • 2022-02-07 8a17ee1b34 [BUGFIX] Fix undefined key warning in cObj->imageLinkWrap (thanks to Robert Kärner)
  • 2022-02-07 385e224623 [TASK] Convert IconFactoryTest to functional test (thanks to Nikita Hovratov)
  • 2022-02-07 f7e9a4a963 [TASK] Avoid phpstan warnings "Unsafe access to private constant through static" (thanks to Chris Müller)
  • 2022-02-07 1802365978 [TASK] Avoid phpstan warnings LinkButton::setHref() expects string (thanks to Chris Müller)
  • 2022-02-05 4655d1e770 [TASK] Avoid a 'Result of || is always true' phpstan error (thanks to Stefan Bürk)
  • 2022-02-05 252b1db68d [BUGFIX] Handle non-existing table in MissingRelationsCommand (thanks to Stefan Bürk)
  • 2022-02-05 3a53a45f37 [BUGFIX] Render translated records in workspace frontends (thanks to Benni Mack)
  • 2022-02-05 cef211512e [BUGFIX] Avoid PHP 8.0/8.1 error in RecordHistory (thanks to dev-rke)
  • 2022-02-05 4d8f097c69 [TASK] Improve PHP code examples in a ReST file (thanks to Franz Holzinger)
  • 2022-02-05 48cece759d [BUGFIX] Prevent undefined index in ContentObjectRenderer (thanks to Daniel)
  • 2022-02-05 5e922e5413 [TASK] Have correct return types in BackendUtility (thanks to Christian Kuhn)
  • 2022-02-05 24cefbc9f8 [TASK] Remove cryptic reference to EXT:feedit (thanks to Christian Kuhn)
  • 2022-02-05 5044d47046 [BUGFIX] Update invalid link to the TYPO3 documentation (thanks to Michael Schams)
  • 2022-02-05 910cee5c7b [BUGFIX] Catch exception during unserializing task (thanks to Georg Ringer)
  • 2022-02-05 66da58ac48 [BUGFIX] Remove undefined variable in extensionmanager ListUtility (thanks to Stefan Bürk)
  • 2022-02-05 0563c420ed [TASK] Remove superfluous elseif condition check in TcaPreparation (thanks to Stefan Bürk)
  • 2022-02-04 7c790e6ef4 [BUGFIX] Update occurrences of changed icon name from extbase extension (thanks to Nikita Hovratov)
  • 2022-02-04 74bf1c0cb9 [TASK] Update to phpstan/phpstan:^1.4.5 (thanks to Christian Kuhn)
  • 2022-02-04 2f61d6c4fa [BUGFIX] Fix PHPStan warnings in StagesService (thanks to Oliver Klee)
  • 2022-02-04 4ed5327aad [BUGFIX] Fix undefined key warnings in language handling of extbase (thanks to Georg Ringer)
  • 2022-02-03 ee282a87d8 [TASK] Removed unused iconFactory from BackendController (thanks to Oliver Bartsch)
  • 2022-02-03 b421bb8006 [BUGFIX] Fix typos in description of languages in site configuration (thanks to Peter Kraume)
  • 2022-02-03 1f0ec49557 [TASK] Use generics for ObjectProphecy class properties (thanks to Benjamin Franzke)
  • 2022-02-01 090f187458 [BUGFIX] Fix some incorrect usages of Prophecy (thanks to Oliver Klee)
  • 2022-01-31 409a246381 [BUGFIX] Use Event.currentTarget in default_frontend.js (thanks to Nikita Hovratov)
  • 2022-01-31 9cc5d8300d [TASK] Remove broken test from ServiceProviderCompilationPassTest (thanks to Benjamin Franzke)
  • 2022-01-31 ae8010bf80 [TASK] Harden event listener automagic parameter type resolution (thanks to Benjamin Franzke)
  • 2022-01-31 1dafc1e7cc [TASK] Fix PHPStan errors in JavaScript module classes (thanks to Benjamin Franzke)
  • 2022-01-31 3e7372c20e [TASK] Fix definition availability checks in DI compiler passes (thanks to Benjamin Franzke)
  • 2022-01-31 195e1a6d0b [TASK] Properly type hint accessible mocks in tests (thanks to Christian Kuhn)
  • 2022-01-31 b1d8b75c5c [BUGFIX] Fix "undefined array key" issues in LiveSearch's page jump (thanks to Andreas Fernandez)
  • 2022-01-31 71872fafbc [TASK] Raise phpstan to level 5 (thanks to Christian Kuhn)
  • 2022-01-30 1d0cfb93b3 [TASK] Avoid phpstan 'PHPDoc tag @param has invalid value' errors (thanks to Stefan Bürk)
  • 2022-01-30 5c28e92667 [TASK] Resolve some 'access to undefined property' in tests (thanks to Christian Kuhn)
  • 2022-01-30 afcc9a4d87 [TASK] Increase ac test implicit wait timeouts (thanks to Christian Kuhn)
  • 2022-01-30 689f1dd3f7 [TASK] Update doc comment for ActionController::getErrorFlashMessage (thanks to Torben Hansen)
  • 2022-01-30 f60bd415e4 [TASK] Fix doc comment in fixture BlogController::processRequest (thanks to Torben Hansen)
  • 2022-01-30 9caf635173 [TASK] Remove superfluous null coalescing operator (thanks to Torben Hansen)
  • 2022-01-30 41e8f28270 [TASK] Avoid phpstan 'PHPDoc tag @var has invalid value' errors (thanks to Christian Kuhn)
  • 2022-01-30 2c359febf2 [TASK] Add PHPStan plugin for psr/container (thanks to Benjamin Franzke)
  • 2022-01-30 edbcda8d94 [TASK] Add PHPStan plugin for PHPUnit (thanks to Oliver Klee)
  • 2022-01-30 1e25b63ade [BUGFIX] Fix typo in field label of Scheduler task (thanks to Michael Schams)
  • 2022-01-30 4e188faf35 [TASK] Avoid state and undefined properties in tests (thanks to Christian Kuhn)
  • 2022-01-30 898ea73d2b [TASK] Avoid typehint docblocks for FunctionalTestCase properties (thanks to Stefan Bürk)
  • 2022-01-30 6aa30ab695 [TASK] Tests: Have jangregor/phpstan-prophecy:^1.0 (thanks to Christian Kuhn)
  • 2022-01-29 ce091f7768 [BUGFIX] Resolve duplicate array key in ext:impexp test fixture (thanks to Christian Kuhn)
  • 2022-01-29 de20a602b0 [TASK] Tests: Avoid a couple of obvious code inconsistencies (thanks to Christian Kuhn)
  • 2022-01-29 9e176bb74f [TASK] Tests: Have defined LANGUAGE_PRESETS (thanks to Christian Kuhn)
  • 2022-01-29 6fdb966b15 [TASK] Have composer/composer:^2.2 as dev dependency (thanks to Christian Kuhn)
  • 2022-01-29 9404b4a01e [TASK] Revamp phpstan config and handling (thanks to Stefan Bürk)
  • 2022-01-28 5ef67fcfd2 [BUGFIX] Fix undefined key warning in ElementInformationController (thanks to Robert Kärner)
  • 2022-01-28 a26e0ad512 [TASK] Avoid reading languagefiles if argument is empty (thanks to Stefan Bürk)
  • 2022-01-28 4ffde6f4fb [BUGFIX] Correctly calculate bit-masks in JavaScriptModuleInstruction (thanks to Oliver Hader)
  • 2022-01-28 e8120972ff [BUGFIX] Consistently use EventDispatcherInterface (thanks to Benni Mack)
  • 2022-01-28 e05192c814 [TASK] Remove @internal from configuration exceptions (thanks to Stephan Großberndt)
  • 2022-01-25 9677f470a7 [BUGFIX] Avoid not closing form in SetupModuleController (thanks to Christian Kuhn)
  • 2022-01-25 2657060325 [TASK] Migrate Workspace Test Fixtures from XML to CSV (thanks to Benni Mack)
  • 2022-01-25 2d21c59360 [BUGFIX] Resolve DOM elements in NavigationContainer on usage (thanks to Oliver Hader)
  • 2022-01-25 0fe332e057 [BUGFIX] Fix undefined array key warning in FormPagePreviewRenderer (thanks to Oliver Bartsch)
  • 2022-01-25 1b5a6b791f [TASK] Extend .phpstorm.meta.php for further autocompletion support (thanks to Stefan Bürk)
  • 2022-01-25 6fb8c7b850 [BUGFIX] Simulate usergroup in FE previews for restricted pages (thanks to Benni Mack)
  • 2022-01-25 4efb827841 [BUGFIX] Add missing boolean case to admin panel (thanks to Susanne Moog)
  • 2022-01-25 bdc0a6c075 [TASK] Add acceptance test reports to Gitlab (thanks to Jochen Roth)
  • 2022-01-25 b677a917f6 [BUGFIX] Properly sort backend layout rows and cols (thanks to Georg Ringer)
  • 2022-01-24 692749460a [BUGFIX] Prevent PHP warning in menu data processors (thanks to Oliver Bartsch)
  • 2022-01-24 0b9d79151e [BUGFIX] Let stdWrap return null again (thanks to Nikita Hovratov)
  • 2022-01-24 7055e874e4 [BUGFIX] Avoid undefined array key "_MOUNT_OL" in PageLinkBuilder (thanks to Chris Müller)
  • 2022-01-24 798f94a488 [TASK] Don't match generic render() in extension scanner (thanks to Christian Kuhn)
  • 2022-01-24 959d5c8956 [TASK] Update PHP Parser to the latest release. (thanks to Larry Garfield)
  • 2022-01-22 1541892b64 [TASK] Avoid inline-javascript in InstallTool ExtensionConfiguration (thanks to Benjamin Franzke)
  • 2022-01-22 8f16710b64 [BUGFIX] Avoid undefined array key 'casesensitiveComp' (thanks to Stefan Bürk)
  • 2022-01-22 af23996c54 [BUGFIX] Replace properties correctly in Extbase Persistence Class overrides (thanks to Benni Mack)
  • 2022-01-22 06aca1a28a [BUGFIX] Avoid PHP warning in Extbase Workspace Overlays (thanks to Benni Mack)
  • 2022-01-21 fb4252d048 [BUGFIX] Resolve deleted records in workspace notifications (thanks to Benni Mack)
  • 2022-01-21 cf7e4f222d [TASK] Avoid duplicate DragUploader initialization (thanks to Benjamin Franzke)
  • 2022-01-21 c17950e1ba [BUGFIX] Toggle cropper on focus area interaction (thanks to Andreas Fernandez)
  • 2022-01-21 09a6247e50 [TASK] runTests.sh: Use sqlite by default for functionals (thanks to Christian Kuhn)
  • 2022-01-20 312e50c4ae [BUGFIX] Keep defined order for menus of type list (thanks to Georg Ringer)
  • 2022-01-20 983b219209 [BUGFIX] Hide view page button in special all languages view (thanks to Oliver Bartsch)
  • 2022-01-20 ff98f405d7 [BUGFIX] Revert behaviour of stdWrap ifEmpty (thanks to Sascha Egerer)
  • 2022-01-20 401068f621 [BUGFIX] Replace undefined variable with reading PageTSConfig option (thanks to Stefan Bürk)
  • 2022-01-19 c8a9859c8e [TASK] Avoid inline JavaScript for clipboard paste in page layout (thanks to Benjamin Franzke)
  • 2022-01-19 6590c5f91f [BUGFIX] Use LanguageServiceFactory in FE RequestHandler (thanks to Oliver Bartsch)
  • 2022-01-19 954a07fbd1 [BUGFIX] Avoid reading value from undefined variable (thanks to Stefan Bürk)
  • 2022-01-19 34edd496ad [BUGFIX] Avoid calling trim(null) in ContentObjectRenderer (thanks to dev-rke)
  • 2022-01-19 98184da775 [BUGFIX] Fix undefined array key in StagesService (thanks to Oliver Bartsch)
  • 2022-01-19 54a3f2a1cf [DOCS] Resolve todos in the rte_ckeditor Documentation (thanks to linawolf)
  • 2022-01-19 33c5f3d9e8 [TASK] Avoid dashboard "phones home" by default (thanks to Christian Kuhn)
  • 2022-01-19 88ec94fa13 [BUGFIX] Avoid undefined global variable sending email on multiple wrong logins (thanks to Chris Müller)
  • 2022-01-19 98f404896c [BUGFIX] Add PHP 8.0/8.1 compatibility for Import (thanks to dev-rke)
  • 2022-01-18 e4c5e1508e [DOCS] Update outdated manual of EXT:fluid_styled_content (thanks to linawolf)
  • 2022-01-18 0d4fff93b5 [TASK] Use proper QueryBuilder execute() replacement methods (thanks to Stefan Bürk)
  • 2022-01-17 74b2dc422c [TASK] runTests.sh: Skip reports.xml in acceptance tests (thanks to Christian Kuhn)
  • 2022-01-17 71b67916a9 [TASK] Set allowed composer plugins in test distribution (thanks to Stefan Bürk)
  • 2022-01-17 860ccf5306 [BUGFIX] Prevent undefined key warning in IMG_RESOURCE cObj (thanks to Robert Kärner)
  • 2022-01-14 ddc5d1f836 [BUGFIX] Avoid undefined array key error when copying record (thanks to Chris Müller)
  • 2022-01-14 77e2740e1b [BUGFIX] Avoid evaluating all regexp redirects if early match found (thanks to Stefan Bürk)
  • 2022-01-13 253e7dc15d [BUGFIX] Streamline typehints of variadic arguments in QueryBuilder (thanks to Elias Häußler)
  • 2022-01-12 25c72dd4c0 [BUGFIX] Use optgroup in SelectMultipleSideBySideElement (thanks to Oliver Bartsch)
  • 2022-01-12 69acbc3a1e [TASK] ClickEnlargeViewhelper PHP 8.0/8.1 compatibility (thanks to dev-rke)
  • 2022-01-12 312aef24e4 [BUGFIX] Make tstemplate respect hidden flags for sys_template records (thanks to Benni Mack)
  • 2022-01-11 1af546ffc7 [BUGFIX] Calculate action menu generation earlier in PageLayoutController (thanks to Oliver Bartsch)
  • 2022-01-11 455999e259 [BUGFIX] Do not hsc twice the title in indexed search (thanks to Benni Mack)
  • 2022-01-11 95620d0e27 [BUGFIX] Use proper regexp for Vimeo URLs in online media helper (thanks to Oliver Hader)
  • 2022-01-11 defbd609f9 [BUGFIX] Keep anchor in legacy link browser for pages (thanks to Benni Mack)
  • 2022-01-11 b5ad778b7f [BUGFIX] Avoid empty entries in scheduler CF garbage collection (thanks to Christian Kuhn)
  • 2022-01-11 546f4c402e [BUGFIX] Avoid bogus title in new record controller (thanks to Christian Kuhn)
  • 2022-01-11 379679b738 [BUGFIX] Avoid PHP 8 warnings in ext:scheduler (thanks to Christian Kuhn)
  • 2022-01-11 cc4284651b [TASK] Set TYPO3 version to 11.5.6-dev (thanks to Oliver Hader)