TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,37 @@
.. include:: /Includes.rst.txt
.. _breaking-68193:
===========================================================================================
Breaking: #68193 - ext:indexed_search Drop removeLoginpagesWithContentHash from Indexer.php
===========================================================================================
See :issue:`68193`
Description
===========
The method `\TYPO3\CMS\IndexedSearch\Indexer::removeLoginpagesWithContentHash()` was not used within the core since 6.0
and has been removed.
Impact
======
Calling `\TYPO3\CMS\IndexedSearch\Indexer::removeLoginpagesWithContentHash()` will throw a fatal error.
Affected Installations
======================
All installations with third party code using the mentioned method.
Migration
=========
No migration is available.
.. index:: PHP-API, ext:indexed_search