From 0634cc5f871d38467a9f171f6d545e5f2af8a68b Mon Sep 17 00:00:00 2001 From: Matthias Adrowski <matthias.adrowski@sgalinski.de> Date: Fri, 6 May 2022 12:51:50 +0200 Subject: [PATCH] [TASK] Add breaking change enableAutomaticRelatedNews defaults to 1 now --- Configuration/TypoScript/Frontend/constants.typoscript | 2 +- Upgrade.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Configuration/TypoScript/Frontend/constants.typoscript b/Configuration/TypoScript/Frontend/constants.typoscript index 58f8138..056a6f0 100644 --- a/Configuration/TypoScript/Frontend/constants.typoscript +++ b/Configuration/TypoScript/Frontend/constants.typoscript @@ -21,6 +21,6 @@ plugin.tx_sgnews { sortDirection = DESC # This enables the output of related news in regards to the news category or tags - enableAutomaticRelatedNews = 0 + enableAutomaticRelatedNews = 1 } } diff --git a/Upgrade.md b/Upgrade.md index 54cd3ab..b61e905 100644 --- a/Upgrade.md +++ b/Upgrade.md @@ -1,6 +1,7 @@ # Upgrade from ```9.x.x``` to ```10.x.x``` - Dropped TYPO3 9 support +- enableAutomaticRelatedNews defaults now to 1 instead of 0 ## Upgrade from ```9.5.x``` to ```9.6.x``` -- GitLab