Skip to content

TYPO3 11 compatible version

Compare
Choose a tag to compare
@derhansen derhansen released this 01 Oct 18:02
· 24 commits to master since this release
7642c5d

Breaking changes

[!!!][TASK] Remove setting "disableSslVerification"

The extension setting disableSslVerification has been removed, since it is possible to disable SSL verification in TYPO3 HTTP client settings.

[!!!][TASK] Rename extension setting "yubikeyApiUrl" to "yubikeyApiUrls"

The extension setting yubikeyApiUrl has been renamed to yubikeyApiUrl. If you used a custom setting in previous version of the extension, ensure to migrate this setting manually

[!!!][TASK] Rename namespace from "DERHANSEN" to "Derhansen"
[!!!][TASK] Added TYPO3 11 compatibility

Other changes

[RELEASE] Release of version 4.0.0
[DOC] Added versions to README.md
[TASK] Fixed unit tests
[TASK] Include PHP 8.0 in builds
[TASK] Render checkboxToggle for be_user setting
[TASK] Update login template to TYPO3 v11 standard
[DOC] Updated documentation
[TASK] Set debug logger only if enabled
[TASK] Use checkboxToggle inb fe_users YubiKey setting
[TASK] Remove dependency to ext-curl
[TASK] Replace constant TYPO3_MODE with TYPO3
[TASK] Rename function to render user settings textarea
[TASK] Updated CI config
[TASK] Make check command use new YubikeyService
[TASK] Updated copyright headers of UserSettings.php
[TASK] Added new YubiKeyService which uses psr/http-client
[TAKS] Minor CGL changes
[TASK] Replaced copyright header in YubikeyLoginProvider.php
[TASK] Added Services.yaml
[TASK] Removed .styleci.yml
[TASK] Move extension icon