From d175a273ce2be454524f218d5685e39d8d92cdcb Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Thu, 22 Sep 2022 20:22:16 +0200 Subject: [PATCH] [TASK] Release 10.0.1 --- Documentation/Misc/Changelog/10-0-1.rst | 31 +++++++++++++++++++++++++ Documentation/Misc/Changelog/Index.rst | 1 + ext_emconf.php | 2 +- 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 Documentation/Misc/Changelog/10-0-1.rst diff --git a/Documentation/Misc/Changelog/10-0-1.rst b/Documentation/Misc/Changelog/10-0-1.rst new file mode 100644 index 0000000000..c499ec1f8d --- /dev/null +++ b/Documentation/Misc/Changelog/10-0-1.rst @@ -0,0 +1,31 @@ +.. include:: /Includes.rst.txt + +10.0.1 - 22nd September 2022 +============================ + +.. only:: html + + .. contents:: + :local: + :depth: 3 + +Important changes +----------------- + +A tutorial has been added which describes how infinite scrolling can be added to the list view. + +Thanks to *made in nature* (Stefan Grothus), https://www.made-in-nature.de/ for sponsoring this task. + + +All Changes +----------- +This is a list of all changes in this release: :: + + 2022-09-22 [BUGFIX] Allow null for return value of News::getTags (Commit 05961d71 by Georg Ringer) + 2022-09-22 [DOC] Clarify license for infinite scrolling (Commit 43156784 by Georg Ringer) + 2022-09-21 [DOC] Add tutorial for infinite scrolling (#1853) (Commit 7e8ad654 by Georg Ringer) + 2022-09-21 [BUGFIX] Fix notices in NewsImportService (Commit d55d5b73 by Georg Ringer) + 2022-09-21 [BUGFIX] Use fetchColumn instead of fetchOne #1852 (Commit 9dd4b9f7 by Georg Ringer) + + +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 a800ab0741..109e60a121 100644 --- a/Documentation/Misc/Changelog/Index.rst +++ b/Documentation/Misc/Changelog/Index.rst @@ -19,6 +19,7 @@ List of versions :titlesonly: :glob: + 10-0-1 10-0-0 9-4-0 9-3-1 diff --git a/ext_emconf.php b/ext_emconf.php index 45a1fd6ecc..71e211c3bb 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'author_email' => 'mail@ringer.it', 'state' => 'stable', 'clearCacheOnLoad' => true, - 'version' => '10.0.0', + 'version' => '10.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.13-11.9.99',