Skip to content

Releases: derhansen/sf_yubikey

TYPO3 v14 compatibility

13 Dec 13:15
9023739

Choose a tag to compare

[!!!][TASK] Added TYPO3 v14 compatibility, dropped support for v13 #67
[TASK] Include php 8.3 and 8.4 in code quality checks

Maintenance release

13 Dec 07:56
c22cd1d

Choose a tag to compare

[DOCS] Mention own YubiCloud instance in docs #65
[DOCS] Revise documentation
[TASK] Adjust TYPO3 v13 login template changes #66

TYPO3 v13 compatibility

13 Oct 10:06
d3c6081

Choose a tag to compare

This release comes with support for TYPO3 v13. It contains only one breaking change, which is documented below.

[!!!][TASK] Remove devlog extension setting #63

The devlog setting has been removed without replacement. The extension still logs debug events, but a logfile must now be configured manually in additional.php if required.

$GLOBALS['TYPO3_CONF_VARS']['LOG']['Derhansen']['SfYubikey']['writerConfiguration'] = [
    \TYPO3\CMS\Core\Log\LogLevel::DEBUG => [
        \TYPO3\CMS\Core\Log\Writer\FileWriter::class => [
            'logFile' => 'typo3temp/var/log/sf_yubikey.log',
        ],
    ],
];

Maintenance release

17 Aug 06:02
416603a

Choose a tag to compare

[TASK] remove utf-8 encoding #60 - thanks @Teisi

Maintenance release

01 Jul 05:16
18b3b69

Choose a tag to compare

[TASK] Require TYPO3 12.4 minimum #59

Maintenance release

01 Jul 04:55
024abd5

Choose a tag to compare

[TASK] Migrate legacy items usage for select fields in TCA #58

TYPO3 12 compatibility

02 Apr 18:00
bfcece3

Choose a tag to compare

This is the first version of the extension compatible with TYPO3 12. No new features or breaking changes have been added.

Bugfix release

02 Oct 11:40
bd5afd3

Choose a tag to compare

[BUGFIX] Added missing ResetPassword section to template #57
[BUGFIX] Fixed undefinied array key with PHP 8.1
[TASK] Add php-cs-fixer as dependency #54
[TASK] Add phpstan to dev dependency #55

4.0.2

06 Jun 16:52
add2d09

Choose a tag to compare

[BUGFIX] Load backend CSS using f:asset.css #53

Require TYPO3 11.5

06 Oct 06:10
32da94e

Choose a tag to compare

[TASK] Require TYPO3 11.5 as minimum version
[TASK] Updated build config