Skip to content

Releases: esensi/core

v4.1.0

07 Jul 09:15

Choose a tag to compare

Upgrade to laravel 12

v4.0.0

04 Jul 15:27

Choose a tag to compare

Upgrade to laravel 11

v3.0.6

16 Jun 10:37

Choose a tag to compare

Merge branch 'bug/uuid-nullable' into 3.x

v3.0.5

04 Jun 19:53

Choose a tag to compare

Fix php warnings

v3.0.4

31 May 11:28

Choose a tag to compare

Fix local not being updated for CruddableRepositoryTrait

Refactor event dispatching for rate exceeded event

26 May 10:00

Choose a tag to compare

Fixed the “Cyclic redirection” error

15 Apr 16:07

Choose a tag to compare

Fixed the “Cyclic redirection” error

Head minor fixes

08 Mar 14:56

Choose a tag to compare

Minor fixes in the head for laravel 10

Upgraded to laravel 10.x

10 Jan 14:32

Choose a tag to compare

Upgrade to Laravel 10.x

v2.0.1

25 May 17:05

Choose a tag to compare

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, ], ],