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
.. _deprecation-69705:
==============================================
Deprecation: #69705 - Add unified refresh icon
==============================================
See :issue:`69705`
Description
===========
The icon `actions-system-refresh` has been marked as deprecated in `TYPO3\CMS\Core\Imaging\IconRegistry` and will be removed with TYPO3 CMS 8.
All requests for `actions-system-refresh` will now show `actions-refresh`.
Impact
======
Using `IconUtility` or `IconFactory` to fetch the icon `actions-system-refresh` will trigger a deprecation log entry.
Affected Installations
======================
Installations with third party extensions that use the icon `actions-system-refresh`.
Migration
=========
Use the icon `actions-refresh` instead.
.. index:: PHP-API, Backend