Releases: derhansen/sf_yubikey
Releases · derhansen/sf_yubikey
TYPO3 v14 compatibility
13 Dec 13:15
Compare
Sorry, something went wrong.
No results found
[!!!][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
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
[TASK] remove utf-8 encoding #60 - thanks @Teisi
Maintenance release
01 Jul 05:16
Compare
Sorry, something went wrong.
No results found
[TASK] Require TYPO3 12.4 minimum #59
Maintenance release
01 Jul 04:55
Compare
Sorry, something went wrong.
No results found
[TASK] Migrate legacy items usage for select fields in TCA #58
TYPO3 12 compatibility
02 Apr 18:00
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[BUGFIX] Load backend CSS using f:asset.css #53
Require TYPO3 11.5
06 Oct 06:10
Compare
Sorry, something went wrong.
No results found
[TASK] Require TYPO3 11.5 as minimum version
[TASK] Updated build config