Leuchtfeuer/auth0-for-typo3

View on GitHub
Documentation/About/Changelog/3-1-1.rst

Summary

Maintainability
Test Coverage
.. include:: ../../Includes.txt

==========================
Version 3.1.1 - 2020/03/13
==========================

This release is a bug fix release which fixes issues regarding non-composer setups.

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

Deprecated
==========

* The signature constants of domain model `Application` are deprecated. You can use the constants of transfer object
`JwtConfiguration` instead.

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

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

   2020-03-13 [TASK] Mark constants of application model as deprecated (Commit 4c1b34e by Florian Wessels)
   2020-03-12 [DOC] Update list of commits (Commit d669e63 by Florian Wessels)
   2020-03-12 [DOC] Add change log for future version 3.1.1 (Commit fd08f03 by Florian Wessels)
   2020-03-12 [TASK] Update release notes (Commit 11dd943 by Florian Wessels)
   2020-03-12 [TASK] Set version to 3.1.1-dev (Commit 7d7389f by Florian Wessels)
   2020-03-12 [BUGFIX] Downgrade guzzlehttp/guzzle (Commit eb33ba6 by Florian Wessels)