From bd62c49fb38985f0e4ab95faf43084a17ac01395 Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Wed, 10 Jul 2024 10:41:43 +0200 Subject: [PATCH] [TASK] Release 8.1.1 --- .../Administration/Changelog/Index.rst | 1 + .../Administration/Changelog/v/8-1-1.rst | 25 +++++++++++++++++++ ext_emconf.php | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 Documentation/Administration/Changelog/v/8-1-1.rst diff --git a/Documentation/Administration/Changelog/Index.rst b/Documentation/Administration/Changelog/Index.rst index 798b5b61..07e0f9ce 100755 --- a/Documentation/Administration/Changelog/Index.rst +++ b/Documentation/Administration/Changelog/Index.rst @@ -11,6 +11,7 @@ Changelog :titlesonly: :glob: + v/8-1-1 v/8-1-0 v/8-0-3 v/8-0-2 diff --git a/Documentation/Administration/Changelog/v/8-1-1.rst b/Documentation/Administration/Changelog/v/8-1-1.rst new file mode 100644 index 00000000..fd1796bc --- /dev/null +++ b/Documentation/Administration/Changelog/v/8-1-1.rst @@ -0,0 +1,25 @@ +8.1.1 - 10th July 2024 +====================== + +.. include:: /Includes.rst.txt + +.. only:: html + +.. contents:: + :local: + :depth: 3 + + +All Changes +----------- +This is a list of all changes in this release: :: + + 2024-07-09 fix: make preview renderer compatible with typo3 12.4.17 (#554) (Commit e909317 by Maik Schneider) + 2024-05-06 [BUGFIX] Fix notice (Commit 06edeb5 by Georg Ringer) + + +This list has been created by using: + +.. code-block:: shell + + git log $(git describe --tags --abbrev=0)..HEAD --abbrev-commit --pretty='%ad %s (Commit %h by %an)' --date=short diff --git a/ext_emconf.php b/ext_emconf.php index a347b8a6..4b7a7e73 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'clearCacheOnLoad' => true, 'author' => 'tt_address Development Team', 'author_email' => 'friendsof@typo3.org', - 'version' => '8.1.0', + 'version' => '8.1.1', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.4.99',