mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
broadcast new files to the frontend after file was remotely uploaded
This commit is contained in:
@@ -948,6 +948,6 @@ return [
|
||||
'remote_links_help' => 'For every line paste one link',
|
||||
'paste_remote_links_here' => 'Paste your remote links here...',
|
||||
'remote_download_submitted' => 'Your links will be downloaded as soon as possible',
|
||||
'remote_download_processed' => 'Your links were processed successfully',
|
||||
'remote_download_processed' => 'Links was added to the queue and will be downloaded soon',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'version' => '2.0.19',
|
||||
'version' => '2.1.0',
|
||||
|
||||
'is_demo' => env('APP_DEMO', false),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user