Skip to content

Commit

Permalink
Merge pull request #140 from turnitin/release_master_v2022092101
Browse files Browse the repository at this point in the history
Release v2022092101
  • Loading branch information
dwinn authored Sep 21, 2022
2 parents 7b539cf + a637a0a commit 655d87a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### Date: 2022-September-21
### Release: v2022092101

#### :wrench: Fixes and enhancements

#### Fixed a bug that would show instructors a resubmit button when an unsupported file type was submitted

Previously, if a student submitted an unsupported file type to a Moodle assignment, a Resubmit to Turnitin button would still appear for the instructor. This has now been fixed and the option to re-submit an unsupported file type has been removed.

---

### Date: 2021-May-13
### Release: v2022051301

Expand Down
1 change: 0 additions & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ public function get_links($linkarray) {
$statusstring = "submissiondisplaystatus:error";
if ($submission->geterrormessage() == TURNITINSIM_SUBMISSION_STATUS_CANNOT_EXTRACT_TEXT) {
$statusstring = 'submissiondisplaystatus:' . $errorstrsuffix;
$showresubmitlink = true;
}
$status = html_writer::tag('span', get_string($statusstring, 'plagiarism_turnitinsim'),
array('class' => 'tii_status_text'));
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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

$plugin->version = 2022051301;
$plugin->version = 2022092101;
$plugin->release = "v1.2";
$plugin->requires = 2017051500;
$plugin->component = 'plagiarism_turnitinsim';
Expand Down

0 comments on commit 655d87a

Please sign in to comment.