Skip to content

Commit e5d06c6

Browse files
authored
Merge pull request #542 from dwinn/release_v2019070201
Release v2019070201
2 parents 77ff7e8 + 90de89b commit e5d06c6

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
### Date: 2019-Jul-02
2+
### Release: v2019070201
3+
4+
#### :zap: What's new
5+
6+
---
7+
8+
#### Moodle 3.7 support and course overview bug fixes
9+
10+
We've been working on supporting Moodle 3.7 and improving the course overview area.
11+
12+
We've given the student and instructor views a refresh, and squashed some bugs that were affecting the Moodle timeline and student submissions. The details of the bug fixes are below.
13+
14+
#### :wrench: Fixes and enhancements
15+
16+
---
17+
18+
#### Moodle timeline bug resolved
19+
20+
There was a bug impacting the Moodle timeline that occurred when resetting courses with new assignment dates. As a result of this bug, after resetting, the new assignment wasn’t visible. This has now been resolved.
21+
22+
#### Overdue messaging bug resolved
23+
24+
Students were experiencing a bug that was causing the 'Recently Overdue' message to display even after students had submitted to the assignment. The message would only disappear once the submission has been graded. The message no longer displays once the student has submitted.
25+
26+
---
27+
128
### Date: 2019-May-01
229
### Release: v2019050101
330

version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$plugin = new StdClass();
2626
}
2727

28-
$plugin->version = 2019050101;
28+
$plugin->version = 2019070201;
2929
$plugin->release = "3.1+";
3030
$plugin->requires = 2016052300;
3131
$plugin->component = 'mod_turnitintooltwo';

0 commit comments

Comments
 (0)