diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba91a3..167d1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## v2.5.2 + Improved session handling. -+ Big text file now are not rendered in the browser. ++ Fixed telegram share not working. ++ Fix for big text file now are not rendered in the browser. + Added preloading for some resources to improve performances. + Added check for block execution on EOL and unsupported PHP versions. + Other minor improvements. diff --git a/resources/lang/en.lang.php b/resources/lang/en.lang.php index 1f7c637..1befa55 100644 --- a/resources/lang/en.lang.php +++ b/resources/lang/en.lang.php @@ -94,4 +94,5 @@ return [ 'upgrade' => 'Upgrade', 'updates' => 'Updates', 'maintenance_in_progress' => 'Platform under maintenance, try again later...', + 'cancel' => 'Cancel', ]; \ No newline at end of file diff --git a/resources/lang/it.lang.php b/resources/lang/it.lang.php index 119ce51..63b6e1f 100644 --- a/resources/lang/it.lang.php +++ b/resources/lang/it.lang.php @@ -94,4 +94,5 @@ return [ 'upgrade' => 'Upgrade', 'updates' => 'Aggiornamenti', 'maintenance_in_progress' => 'Manutenzione in corso, riprova piĆ¹ tardi.', + 'cancel' => 'Annulla', ]; \ No newline at end of file diff --git a/resources/templates/upload/public.twig b/resources/templates/upload/public.twig index efc4a2a..53a1a3f 100644 --- a/resources/templates/upload/public.twig +++ b/resources/templates/upload/public.twig @@ -18,10 +18,7 @@ + {% endblock %} \ No newline at end of file