Skip to content

Releases: macropay-solutions/maravel-framework

Fix missed 10.54.1 version update

05 Dec 18:47

Choose a tag to compare

Fix for Backport laravel pull/53416

05 Dec 14:23

Choose a tag to compare

10.54.1

Fix for Backport laravel pull/53416

Backport encryption

24 Nov 07:31

Choose a tag to compare

Backport laravel pull #54173 to issue #49389 and prevent issue from laravel/framework#57772 regarding WithoutOverlapping and ShouldBeUnique by setting a default of 7200 seconds for the locks instead of indefinite

Backports for fixes from Laravel and default timeout on job locks

15 Nov 06:34

Choose a tag to compare

Backport laravel pull/53416 Fix validation message when there is a parameter with escaped dot "." and pull/51516 Preserve numeric keys on the first level of the validator rules
Backport laravel pull #54173 to issue #49389 and prevent issue from laravel/framework#57772 regarding WithoutOverlapping and ShouldBeUnique by setting a default of 7200 seconds for the locks instead of indefinite

Improve casts

09 Nov 17:15
bdae04f

Choose a tag to compare

Merge pull request #21 from macropay-solutions/POC-excesive-set-on-casts

POC for https://github.com/laravel/framework/discussions/31778 excesive set calls for casts

Remove \Illuminate\Database\Eloquent\Factory::class => 'registerDatabaseBindings',

27 Oct 23:08

Choose a tag to compare

10.53.1

Remove \Illuminate\Database\Eloquent\Factory::class => 'registerDatab…

Lumen Application implements Illuminate\Contracts\Foundation\Application

27 Oct 23:01

Choose a tag to compare

10.53.0

Lumen Application implements Illuminate\Contracts\Foundation\Application

Improve di helper

27 Oct 15:28

Choose a tag to compare

10.52.1

Improve di helper

Improve Dependency Injection with new safer helper 'di'

27 Oct 11:49

Choose a tag to compare

Improve resolving from container via a new helper di to avoid calls to container::make before the app is booted
Use di helper for new self and new static in static methods from Macroable classes except for Request class
Port Laravel framework pull 57516 and issue 57455

Backward compatible fix to php/php-src#20262 and laravel/framework#57501

24 Oct 09:44
f32c2b2

Choose a tag to compare