From 91ab7e3424dcf07e322be5c54cbcd18df7123dec Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 2 May 2017 14:34:52 +0200 Subject: [PATCH] TASK: Configure removed or changed signals Relates: #45 --- .../Typo3Update/Configuration/Removed/Signals/7.3.yaml | 5 +++++ .../Typo3Update/Configuration/Removed/Signals/7.4.yaml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 src/Standards/Typo3Update/Configuration/Removed/Signals/7.3.yaml create mode 100644 src/Standards/Typo3Update/Configuration/Removed/Signals/7.4.yaml diff --git a/src/Standards/Typo3Update/Configuration/Removed/Signals/7.3.yaml b/src/Standards/Typo3Update/Configuration/Removed/Signals/7.3.yaml new file mode 100644 index 0000000..e8684eb --- /dev/null +++ b/src/Standards/Typo3Update/Configuration/Removed/Signals/7.3.yaml @@ -0,0 +1,5 @@ +# Breaking changes in 7.3: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.3/Index.html#breaking-changes +'7.3': + \TYPO3\CMS\Lang\Service\UpdateTranslationService::postProcessMirrorUrl: + replacement: 'Change the slot to use the \TYPO3\CMS\Lang\Service\TranslationService::postProcessMirrorUrl signal' + docsUrl: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.3/Breaking-62983-PostProcessMirrorUrlSignalHasMoved.html diff --git a/src/Standards/Typo3Update/Configuration/Removed/Signals/7.4.yaml b/src/Standards/Typo3Update/Configuration/Removed/Signals/7.4.yaml new file mode 100644 index 0000000..4d2ee7a --- /dev/null +++ b/src/Standards/Typo3Update/Configuration/Removed/Signals/7.4.yaml @@ -0,0 +1,5 @@ +# Breaking changes in 7.4: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.4/Index.html#breaking-changes +'7.4': + \TYPO3\CMS\Core\Resource\ResourceStorage::preFileAdd + replacement: 'The signal will now receive an empty string in $sourceFilePath' + docsUrl: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.4/Breaking-67545-PreFileAddSignalBehaviourChanged.html