Skip to content

Commit

Permalink
[RELEASE] Release of version 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flossels committed Jun 16, 2021
1 parent d429900 commit 318c479
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
40 changes: 40 additions & 0 deletions Documentation/About/Changelog/3-4-2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
.. include:: ../../Includes.txt

==========================
Version 3.4.2 - 2021/06/16
==========================

This release is a bug fix release which fixes issues regarding redirects after login. Also, this extension is now compatible with
TYPO3 v11.2.

Download
========

Download this version from the `TYPO3 extension repository <https://extensions.typo3.org/extension/auth0/>`__ or from
`GitHub <https://github.com/Leuchtfeuer/auth0-for-typo3/releases/tag/v3.4.2>`__.

All Changes
===========

This is a list of all changes in this release::

2021-06-16 [TASK] Update 3rd party libraries (Commit d429900 by Florian Wessels)
2021-06-16 [TASK] Add support for TYPO3 v11.2 (Commit c68792f by Florian Wessels)
2021-06-16 [TASK] Ignore cache file (Commit 7ca6bc3 by Florian Wessels)
2021-06-11 [TASK] Bypass referrer or return url to login action (Commit 79dba25 by Florian Wessels)
2021-06-11 [BUGFIX] Add export-ignore to README and LICENSE file (Commit 79b841c by Florian Wessels)
2021-02-26 [TASK] Drop support for TYPO3 v11.0 (Commit 76be460 by Florian Wessels)
2021-02-26 [TASK] Support TYPO3 v11.1 (Commit 2d8a06e by Florian Wessels)
2021-02-08 [TASK] Remove license badge from readme (Commit ca0cba1 by Florian Wessels)
2021-02-08 [BUGFIX] Initialize Auth0 if empty (Commit 8138bc5 by Florian Wessels)
2021-02-08 [TASK] Do not update composer dependencies on release (Commit 936d440 by Florian Wessels)
2021-02-08 [TASK] Force context for Auth0 initialization (Commit 5f80115 by Florian Wessels)
2021-01-07 [TASK] Set version to 3.4.2-dev (Commit 6f92da8 by Florian Wessels)

Contributors
============

This release was sponsored by `MEDIUM Werbeagentur Bielefeld <https://www.medium.ag/>`__.

Thank you very much for your support. The next beer is on us! 🍻

1 change: 1 addition & 0 deletions Documentation/About/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ List of Versions
:maxdepth: 3
:titlesonly:

3-4-2
3-4-1
3-4-0
3-3-2
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-dev',
'version' => '3.4.2',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 318c479

Please sign in to comment.