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.
Fixed
- Fixed "Undefined variable: current" exception in
Illuminate\Database\Eloquent\Concerns\HasAttributes::originalIsEquivalent()
#33308
Added
- Allow array based event listeners (7594267)
- Allow array callback format with non-static methods in
Illuminate\Auth\Access\Gate::define()
(b7977d3)
- Added
Illuminate\Console\Scheduling\ManagesFrequencies::time()
parameter on twiceMonthly function (#33274)
Fixed
- Fixed domain binding with custom fields in
Illuminate\Routing\Route::domain()
(#33231)
Revert
- Revert "handle array callbacks" in event dispatcher (4e3fedb)