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.25.0 (2020-08-11)

Added

  • Added support to use where in apiResource method (#33790, 3dcc4a6)
  • Support tls:// scheme when using url in Redis config (#33800)
  • Scoped resource routes (#33752)
  • Added Once blade Blocks (#33812)
  • Let mailables accept a simple array of email addresses as cc or bcc (#33810)
  • Added support for PhpRedis 5.3 options parameter (#33799)

Changed

  • Removed quotes when setting isolation level for mysql connections (#33805)
  • Make LazyCollection#countBy be lazy (#33801)

Fixed

  • Revert changes to MailMessage (#33816)

v7.24.0 (2020-08-07)

Added

  • Added possibility to configure isolation level for mysql connections (#33783, c6a3174)
  • Added plain text only notifications (#33781)

Changed

  • Verify column names are actual columns when using guarded (#33777)

v7.23.2 (2020-08-06)

Fixed

  • Fixed Illuminate\Support\Arr::query() (c6f9ae2)

v7.23.1 (2020-08-06)

Added

  • Added isNotFilled() method to Request (#33732)

Fixed

v7.23.0 (2020-08-04)

Added

  • Added dynamic slot (directive) name support (#33724)
  • Added plain mail to notifications (#33725)
  • Support the sink option when using Http::fake() (#33720, fba984b)
  • Added whereBetweenColumns | orWhereBetweenColumns | whereNotBetweenColumns | orWhereNotBetweenColumns methods to Illuminate\Database\Query\Builder (#33728)

Changed

  • Ignore numeric field names in validators (#33712)
  • Fixed validation rule 'required_unless' when other field value is boolean. (#33715)