Skip to content

Commit

Permalink
Merge pull request #651 from turnitin/develop
Browse files Browse the repository at this point in the history
Release 2022051201
  • Loading branch information
dwinn authored May 12, 2022
2 parents e0159b3 + 5f18af3 commit 1dd753a
Show file tree
Hide file tree
Showing 18 changed files with 50 additions and 25 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### Date: 2022-May-12
### Release: v2022051201

---

#### UI improvements to support new 4.0 Boost theme.
We’ve made some improvements to how our interfaces looks when using Moodle’s new 4.0 Boost Theme. Everything will still feel familiar, but there shouldn’t be any elements that squashed when making the switch to the new theme.

#### Notify students who have not submitted yet
A bug had caused our Notify Non-Submitters feature to break temporarily. We’ve fixed this issue, and you can now notify students when they have not submitted to the assignment yet.

---
### Date: 2022-Feb-03
### Release: v2022020301

Expand Down
2 changes: 1 addition & 1 deletion classes/v1migration/v1migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ private function log_success_migration_event($turnitintooltwoid, $course_id, $v1
}

/**
* Get assignments for migrated data table. Called from ajax.php via turnitintooltwo_extra-2020111101.min.js.
* Get assignments for migrated data table. Called from ajax.php via turnitintooltwo_extra-2022051001.min.js.
*
* @global type $DB
* @return array return array of assignments to display
Expand Down
6 changes: 3 additions & 3 deletions jquery/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
$plugins = array(
'turnitintooltwo-dataTables' => array('files' => array('jquery.dataTables.js', 'jquery.dataTables.css')),
'turnitintooltwo-dataTables_plugins' => array('files' => array('jquery.dataTables.plugins.js')),
'turnitintooltwo-turnitintooltwo' => array('files' => array('turnitintooltwo-2020111101.min.js')),
'turnitintooltwo-turnitintooltwo_extra' => array('files' => array('turnitintooltwo_extra-2020111101.min.js')),
'turnitintooltwo-turnitintooltwo_settings' => array('files' => array('turnitintooltwo_settings-2020111101.min.js')),
'turnitintooltwo-turnitintooltwo' => array('files' => array('turnitintooltwo-2022051001.min.js')),
'turnitintooltwo-turnitintooltwo_extra' => array('files' => array('turnitintooltwo_extra-2022051001.min.js')),
'turnitintooltwo-turnitintooltwo_settings' => array('files' => array('turnitintooltwo_settings-2022051001.min.js')),
'turnitintooltwo-datatables_columnfilter' => array('files' => array('jquery.dataTables.columnFilter.js')),
'turnitintooltwo-cookie' => array('files' => array('jquery.cookie.js')),
'turnitintooltwo-colorbox' => array('files' => array('jquery.colorbox.js', 'colorbox.css')),
Expand Down
2 changes: 0 additions & 2 deletions jquery/turnitintooltwo-2020111101.min.js

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions jquery/turnitintooltwo-2022051001.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions jquery/turnitintooltwo_extra-2020111101.min.js

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions jquery/turnitintooltwo_extra-2022051001.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1dd753a

Please sign in to comment.