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.

v6.18.7 (2020-04-14)

Fixed

  • Use a map to prevent unnecessary array access (#32296)
  • Prevent timestamp update when pivot is not dirty (#32311)
  • Add support for the new composer installed.json format (#32310)
  • ValidatesAttributes::validateUrl use Symfony/Validator 5.0.7 regex (#32315)
  • Fix *scan methods for phpredis (#32336)
  • Use the router for absolute urls (#32345)

v6.18.6 (2020-04-08)

Security

  • Prevent insecure characters in locale (c248521)

v6.18.5 (2020-04-07)

Fixed

  • Revert "Fix setting mail header" (#32278)

v6.18.4 (2020-04-07)

Fixed

  • Added missing return in the sendNow pending mail fake (#32095)
  • Prevent long URLs from breaking email layouts (#32189)
  • Fix setting mail header (#32272)

v6.18.3 (2020-03-24)

Fixed

  • Avoid deadlock in test when sharing process group (#32067)