|
| 1 | +### Date: 2017-January-25 |
| 2 | +### Release: v2017012501 |
| 3 | + |
| 4 | +- This release and future releases will no longer work on Moodle 2.6. |
| 5 | +- The language strings have been updated across all supported languages. |
| 6 | +- The implementation of submission deletion has been changed so that it is no longer a link. |
| 7 | +- Data dump display has been optimised to help with large databases. |
| 8 | +- If the required fileinfo extension is missing it will now be mentioned on the plugin settings page. |
| 9 | +- The plugin will now not make excessive calls to Turnitin when using the bulk enrolment tool. |
| 10 | +- Suspended users now no longer appear in the assignment inbox. |
| 11 | +- Non-submitter e-mails will no longer be sent to inactive students. (Thanks to @junwan6) |
| 12 | +- Travis-CI has been aded to the plugin as an extra QA resource to help flag any issues with the code. |
| 13 | +- Inclusion paths were consolidated for the ./sdk directory. (Thanks to @eviweb) |
| 14 | +- Fixes: |
| 15 | + - Fixed an issue with duplicate submission rows showing in the Moodle database. |
| 16 | + - Fixed an issue with anonymous marking where the overall grade would sometimes not appear. |
| 17 | + - The assignment edit API call no longer fails if repository settings don't match the plugin settings. |
| 18 | + - The submission processing message that was missing in Moodle 3.1 is now visible again. |
| 19 | + - Fixed a bug where the submission inbox would not load if an enrolled student has been deleted in Turnitin. |
| 20 | + - Characters that cannot be used in a file name in Windows are now removed from submission titles to prevent submission errors. |
| 21 | + |
| 22 | +--- |
| 23 | + |
1 | 24 | ### Date: 2016-December-21
|
2 | 25 | ### Release: v2016122101
|
3 | 26 |
|
4 | 27 | - Fixes:
|
5 | 28 | - Changed the language codes to correctly recognise Simplified Chinese in Moodle.
|
6 | 29 | - Pass the correct Simplified Chinese language code to Turnitin.
|
7 | 30 |
|
| 31 | +--- |
| 32 | + |
8 | 33 | ### Date: 2016-September-14
|
9 | 34 | ### Release: v2016091401
|
10 | 35 |
|
11 |
| - |
12 | 36 | - Remove leftover counter variable from get_submission_inbox function.
|
13 | 37 | - Refactored the get users functionality in several places to not include users with roles inherited from site level.
|
14 | 38 | - Fixes:
|
|
0 commit comments