You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -101,6 +101,8 @@ The following PHP static class methods that have previously been marked as depre
- :php:`\TYPO3\CMS\Backend\Utility\BackendUtility::thumbCode()`
- :php:`\TYPO3\CMS\Core\Utility\GeneralUtility::hmac()`
- :php:`\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPItoST43()`
+- :php:`\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig()`+- :php:`\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addUserTSConfig()`
- :php:`\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getExtensionIcon()`
- :php:`\TYPO3\CMS\Core\Utility\MathUtility::convertToPositiveInteger()`
- :php:`\TYPO3\CMS\Core\Versioning\VersionState::cast()`
@@ -197,7 +199,8 @@ The following class constants have been dropped:
The following global option handling have been dropped and are ignored:
-- :php:`$GLOBALS['TYPO3_CONF_VARS']['X']['Y']`+- :php:`$GLOBALS['TYPO3_CONF_VARS']['BE']['defaultPageTSconfig']`+- :php:`$GLOBALS['TYPO3_CONF_VARS']['BE']['defaultUserTSconfig']`
The following global variables have been removed:
The text was updated successfully, but these errors were encountered:
ℹ️ View this commit on Github
👥 Authored by Christian Kuhn [email protected]
✔️ Merged by Christian Kuhn [email protected]
Commit message
[!!!][TASK] Remove deprecated EMU addPageTSConfig & addUserTSConfig
Handling of
$GLOBALS['TYPO3_CONF_VARS']['BE']['defaultPageTSconfig']
$GLOBALS['TYPO3_CONF_VARS']['BE']['defaultUserTSconfig']
and methods
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig()
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addUserTSConfig()
Resolves: #105464
Related: #105377
Related: #101799
Related: #101807
Releases: main
Change-Id: Iba9978d8e9940e7e363871295782fd28b6f8c154
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86780
Reviewed-by: Christian Kuhn [email protected]
Tested-by: core-ci [email protected]
Tested-by: Garvin Hicking [email protected]
Reviewed-by: Garvin Hicking [email protected]
Tested-by: Andreas Kienast [email protected]
Tested-by: Christian Kuhn [email protected]
Reviewed-by: Andreas Kienast [email protected]
➗ Modified files
14.0/Breaking-105377-DeprecatedFunctionalityRemoved.rst
The text was updated successfully, but these errors were encountered: