Skip to content

Commit 9b0d78e

Browse files
authored
Merge pull request #766 from turnitin/develop
Release September 11 2024
2 parents f5eaa20 + d827c73 commit 9b0d78e

18 files changed

+27
-15
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### Date: 2024-September-11
2+
### Release: v2024091101
3+
4+
---
5+
6+
#### Database Dumps Fixed
7+
Previously the Show Data Dump and Save Data Dump tabs would sometimes display an error. This is now functioning as expected.
8+
9+
#### Anonymous Marking Fixed
10+
Some users encountered an issue where student first names would be shown while anonymous marking was enabled. This has now been fixed.
11+
12+
---
13+
114
### Date: 2024-August-01
215
### Release: v2024080101
316

classes/v1migration/v1migration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ private function log_success_migration_event($turnitintooltwoid, $course_id, $v1
550550
}
551551

552552
/**
553-
* Get assignments for migrated data table. Called from ajax.php via turnitintooltwo_extra-2024032901.min.js.
553+
* Get assignments for migrated data table. Called from ajax.php via turnitintooltwo_extra-2024100901.min.js.
554554
*
555555
* @global type $DB
556556
* @return array return array of assignments to display

jquery/plugins.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
$plugins = array(
2020
'turnitintooltwo-dataTables' => array('files' => array('jquery.dataTables.js', 'jquery.dataTables.css')),
2121
'turnitintooltwo-dataTables_plugins' => array('files' => array('jquery.dataTables.plugins.js')),
22-
'turnitintooltwo-turnitintooltwo' => array('files' => array('turnitintooltwo-2024032901.min.js')),
23-
'turnitintooltwo-turnitintooltwo_extra' => array('files' => array('turnitintooltwo_extra-2024032901.min.js')),
24-
'turnitintooltwo-turnitintooltwo_settings' => array('files' => array('turnitintooltwo_settings-2024032901.min.js')),
22+
'turnitintooltwo-turnitintooltwo' => array('files' => array('turnitintooltwo-2024100901.min.js')),
23+
'turnitintooltwo-turnitintooltwo_extra' => array('files' => array('turnitintooltwo_extra-2024100901.min.js')),
24+
'turnitintooltwo-turnitintooltwo_settings' => array('files' => array('turnitintooltwo_settings-2024100901.min.js')),
2525
'turnitintooltwo-datatables_columnfilter' => array('files' => array('jquery.dataTables.columnFilter.js')),
2626
'turnitintooltwo-cookie' => array('files' => array('jquery.cookie.js')),
2727
'turnitintooltwo-colorbox' => array('files' => array('jquery.colorbox.js', 'colorbox.css')),

jquery/turnitintooltwo-2024032901.min.js

-2
This file was deleted.

jquery/turnitintooltwo-2024032901.min.js.map

-1
This file was deleted.
File renamed without changes.

jquery/turnitintooltwo-2024100901.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery/turnitintooltwo-2024100901.min.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery/turnitintooltwo_extra-2024032901.min.js

-1
This file was deleted.

0 commit comments

Comments
 (0)