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.23 (2020-06-30)

Fixed

  • Fixed ConfigurationUrlParser query decoding (#33340)
  • Correct implementation of float casting comparison (#33322)

v6.18.22 (2020-06-24)

Revert

v6.18.21 (2020-06-23)

Fixed

  • Fixed Model::originalIsEquivalent() with floats (#33259, d68d915)

v6.18.20 (2020-06-16)

Changed

  • Improved the reflector (#33184)

v6.18.19 (2020-06-09)

Fixed

  • Fixed Model::withoutEvents() not registering listeners inside boot() (#33149, 4bb32ae)