From 24ddcb09ab7a566a3bc19bea5cb80d78ad673951 Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Tue, 12 Jan 2021 18:46:50 +0100 Subject: [PATCH] [TASK] Release 8.5.2 --- Documentation/Misc/Changelog/8-5-2.rst | 29 ++++++++++++++++++++++++++ Documentation/Misc/Changelog/Index.rst | 1 + Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 4 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 Documentation/Misc/Changelog/8-5-2.rst diff --git a/Documentation/Misc/Changelog/8-5-2.rst b/Documentation/Misc/Changelog/8-5-2.rst new file mode 100644 index 0000000000..13f159b165 --- /dev/null +++ b/Documentation/Misc/Changelog/8-5-2.rst @@ -0,0 +1,29 @@ +8.5.2 - 12th January 2021 +======================== + +.. include:: ../../Includes.txt + +.. only:: html + +.. contents:: + :local: + :depth: 3 + + +Important changes +----------------- + +Thanks to +^^^^^^^^^ +Thanks to **Simple Web-Solutions GmbH** (https://www.simple-web-solutions.de/) who sponsored this release! + +All Changes +----------- +This is a list of all changes in this release: :: + + 2021-01-12 [BUGFIX] Exclude current news in simpleprevnext (Commit 13e538cf by Georg Ringer) + 2021-01-08 [DOC] Index news records, don't index page itself (SEO) (#1337) (Commit 20e3bdc6 by Sebastian Klein) + 2021-01-08 [TASK] Fix annotations (Commit e1a0838e by Christian Bülter) + + +This list has been created by using `git log $(git describe --tags --abbrev=0)..HEAD --abbrev-commit --pretty='%ad %s (Commit %h by %an)' --date=short`. diff --git a/Documentation/Misc/Changelog/Index.rst b/Documentation/Misc/Changelog/Index.rst index 5c537a60a0..22d0f5081b 100755 --- a/Documentation/Misc/Changelog/Index.rst +++ b/Documentation/Misc/Changelog/Index.rst @@ -20,6 +20,7 @@ List of versions :titlesonly: :glob: + 8-5-2 8-5-1 8-5-0 8-4-1 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index ac2649fa02..7f19bcb97a 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = News system -release = 8.5.1 +release = 8.5.2 version = 8.5 copyright = 2020 diff --git a/ext_emconf.php b/ext_emconf.php index acd0256707..c045fceab4 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'author_email' => 'mail@ringer.it', 'state' => 'stable', 'clearCacheOnLoad' => true, - 'version' => '8.5.1', + 'version' => '8.5.2', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.17-10.9.99',