parent
4d77e99026
commit
8312ac3ec6
2 changed files with 8 additions and 0 deletions
|
@ -6,3 +6,6 @@
|
|||
typo3/index.php->loginFormHook:
|
||||
replacement: 'Use the new backend login form API'
|
||||
docsUrl: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.3/Breaking-66669-BackendLoginControllerRefactored.html
|
||||
t3lib/class.t3lib_tceforms.php->getSingleFieldClass:
|
||||
replacement: null
|
||||
docsUrl: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.3/Breaking-63846-FormEngineRefactoring.html
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
# Breaking changes in 7.5: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.5/Index.html#breaking-changes
|
||||
'7.5':
|
||||
t3lib/class.t3lib_tceforms.php->getMainFieldsClass:
|
||||
replacement: 'Use FormDataProvider to change data given to the render engine of FormEngine from now on'
|
||||
docsUrl: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.5/Breaking-69568-FormEngine.html
|
Loading…
Reference in a new issue