v3.78.2
Before this version, files with special characters such as \n
or \t
could be created. Find and fix these manually with the php artisan tinker
console. Example query: Image::where('filename', '~', '[\n\r\t\f]')->count()
.
What's Changed
Full Changelog: v3.78.1...v3.78.2