- send notification to native user when file request was sent via email

- updated mysql dump
This commit is contained in:
Čarodej
2022-05-18 09:50:21 +02:00
parent 3c28da2613
commit aa30b519fa
9 changed files with 84 additions and 12 deletions
+1
View File
@@ -954,5 +954,6 @@ return [
'remote_download_finished' => 'Remote upload was successfully finished',
'remote_upload_progress' => 'Uploading Remotely - {processed} / {total}',
'remote_upload_failed_count' => 'Failed: {count}',
'file_request_notify_center_description' => 'Please click on the link below and upload your files for :name.',
],
];
+2 -1
View File
@@ -1,7 +1,7 @@
<?php
return [
'version' => '2.1.3',
'version' => '2.2',
'is_demo' => env('APP_DEMO', false),
@@ -69,5 +69,6 @@ return [
'2_0_16',
'2_1_1',
'2_1_2',
'2_2_0',
],
];