Skip to content

Commit

Permalink
Merge pull request #488 from dwinn/release_2018102601
Browse files Browse the repository at this point in the history
Release v2018102601
  • Loading branch information
dwinn authored Oct 26, 2018
2 parents d056047 + ce7f396 commit 45e7d9a
Show file tree
Hide file tree
Showing 18 changed files with 33 additions and 20 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
### Date: 2018-October-19
### Date: 2018-October-26
### Release: v2018102601

#### Fixes and enhancements

---

#### The course restoration tool has now been restored for use!

Were you previously using Turnitin.com or TurnitinUK.com before making the switch over to Moodle? The course restoration tool allows you to take your old classes and assignments with you by recreating them within Moodle. Previously, a bug had prevented this functionality from working as intended. Want to learn more? [Check out our guide](https://help.turnitin.com/Feedback_Studio/Moodle/Direct%20V2/Administrator/Administrator%20Category.htm#Turnitinclassrestoration).

---

### Date: 2018-October-19
### Release: v2018101901

#### Fixes and enhancements
Expand All @@ -19,7 +32,7 @@ We've received some invaluable bug fixes, in the form of pull requests, to help

---

### Date: 2018-August-28
### Date: 2018-August-28
### Release: v2018082801

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

/**
* Get assignments for migrated data table. Called from ajax.php via turnitintooltwo_extra-2018082301.min.js.
* Get assignments for migrated data table. Called from ajax.php via turnitintooltwo_extra-2018102601.min.js.
*
* @global type $DB
* @return array return array of assignments to display
Expand Down
8 changes: 4 additions & 4 deletions jquery/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
$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-2018082301.min.js')),
'turnitintooltwo-turnitintooltwo_extra' => array('files' => array('turnitintooltwo_extra-2018082301.min.js')),
'turnitintooltwo-turnitintooltwo_settings' => array('files' => array('turnitintooltwo_settings-2018082301.min.js')),
'turnitintooltwo-turnitintooltwo' => array('files' => array('turnitintooltwo-2018102601.min.js')),
'turnitintooltwo-turnitintooltwo_extra' => array('files' => array('turnitintooltwo_extra-2018102601.min.js')),
'turnitintooltwo-turnitintooltwo_settings' => array('files' => array('turnitintooltwo_settings-2018102601.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')),
'turnitintooltwo-uieditable' => array('files' => array('jqueryui-editable.js', 'jqueryui-editable.css')),
'turnitintooltwo-moment' => array('files' => array('moment.js')),
'turnitintooltwo-tooltipster' => array('files' => array('tooltipster.js', 'tooltipster.css')),
'turnitintooltwo-migration_tool' => array('files' => array('turnitintooltwo_migration_tool-2018082301.js'))
'turnitintooltwo-migration_tool' => array('files' => array('turnitintooltwo_migration_tool-2018102601.js'))
);
3 changes: 0 additions & 3 deletions jquery/turnitintooltwo-2018082301.min.js

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions jquery/turnitintooltwo-2018102601.min.js

Large diffs are not rendered by default.

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

This file was deleted.

File renamed without changes.
2 changes: 2 additions & 0 deletions jquery/turnitintooltwo_extra-2018102601.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions jquery/turnitintooltwo_migration_tool-2018082301.min.js

This file was deleted.

Loading

0 comments on commit 45e7d9a

Please sign in to comment.