From ec1c85ef276eb94da4db395be2a59a803ffbd321 Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Fri, 22 Dec 2023 09:35:42 +0100 Subject: [PATCH] [TASK] Release 8.0.2 --- .../Administration/Changelog/Index.rst | 1 + .../Administration/Changelog/v/8-0-2.rst | 29 +++++++++++++++++++ ext_emconf.php | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 Documentation/Administration/Changelog/v/8-0-2.rst diff --git a/Documentation/Administration/Changelog/Index.rst b/Documentation/Administration/Changelog/Index.rst index 01752a20..5f9936eb 100755 --- a/Documentation/Administration/Changelog/Index.rst +++ b/Documentation/Administration/Changelog/Index.rst @@ -11,6 +11,7 @@ Changelog :titlesonly: :glob: + v/8-0-2 v/8-0-1 v/8-0-0 v/7-1-0 diff --git a/Documentation/Administration/Changelog/v/8-0-2.rst b/Documentation/Administration/Changelog/v/8-0-2.rst new file mode 100644 index 00000000..888aa200 --- /dev/null +++ b/Documentation/Administration/Changelog/v/8-0-2.rst @@ -0,0 +1,29 @@ +8.0.2 - 22th December 2023 +========================== + +.. include:: /Includes.rst.txt + +.. only:: html + +.. contents:: + :local: + :depth: 3 + + +All Changes +----------- +This is a list of all changes in this release: :: + + 2023-10-10 Update LocationMapWizard.php (#501) (Commit f9ac64a by Markus Söth) + 2023-08-29 [FIX] adapt nominatim API URL (#498) (Commit b96f2c4 by Ingo Fabbri) + 2023-08-28 Fix check for sortBy field (#451) (Commit ac3a41d by Uwe) + 2023-08-01 [DOC] Fix example using in other extension #495 (Commit 8f77d2e by Georg Ringer) + 2023-07-27 [TASK] Improve leavlet JS (Commit acf43a2 by Georg Ringer) + 2023-06-15 [BUGFIX] Load full row for label #485 (Commit b27e170 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 e3a7d0df..87da6f1f 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.1', + 'version' => '8.0.2', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.4.99',