Skip to content

Commit b289a75

Browse files
author
Travis CI User
committed
Update lang files from 3.7.1
1 parent 15ea48a commit b289a75

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
@@ -49,6 +49,7 @@
4949
$string['addon.calendar.calendarevent'] = 'Calendar event';
5050
$string['addon.calendar.calendarevents'] = 'Calendar events';
5151
$string['addon.calendar.calendarreminders'] = 'Calendar reminders';
52+
$string['addon.calendar.currentmonth'] = 'Current Month';
5253
$string['addon.calendar.defaultnotificationtime'] = 'Default notification time';
5354
$string['addon.calendar.errorloadevent'] = 'Error loading event.';
5455
$string['addon.calendar.errorloadevents'] = 'Error loading events.';

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

0 commit comments

Comments
 (0)