Releases: barryvdh/laravel-elfinder
Releases · barryvdh/laravel-elfinder
v0.5.3
What's Changed
- Update 2.1.62 Elfinder CVE Fixed by @tallesairan in #325
- jqueryui/1.10.4 to jqueryui/1.13.1 by @AfzalSabbir in #313
- Laravel 11.x Compatibility by @laravel-shift in #329
New Contributors
- @tallesairan made their first contribution in #325
- @AfzalSabbir made their first contribution in #313
Full Changelog: v0.5.2...v0.5.3
Allow Laravel 10
Support default URL generator
Fallback to Laravel URL generator when no URL is passed.
Full Changelog: v0.5.0...v0.5.1
Support Laravel 9 / Flysystem v3
Changed
- Drop support for Laravel 8.x and older (because of Flysystem v3)
- Fix accessControl for disks
- Change default dir to 'storage' instead of 'files'
v0.4.7
v0.4.6
v0.4.5
Tinymce 5 support
Fix readme for section tinyMCE 5. (#265) * replaces the file_browser_callback with file_picker_callback in readme Signed-off-by: alicompu <[email protected]> * Revert "replaces the file_browser_callback with file_picker_callback in readme" This reverts commit bab460df07d4bd108069d136153636c22515c2fd. * replaces the file_browser_callback with file_picker_callback in readme Signed-off-by: alicompu <[email protected]>
v0.4.3: add support for Laravel 6 (#259)
* Update composer.json * Update composer.json