Laravel Filemanager Versions Save

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.

v2.9.0

3 weeks ago

Features

  • Support v3.* versions of intervention/image. Also thanks to @MeeDNite .
  • New feature "resize as new image" is available. Thanks to @rashidul-hasan .

Fixes

  • Fix downloading issues with S3, see #1109 . Thanks to @rodrigocardenas .
  • Fix public visibility issues with S3, see #1199 . Thanks to @agus24 .

v2.8.1

1 month ago

Remove support for intervention/image:3.* in composer dependency for now. Will be added back after compatibility issue is solved.

v2.8.0

1 month ago

Support Laravel 11

v2.7.1

2 months ago

Fixes issues when displaying api errors for deleting and renaming. See #1142, #1212, #1214.

v2.7.0

2 months ago

Support intervention/image version above 2.0.0.

v2.6.4

5 months ago

Security

  • In composer.json, requires league/flysystem version above v2.0.0 to detect directory traversal. See #1150 .

v2.6.3

5 months ago

Security

  • Prevent XSS when previewing images. See #1122 .

v2.6.2

5 months ago

Security

v2.6.0

1 year ago
  • Support Laravel 10 (#1186 )
  • Languages updated: da, ja, uz

v2.5.1

1 year ago
  • Prevent executables from being uploaded. See #1113 .