Skip to content

Commit c5b0edc

Browse files
authored
Merge pull request #184 from turnitin/changelog
Adding changelog for release
2 parents 8c69964 + 861e974 commit c5b0edc

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### Date: 2024-November-25
2+
### Release: v2024112501
3+
4+
#### Fixed a bug with Anonymous Marking
5+
6+
Previously, if a student submitted with anonymous marking enabled for the assignment, their email would sometimes be visible when viewing the online similarity report. This has now been fixed.
7+
8+
#### Streamlined Eula Workflow
9+
10+
In line with our other plagiarism plugin we have removed the Eula decline button, simplifying the Eula acceptance workflow.
11+
12+
#### Added Userlist Provider for Privacy Compliance
13+
14+
Previously we were missing a userlist provider for this plugin. We have now added this.
15+
16+
---
17+
118
### Date: 2023-June-29
219
### Release: v2023062901
320
(Moodle Integration Only graphic)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Useful Links
1919

2020
Installation
2121
-
22-
Before installing this plugin firstly make sure you are logged in as an Administrator and that you are using Moodle 3.5 or higher.
22+
Before installing this plugin firstly make sure you are logged in as an Administrator and that you are using Moodle 4.1 or higher.
2323

2424
To install, all you need to do is copy all the files into the plagiarism/turnitinsim directory on your Moodle installation. You should then go to `"Site Administration" > "Notifications"` and follow the on screen instructions.
2525

version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
defined('MOODLE_INTERNAL') || die();
2727

28-
$plugin->version = 2023062901;
28+
$plugin->version = 2024112501;
2929
$plugin->release = "v1.2";
3030
$plugin->requires = 2017051500;
3131
$plugin->component = 'plagiarism_turnitinsim';

0 commit comments

Comments
 (0)