From d44c07f89598dfa34e3adafb2f34b577de1b61b2 Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Fri, 14 Jul 2023 08:06:43 +0200 Subject: [PATCH] [TASK] Release 11.1.2 --- Documentation/Misc/Changelog/11-1-2.rst | 28 +++++++++++++++++++++++++ Documentation/Misc/Changelog/Index.rst | 1 + ext_emconf.php | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 Documentation/Misc/Changelog/11-1-2.rst diff --git a/Documentation/Misc/Changelog/11-1-2.rst b/Documentation/Misc/Changelog/11-1-2.rst new file mode 100644 index 0000000000..c0c8c160b3 --- /dev/null +++ b/Documentation/Misc/Changelog/11-1-2.rst @@ -0,0 +1,28 @@ +.. include:: /Includes.rst.txt + +11.1.2 - 14th July 2023 +======================= + + +.. only:: html + + .. contents:: + :local: + :depth: 3 + +Breaking changes +---------------- +No breaking changes! + +All Changes +----------- +This is a list of all changes in this release: :: + + 2023-07-09 [TASK] Hide again content elements in list module (#2140) (Commit ec05e72a by Georg Ringer) + 2023-07-09 [TASK] Avoid usage of GU::_GET() (Commit 58a70b08 by Georg Ringer) + 2023-07-08 [TASK] Remove constructor's return type (Commit 9706e0d8 by Georg Ringer) + 2023-07-08 [BUGFIX] RSS example: News Plugins now use the "Generic" template (#2137) (Commit 18fc36a8 by ghermens) + 2023-07-07 [FEATURE] Add custom static language mapper (Commit ccf922f3 by Georg Ringer) + 2023-06-27 [Bugfix] Allow media files for news again (#2133) (Commit b4978880 by Timo Webler) + +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 f204aecc31..dfada206b2 100644 --- a/Documentation/Misc/Changelog/Index.rst +++ b/Documentation/Misc/Changelog/Index.rst @@ -19,6 +19,7 @@ List of versions :titlesonly: :glob: + 11-1-2 11-1-1 11-1-0 11-0-0 diff --git a/ext_emconf.php b/ext_emconf.php index 03cdb9b584..a988b8de1d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'author_email' => 'mail@ringer.it', 'state' => 'stable', 'clearCacheOnLoad' => true, - 'version' => '11.1.1', + 'version' => '11.1.2', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.19-12.9.99',