Skip to content

Commit f587caf

Browse files
Github Actionscrazyserver
authored andcommitted
Update lang files from 3.9.5
1 parent f02a2f9 commit f587caf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@
340340
$string['core.errorinvalidresponse'] = 'Invalid response received. Please contact your site administrator if the error persists.';
341341
$string['core.errorloadingcontent'] = 'Error loading content.';
342342
$string['core.errorofflinedisabled'] = 'Offline browsing is disabled on your site. You need to be connected to the internet to use the app.';
343+
$string['core.erroropenfiledownloading'] = 'Error opening file: you need to wait for the download to complete.';
343344
$string['core.erroropenfilenoapp'] = 'Error opening file: no app found to open this type of file.';
344345
$string['core.erroropenfilenoextension'] = 'Error opening file: the file doesn\'t have an extension.';
345346
$string['core.erroropenpopup'] = 'This activity is trying to open a popup. This is not supported in the app.';

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
defined('MOODLE_INTERNAL') || die;
2727

28-
$plugin->version = 2021061700;
28+
$plugin->version = 2021071900;
2929
$plugin->requires = 2013111800; // Require Moodle version (2.6).
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '3.9.5-rc'; // This should be the latest Mobile app version
31+
$plugin->release = '3.9.5'; // This should be the latest Mobile app version
3232
$plugin->component = 'local_moodlemobileapp';

0 commit comments

Comments
 (0)