Skip to content

Commit

Permalink
[RELEASE] Release of version 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flossels committed Jun 2, 2020
1 parent 9e14af2 commit 8bf359a
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
31 changes: 31 additions & 0 deletions Documentation/About/Changelog/3-2-2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
.. include:: ../../Includes.txt

==========================
Version 3.2.2 - 2020/06/02
==========================

This release is regular maintenance release.

Changed
=======
* The composer package name was renamed from `bitmotion/auth0` to `leuchtfeuer/auth0`.

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.2.2>`__.

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

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

2020-06-02 [DOC] Add hint for former documentation (Commit 9e14af2 by Florian Wessels)
2020-06-02 [DOC] Update badge links (Commit 1c2f2ed by Florian Wessels)
2020-06-02 [TASK] Update TYPO3 dependencies (Commit eac4201 by Florian Wessels)
2020-06-02 [TASK] Update dependencies (Commit 47f3822 by Florian Wessels)
2020-06-02 [TASK] Rename composer package name (Commit 7609f3b by Florian Wessels)
2020-05-05 [TASK] Update funding file (Commit f93bfa6 by Florian Wessels)
2020-04-28 [TASK] Use proper TYPO3 version (Commit 0542486 by Florian Wessels)
2020-04-27 [TASK] Set version to 3.2.2-dev (Commit 9cb0d8a by Florian Wessels)
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-2-2
3-2-1
3-2-0
3-1-1
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Admin/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If your TYPO3 instance is running in composer mode, you can simply require the e

.. code-block:: bash
composer req bitmotion/auth0
composer req leuchtfeuer/auth0
.. _admin-installation-extensionManager:

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = This extension allows you to log into a TYPO3 backend or frontend

[html_theme_options]
github_branch = master
github_repository = bitmotion/auth0-for-typo3
github_repository = Leuchtfeuer/auth0-for-typo3

project_contact = mailto:dev@Leuchtfeuer.com
project_home = https://github.com/Leuchtfeuer/auth0-for-typo3
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.2.2-dev',
'version' => '3.2.2',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 8bf359a

Please sign in to comment.