From 56cc608e296fe8556cbe9e14a7346d499faf8b1f Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Thu, 8 Jun 2023 21:14:47 +0200 Subject: [PATCH] [TASK] Release 8.0.1 --- .../Administration/Changelog/Index.rst | 1 + .../Administration/Changelog/v/8-0-1.rst | 24 +++++++++++++++++++ ext_emconf.php | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 Documentation/Administration/Changelog/v/8-0-1.rst diff --git a/Documentation/Administration/Changelog/Index.rst b/Documentation/Administration/Changelog/Index.rst index d7f2e136..01752a20 100755 --- a/Documentation/Administration/Changelog/Index.rst +++ b/Documentation/Administration/Changelog/Index.rst @@ -11,6 +11,7 @@ Changelog :titlesonly: :glob: + v/8-0-1 v/8-0-0 v/7-1-0 v/7-0-0 diff --git a/Documentation/Administration/Changelog/v/8-0-1.rst b/Documentation/Administration/Changelog/v/8-0-1.rst new file mode 100644 index 00000000..0476bf42 --- /dev/null +++ b/Documentation/Administration/Changelog/v/8-0-1.rst @@ -0,0 +1,24 @@ +8.0.1 - 8th June 2023 +===================== + +.. include:: /Includes.rst.txt + +.. only:: html + +.. contents:: + :local: + :depth: 3 + + +All Changes +----------- +This is a list of all changes in this release: :: + + 2023-06-07 [BUGFIX] Make TelephoneEvaluation work in v11 #484 (Commit b06bfad 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 a1c102c7..e3a7d0df 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.0.0', + 'version' => '8.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.4.99',