Releases
v9.20.0
Added
Added quote from Mustafa Kemal Atatürk (#43022 )
Allow Collection random() to accept a callable (#43028 )
Added Str::inlineMarkdown()
(#43126 )
Allow authorization responses to specify HTTP status codes (#43097 )
Added required directive (#43103 )
Added replicateQuietly to Model (#43141 )
Added ignore param to ValidateSignature middleware (#43160 )
Fixed
Fixed forceCreate on MorphMany not returning newly created object (#42996 )
Fixed missing return in Illuminate/Mail/Attachment::fromStorageDisk()
(#43023 )
Fixed inconsistent content type when using ResponseSequence (#43051 )
Prevent double throwing chained exception on sync queue (#42950 )
Avoid matching multi-line imports in GenerateCommand stub templates (#43093 )
Changed
Disable Column Statistics for php artisan schema:dump on MariaDB (#43027 )
Bind a Vite Null Object to the Container instead of a Closure in Illuminate/Foundation/Testing/Concerns/InteractsWithContainer::withoutVite()
(#43040 )
Early return when message format is the default in Illuminate/Support/MessageBag::transform()
(#43149 )
You can’t perform that action at this time.