Skip to content

v3.78.2

Compare
Choose a tag to compare
@mzur mzur released this 27 Jun 12:30
· 789 commits to master since this release
9b82af5

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

  • Fix validation of filenames with special characters by @mzur in #867

Full Changelog: v3.78.1...v3.78.2