diff --git a/Documentation/About/Changelog/3-4-3.rst b/Documentation/About/Changelog/3-4-3.rst new file mode 100755 index 00000000..44232bd2 --- /dev/null +++ b/Documentation/About/Changelog/3-4-3.rst @@ -0,0 +1,27 @@ +.. include:: ../../Includes.txt + +========================== +Version 3.4.3 - 2021/08/04 +========================== + +This release is a minor feature release which adds the possibility to add an anchor to the referrer url. + +Download +======== + +Download this version from the `TYPO3 extension repository `__ or from +`GitHub `__. + +All Changes +=========== + +This is a list of all changes in this release:: + + 2021-08-04 [TASK] Add possibility to add an anchor to the referrer url (Commit f4ff9745 by Fabian Martin) + +Contributors +============ + +This release was sponsored by `MEDIUM Werbeagentur Bielefeld `__. + +Thank you very much for your support. The next beer is on us! 🍻 \ No newline at end of file diff --git a/Documentation/About/Changelog/Index.rst b/Documentation/About/Changelog/Index.rst index 3912f6ad..2f2d6a77 100644 --- a/Documentation/About/Changelog/Index.rst +++ b/Documentation/About/Changelog/Index.rst @@ -16,6 +16,7 @@ List of Versions :maxdepth: 3 :titlesonly: + 3-4-3 3-4-2 3-4-1 3-4-0 diff --git a/ext_emconf.php b/ext_emconf.php index 553a5d45..a556ed58 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF['auth0'] = [ 'title' => 'Auth0 for TYPO3', 'description' => 'This extension allows you to log into a TYPO3 backend or frontend via Auth0. Auth0 is the solution you need for web, mobile, IoT, and internal applications. Loved by developers and trusted by enterprises.', - 'version' => '3.4.3-dev', + 'version' => '3.4.3', 'category' => 'misc', 'constraints' => [ 'depends' => [