From 8312ac3ec601f96d24fc232730289f72d1656975 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 2 May 2017 15:50:28 +0200 Subject: [PATCH] TASK: Add all hooks Resolves: #45 --- .../Typo3Update/Configuration/Removed/Hooks/7.3.yaml | 3 +++ .../Typo3Update/Configuration/Removed/Hooks/7.5.yaml | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 src/Standards/Typo3Update/Configuration/Removed/Hooks/7.5.yaml 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