- The path on the allowed sources now allows an empty string instead of "/". This way you can access files without the leading slash on disks now.
- Removed Deprecated Error when
APP_KEY
was not set
- Added support for Laravel 9
- Windows can't create dirs named
aux
,prn
,con
. Subdirs are now 2 chars long. Old:xxx/xxxxxxxx.jpg
, New:xx/xx/xxxxxxx.jpg
.
- Loading images with http did not work with special chars in the url. The url is now escaped.