Skip to content

Releases: siberfx/authentication-logger

6.51.0: Modernize code for PHP 8.4 and Laravel 12/13

Choose a tag to compare

@siberfx siberfx released this 17 Jun 04:07
- 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

Choose a tag to compare

@siberfx siberfx released this 03 Jun 08:39
d6a9adb
Update composer.json

6.1.2

Choose a tag to compare

@siberfx siberfx released this 28 Mar 20:29
f9173a1
Update PHP version requirement to include 8.2 and 8.3

6.1.1

Choose a tag to compare

@siberfx siberfx released this 28 Mar 20:23
6e5c512
Update run-tests.yml to remove testbench dependency

Removed testbench requirement from the workflow configuration.

6.1.0

Choose a tag to compare

@siberfx siberfx released this 28 Mar 20:20
22dec56
Update PHP and illuminate/contracts version requirements

6.0.1

Choose a tag to compare

@siberfx siberfx released this 15 Jul 22:16
56a8928

6.0.1

6.0

6.0

Choose a tag to compare

@siberfx siberfx released this 15 Jul 15:01
5b67018

6.0

5.0.0

Choose a tag to compare

@siberfx siberfx released this 14 Feb 21:26
5b67018

laravel 10 support

2.1.0 prune functionality was not proper

Choose a tag to compare

@siberfx siberfx released this 16 Jun 21:51
13aec63

fixed the prunable issue from package model

via mail setting

Choose a tag to compare

@siberfx siberfx released this 17 Feb 21:53
f8c544c
2.0.2

Update AuthenticationLoggable.php