diff --git a/Documentation/Administration/Changelog/Index.rst b/Documentation/Administration/Changelog/Index.rst index 5f9936eb..f37fc739 100755 --- a/Documentation/Administration/Changelog/Index.rst +++ b/Documentation/Administration/Changelog/Index.rst @@ -11,6 +11,7 @@ Changelog :titlesonly: :glob: + v/8-0-3 v/8-0-2 v/8-0-1 v/8-0-0 diff --git a/Documentation/Administration/Changelog/v/8-0-3.rst b/Documentation/Administration/Changelog/v/8-0-3.rst new file mode 100644 index 00000000..9ffdb95f --- /dev/null +++ b/Documentation/Administration/Changelog/v/8-0-3.rst @@ -0,0 +1,26 @@ +8.0.3 - 12th February 2024 +========================== + +.. include:: /Includes.rst.txt + +.. only:: html + +.. contents:: + :local: + :depth: 3 + + +All Changes +----------- +This is a list of all changes in this release: :: + + 2024-02-12 [TASK] Explicitly require symfony/console (#517) (Commit b206771 by Mathias Brodala) + 2024-01-25 Prevent Fatal Error in TYPO3 12.4 (#516) (Commit 95e1d6d by Lina Wolf) + 2024-01-25 Update ext_conf_template.txt (#514) (Commit 9d326a7 by Uwe) + 2024-01-08 [BUGFIX] Cannot add new address record in TYPO3 v12 PHP 8.2 (#512) (Commit 6dc5661 by Luca Braun) + +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 87da6f1f..9e94554d 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.2', + 'version' => '8.0.3', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.4.99',