Bump laravel/framework from 11.35.1 to 11.36.1
Bumps laravel/framework from 11.35.1 to 11.36.1.
Release notes
Sourced from laravel/framework's releases.
v11.36.1
- Once Remember Null Values by
@dbpolito
in laravel/framework#53949- [11.x] Add wildcard directory discovery to the EventServiceProvider by
@jared-cannon
in laravel/framework#53932- [11.x] Add
getJob()
method toPendingDispatch
class + Introduced tests by@pascalbaljet
in laravel/framework#53951- Avoid writing multiple keys when using redis in cluster mode by
@bentleyo
in laravel/framework#53940- Revert "[11.x] fix: allows injection using multiple interfaces with the same concrete implementation" by
@taylorotwell
in laravel/framework#53955- Revert "[11.x] No need to redeclare variables" by
@crynobone
in laravel/framework#53954v11.36.0
- [11.x] Update
config/mail.php
with supported configuration by@crynobone
in laravel/framework#53874- [11.x] Allows
enum_value()
to be use in standaloneilluminate/collections
by@crynobone
in laravel/framework#53871- [11.x]
Uri
andUriQueryString
implementStringable
by@cosmastech
in laravel/framework#53873- [11.x] Prefer
new Stringable
overStr::of
andstr()
by@lucasmichot
in laravel/framework#53883- [11.x] No need to redeclare variables by
@lucasmichot
in laravel/framework#53887- [11.x] Add PHP 8.4 with herd to passthrough variables by
@lucasmichot
in laravel/framework#53885- Add new
Uri
class to default, global aliases by@jasonmccreary
in laravel/framework#53884- [11.x] Fix attribute mutator access in
loadMissing
by@SychO9
in laravel/framework#53879- [11.x] Fix
numericAggregate
on eloquent builder by@AmirRezaM75
in laravel/framework#53880- [11.x] Prefer
new Fluent
overfluent()
helper by@lucasmichot
in laravel/framework#53890- Patch by
@angelej
in laravel/framework#53869- [11.x]
Collection::wrap
by@lucasmichot
in laravel/framework#53891- [11.x] Bump minimum league/commonmark by
@ah-rahimi
in laravel/framework#53899- [11.x]
Collection::range
by@lucasmichot
in laravel/framework#53895- [11.x] Added an event that reports files being deleted when calling the
schema:dump --prune
command by@andrey-helldar
in laravel/framework#53870- [11.x] fix: allows injection using multiple interfaces with the same concrete implementation by
@jamiethorpe
in laravel/framework#53275- [11.x] Early return in Factory::modelName() by
@shaedrich
in laravel/framework#53912- [11.x] Prevent
blank
Helper from Serializing Eloquent Models by@SanderMuller
in laravel/framework#53911- [11.x] Add word-break to mail links by
@seblavoie
in laravel/framework#53906- Preserve dynamic database connections on reconnect by
@nickakitch
in laravel/framework#53914- Fix mutexName inconsistency caused by different PHP binary paths on multiple servers by
@waska14
in laravel/framework#53811- [11.x] Add
Fluent::set
method by@stevebauman
in laravel/framework#53946- [11.x] Fix inspecting columns of raw indexes by
@hafezdivandari
in laravel/framework#53945- [11.x] Allow easier overriding of the exception thrown by invalid ID in route binding by
@cosmastech
in laravel/framework#53944- [11.x] Fix client path value in file uploads by
@gyaaniguy
in laravel/framework#53941
Changelog
Sourced from laravel/framework's changelog.
v11.36.1 - 2024-12-17
- Once Remember Null Values by
@dbpolito
in laravel/framework#53949- [11.x] Add wildcard directory discovery to the EventServiceProvider by
@jared-cannon
in laravel/framework#53932- [11.x] Add
getJob()
method toPendingDispatch
class + Introduced tests by@pascalbaljet
in laravel/framework#53951- Avoid writing multiple keys when using redis in cluster mode by
@bentleyo
in laravel/framework#53940- Revert "[11.x] fix: allows injection using multiple interfaces with the same concrete implementation" by
@taylorotwell
in laravel/framework#53955- Revert "[11.x] No need to redeclare variables" by
@crynobone
in laravel/framework#53954v11.36.0 - 2024-12-17
- [11.x] Update
config/mail.php
with supported configuration by@crynobone
in laravel/framework#53874- [11.x] Allows
enum_value()
to be use in standaloneilluminate/collections
by@crynobone
in laravel/framework#53871- [11.x]
Uri
andUriQueryString
implementStringable
by@cosmastech
in laravel/framework#53873- [11.x] Prefer
new Stringable
overStr::of
andstr()
by@lucasmichot
in laravel/framework#53883- [11.x] No need to redeclare variables by
@lucasmichot
in laravel/framework#53887- [11.x] Add PHP 8.4 with herd to passthrough variables by
@lucasmichot
in laravel/framework#53885- Add new
Uri
class to default, global aliases by@jasonmccreary
in laravel/framework#53884- [11.x] Fix attribute mutator access in
loadMissing
by@SychO9
in laravel/framework#53879- [11.x] Fix
numericAggregate
on eloquent builder by@AmirRezaM75
in laravel/framework#53880- [11.x] Prefer
new Fluent
overfluent()
helper by@lucasmichot
in laravel/framework#53890- Patch by
@angelej
in laravel/framework#53869- [11.x]
Collection::wrap
by@lucasmichot
in laravel/framework#53891- [11.x] Bump minimum league/commonmark by
@ah-rahimi
in laravel/framework#53899- [11.x]
Collection::range
by@lucasmichot
in laravel/framework#53895- [11.x] Added an event that reports files being deleted when calling the
schema:dump --prune
command by@andrey-helldar
in laravel/framework#53870- [11.x] fix: allows injection using multiple interfaces with the same concrete implementation by
@jamiethorpe
in laravel/framework#53275- [11.x] Early return in Factory::modelName() by
@shaedrich
in laravel/framework#53912- [11.x] Prevent
blank
Helper from Serializing Eloquent Models by@SanderMuller
in laravel/framework#53911- [11.x] Add word-break to mail links by
@seblavoie
in laravel/framework#53906- Preserve dynamic database connections on reconnect by
@nickakitch
in laravel/framework#53914- Fix mutexName inconsistency caused by different PHP binary paths on multiple servers by
@waska14
in laravel/framework#53811- [11.x] Add
Fluent::set
method by@stevebauman
in laravel/framework#53946- [11.x] Fix inspecting columns of raw indexes by
@hafezdivandari
in laravel/framework#53945- [11.x] Allow easier overriding of the exception thrown by invalid ID in route binding by
@cosmastech
in laravel/framework#53944- [11.x] Fix client path value in file uploads by
@gyaaniguy
in laravel/framework#53941
Commits
-
df06f51
Update version to v11.36.1 -
3946000
Revert "[11.x] No need to redeclare variables (#53887)" (#53954) -
17c0416
Revert "[11.x] fix: allows injection using multiple interfaces with the same ... -
f349abb
Avoid writing multiple keys when using redis in cluster mode (#53940) -
70607c5
[11.x] AddgetJob()
method toPendingDispatch
class + Introduced tests (#... -
fd07e20
Add wildcard directory discovery to the EventServiceProvider (#53932) -
aec8ad4
Once Remember Null Values (#53949) -
3ac290c
Update CHANGELOG -
153254c
Update version to v11.36.0 -
4526005
[11.x] Fix client path value in file uploads (#53941) - Additional commits viewable in compare view