v2.4.6: TOTP allow multiple codes, composer update, PHPStan

This commit is contained in:
2026-01-28 14:09:10 +01:00
parent 4bcfc3ad9f
commit e82e6ee6a7
5 changed files with 326 additions and 291 deletions

View File

@@ -10,7 +10,7 @@ if (is_file($autoLoad)) {
require_once $autoLoad;
}
const WEBBASE_VERSION = "2.4.5";
const WEBBASE_VERSION = "2.4.6";
spl_autoload_extensions(".php");
spl_autoload_register(function ($class) {