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 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. ' ;
Original file line number Diff line number Diff line change 2525
2626defined ('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 ' ;
You can’t perform that action at this time.
0 commit comments