Skip to content

Releases: esensi/core

Fixed the “Cyclic redirection” error

15 Apr 16:07
Compare
Choose a tag to compare

Fixed the “Cyclic redirection” error

Head minor fixes

08 Mar 14:56
Compare
Choose a tag to compare

Minor fixes in the head for laravel 10

Upgraded to laravel 10.x

10 Jan 14:32
Compare
Choose a tag to compare

Upgrade to Laravel 10.x

v2.0.1

25 May 17:05
Compare
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, ], ],

Small bug fix

02 Jul 00:19
f6fcf03
Compare
Choose a tag to compare

Used the right exception interface for php7 or 8

Esensi Core v1.0.1

17 May 17:41
ed7cef4
Compare
Choose a tag to compare

Minor change (fixed conditional operators)

Esensi Core v1.0.0

10 May 16:41
ccd9837
Compare
Choose a tag to compare

Compatible with Laravel 8.x

Upgraded to laravel 8.x

04 Apr 13:11
Compare
Choose a tag to compare

Done upgrade laravel -v 5.1 to -v 8.x

Fix Route Pattern Bindings

29 Jan 16:56
Compare
Choose a tag to compare
0.6.3

Merge branch 'master' into 0.6

Maintenance Release

29 Jan 16:56
Compare
Choose a tag to compare
0.5.17

Merge branch '0.5' of github.com:esensi/core