Skip to content

Commit b5388eb

Browse files
Update lang files from 4.2.0
1 parent ed309f1 commit b5388eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

langindex.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,6 +2349,7 @@
23492349
"core.settings.enablefirebaseanalyticsdescription": "local_moodlemobileapp",
23502350
"core.settings.enablerichtexteditor": "local_moodlemobileapp",
23512351
"core.settings.enablerichtexteditordescription": "local_moodlemobileapp",
2352+
"core.settings.encryptedpushsupported": "local_moodlemobileapp",
23522353
"core.settings.entriesincache": "local_moodlemobileapp",
23532354
"core.settings.estimatedfreespace": "local_moodlemobileapp",
23542355
"core.settings.filesystemroot": "local_moodlemobileapp",

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 = 2023051100;
28+
$plugin->version = 2023053000;
2929
$plugin->requires = 2018051700; // Require Moodle version (3.5).
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '4.2.0-rc'; // This should be the latest Mobile app version
31+
$plugin->release = '4.2.0'; // This should be the latest Mobile app version
3232
$plugin->component = 'local_moodlemobileapp';

0 commit comments

Comments
 (0)