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.

v7.22.4 (2020-07-27)

Update

  • Update cookies encryption (release)

v7.22.3 (2020-07-27)

Update

  • Update cookies encryption (release)

v7.22.2 (2020-07-27)

Fixed

v7.22.1 (2020-07-27)

Fixed

v7.22.0 (2020-07-27)

Added

  • Added sectionMissing Blade Directive (#33614)
  • Added range option to queue:retry command (#33627)

Fixed

  • Prevent usage of get*AtColumn() when model has no timestamps (#33634)
  • Don't decrement transaction below 0 in Illuminate\Database\Concerns\ManagesTransactions::handleCommitTransactionException() (7681795)
  • Fixed transaction problems on closure transaction (c4cdfc7)
  • Prevent to serialize uninitialized properties (#33644)
  • Fixed missing statement preventing deletion in Illuminate\Database\Eloquent\Relations\MorphPivot::delete() (#33648)

Changed

  • Throw a TypeError if concrete is not a string or closure in Illuminate\Container\Container::bind() (#33539)
  • Add HTML comment block around inline inspiring quote for consistency with blade template version (#33625)
  • Improve cookie encryption (#33662)