Releases: esensi/core
Releases · esensi/core
v4.1.0
v4.0.0
Upgrade to laravel 11
v3.0.6
v3.0.5
v3.0.4
Refactor event dispatching for rate exceeded event
Fixed the “Cyclic redirection” error
Fixed the “Cyclic redirection” error
Head minor fixes
Minor fixes in the head for laravel 10
Upgraded to laravel 10.x
Upgrade to Laravel 10.x
v2.0.1
This fixes a bug in one of the migrations that removed indexes and altered columns using them in the same migration. They have been split into two separate migrations.
This requires that the following be added to the 'config/database.php' file:
php 'dbal' => [ 'types' => [ 'timestamp' => \Illuminate\Database\DBAL\TimestampType::class, ], ],