diff --git a/src/Standards/Typo3Update/Configuration/Removed/Hooks/7.3.yaml b/src/Standards/Typo3Update/Configuration/Removed/Hooks/7.3.yaml index 561a717..eb05d06 100644 --- a/src/Standards/Typo3Update/Configuration/Removed/Hooks/7.3.yaml +++ b/src/Standards/Typo3Update/Configuration/Removed/Hooks/7.3.yaml @@ -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 diff --git a/src/Standards/Typo3Update/Configuration/Removed/Hooks/7.5.yaml b/src/Standards/Typo3Update/Configuration/Removed/Hooks/7.5.yaml new file mode 100644 index 0000000..889bd3c --- /dev/null +++ b/src/Standards/Typo3Update/Configuration/Removed/Hooks/7.5.yaml @@ -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