File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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. ' ;
Original file line number Diff line number Diff line change 2525
2626defined ('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 ' ;
You can’t perform that action at this time.
0 commit comments