Releases: ctf0/Laravel-Media-Manager
Releases · ctf0/Laravel-Media-Manager
v3.6.0
- change copy & move flow, now its similar to finder/explorer
- you can now delete & move items from global search
- add new btn for adding item/s to movable list
- all the manager ops are revamped
- some packages are replaced, plz check https://github.com/ctf0/Laravel-Media-Manager#Installation
- a couple of extra metadata are added to the audio tracks info
- fix audio & video files metadata double loading issue
- fix small screen checks
- fix inconsistency in image scroll btn direction
- lots of cleanups & small fixes
- most of the features are now also available when using the path access restriction option, check https://github.com/ctf0/Laravel-Media-Manager/wiki/Restrict-Access-To-Path
- fix private event broadcasting of no user id issue
v3.5.0
v3.4.3
- some cleanup
- more options for upload preview, check https://github.com/ctf0/Laravel-Media-Manager/wiki/Preview-Files-Before-Uploading
v3.4.2
- fix laravel version constrain @emielmolenaar
- add option to use any db connection instead of separate one @emielmolenaar
- fix Upload.js file name for case-sensitive file systems @emielmolenaar
v3.4.1
- some cleanup
- fix scroll by row after upload
- fix autoscroll to item not firing when the manager panel height changes
- fix mysql-db id issue
- fix missing vue prop for search panel
- check if name of the file being uploaded already exists & ignore it, this way we dont need to wait for the upload to finish just to get an error
- update uploadpreview for small screens
- fix img preview in uploadpreview
v3.4.0
- move db file from logs to database
- remove db connection auto register for Lock Files & Folder, check: https://github.com/ctf0/Laravel-Media-Manager/wiki/Lock-Files-&-Folder
- add support for laravel 6.0
- some cleanup to the js code
- add support to preview files before uploading (along with total uploads & size)
- remove deprecated laravel helper methods
- fix incorrect upload panel img paths
- update date-fns imports
- update demo repo too
- small change to the upload size naming, check: https://github.com/ctf0/Laravel-Media-Manager/wiki/Restrict-Access-To-Path