TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+50
@@ -0,0 +1,50 @@
|
||||
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _breaking-72361-1668719172:
|
||||
|
||||
======================================================================
|
||||
Breaking: #72361 - Removed deprecated methods in ContentObjectRenderer
|
||||
======================================================================
|
||||
|
||||
See :issue:`72361`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The following methods have been removed:
|
||||
|
||||
* `cleanFormName`
|
||||
* `stdWrap_offsetWrap`
|
||||
* `textStyle`
|
||||
* `tableStyle`
|
||||
|
||||
The TypoScript `jumpurl` configuration has been removed for file links.
|
||||
The TypoScript property `andWhere` from `.select` has been removed.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Using the methods above directly in any third party extension will result in a fatal error.
|
||||
|
||||
|
||||
Affected Installations
|
||||
======================
|
||||
|
||||
Instances which use custom calls to ContentObjects via the methods above.
|
||||
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
`cleanFormName` has been moved to `FormContentObject`.
|
||||
`stdWrap_offsetWrap` has not been replaced by a new function.
|
||||
`textStyle` TypoScript option should be done with CSS.
|
||||
`tableStyle` TypoScript option should be done with CSS.
|
||||
|
||||
TypoScript option `jumpurl` can be passed in the `typolinkConfiguration` property.
|
||||
|
||||
TypoScript property `andWhere` can be migrated to `where`.
|
||||
|
||||
.. index:: PHP-API, TypoScript, Frontend
|
||||
Reference in New Issue
Block a user