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.

v5.7.6 (2018-09-25)

Added

  • Support MorphTo eager loading with selected columns (#25662)
  • Added possibility to define a complex condition (overwrite shouldAddXsrfTokenCookie method) for add cookie to response in Middleware/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)

v5.7.5 (2018-09-20)

Added

  • Add callback hook for building mailable data in \Illuminate\Mail\Mailable (7dc3d8d)

Fixed

  • Make any column searchable with like in PostgreSQL (#25698)
  • Remove trailing newline from hot url in mix helper (#25699)

Changed

  • Revert of "Remove Hash::check() for password verification" (2e78bf4)

v5.7.4 (2018-09-18)

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)

v5.7.3 (2018-09-11)

Changed

  • __toString method in Illuminate/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 to Illuminate/Console/Scheduling/Event.php (70a72fc)
  • Add ensureOutputIsBeingCaptured method to Illuminate/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 in Illuminate/Foundation/Testing/Concerns/InteractsWithConsole.php (#25499)
  • Fix DurationLimiter not using Redis connection proxy to call eval command (#25505)

Deprecated

  • Make ensureOutputIsBeingCapturedForEmail method deprecated in Illuminate/Console/Scheduling/Event.php

v5.7.2 (2018-09-06)

Added

  • Added moontoast/math suggestion to Support 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)