TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _deprecation-82903:
|
||||
|
||||
=============================================
|
||||
Deprecation: #82903 - Deprecate ClientUtility
|
||||
=============================================
|
||||
|
||||
See :issue:`82903`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
Class :php:`\TYPO3\CMS\Core\Utility\ClientUtility` has been marked as deprecated and should not be
|
||||
used any longer.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Using this class will throw a deprecation warning.
|
||||
|
||||
|
||||
Affected Installations
|
||||
======================
|
||||
|
||||
Instances with extensions using the methods of the class:
|
||||
|
||||
- :php:`getBrowserInfo`
|
||||
- :php:`getVersion`
|
||||
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
Use a 3rd party API like https://github.com/piwik/device-detector
|
||||
|
||||
.. index:: PHP-API, FullyScanned
|
||||
Reference in New Issue
Block a user