Laravel Changelog History Search
Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.
Added
- Support MorphTo eager loading with selected columns (#25662)
- Added possibility to define a complex condition (overwrite
shouldAddXsrfTokenCookie
method) for add cookie to response inMiddleware/VerifyCsrfToken.php
Fixed
- Fixed tag cache clearing when using Redis (#25744)
- Fixed broken email subcopy template escaping (#25723)
- Fixed MethodNotAllowedHTTPException on Intended Redirect (#25739)
Changed
- Use url() function instead of plain url in
views/illustrated-layout.blade.php
(25725)
Added
- Add 'verified' session boolean in
VerifiesEmails::verify
action (#25638)
- Add Nelson Mandela to Inspirational Quotes (#25599)
Fixed
- Fix app stub when register route option is set to false (#25582)
- Fix artisan PendingCommand run method return value (#25577)
- Support custom accessor on
whenPivotLoaded()
(#25661)
Changed
- Remove
Hash::check()
for password verification (#25677)
Changed
__toString
method inIlluminate/Auth/Access/Response.php
(#25539)
- Do not pass the guard instance to the authentication events (#25568)
- Use
request()
method when we called Guzzle ClientInterface (#25490)
- Replace all placeholders for comparison rules (
gt
/gte
/lt
/lte
) properly (#25513)
Added
- Add
storeOutput
method toIlluminate/Console/Scheduling/Event.php
(70a72fc)
- Add
ensureOutputIsBeingCaptured
method toIlluminate/Console/Scheduling/Event.php
- Add options for SES Mailer (#25536)
- Add Ability to disable register route (#25556)
Fixed
- Fix database cache on PostgreSQL (#25530)
- Fix bug with invokables in
Illuminate/Console/Scheduling/CallbackEvent.php
(eaac77b)
- Stop sending email verification if user already verified (#25540)
- Fix
withoutMockingConsoleOutput
inIlluminate/Foundation/Testing/Concerns/InteractsWithConsole.php
(#25499)
- Fix DurationLimiter not using Redis connection proxy to call eval command (#25505)
Deprecated
- Make
ensureOutputIsBeingCapturedForEmail
method deprecated inIlluminate/Console/Scheduling/Event.php
Added
- Added
moontoast/math
suggestion toSupport
module (79edf5c)
- Send an event when the user's email is verified (045cbfd)
- Allow email verification middleware to work with API routes (0e23b6a)
- Pass configuration key parameter to updatePackageArray in Preset (#25457)
- Let the WorkCommand specify whether to stop when queue is empty (2524c5e)
Changed
- Make email verification scaffolding translatable (#25473)
- Do not mock console output by default (b433970)
- Allow daemon to stop when there is no more jobs in the queue (157a150)
Fixed
- Do not send email verification if user is already verified (#25450)
- Fixed required carbon version (394f79f)