Releases: siberfx/authentication-logger
Releases · siberfx/authentication-logger
Release list
6.51.0: Modernize code for PHP 8.4 and Laravel 12/13
- Service provider: wire up auth event listeners (were commented out), drop obsolete $defer, add mergeConfigFrom and void return types - Notifications: remove Nexmo/legacy Slack messages (removed from Laravel core); keep mail, add type hints and constructor property promotion - AuthLogger model: replace deprecated $dates with datetime casts - Factory: fix PSR-4 namespace (AuthenticationLog -> AuthenticationLogger), add array return type - Migration: add void return type on down() Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
6.50.1
6.1.2
6.1.1
6.1.0
6.0.1
6.0
5.0.0
2.1.0 prune functionality was not proper
fixed the prunable issue from package model
via mail setting
2.0.2 Update AuthenticationLoggable.php