Skip to content

Commit

Permalink
Merge pull request #764 from turnitin/release-2024-09-11
Browse files Browse the repository at this point in the history
Release notes + version bump
  • Loading branch information
jack-tii authored Sep 11, 2024
2 parents 69dcfed + c372af7 commit 0918178
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### Date: 2024-September-11
### Release: v2024091101

---

#### Database Dumps Fixed
Previously the Show Data Dump and Save Data Dump tabs would sometimes display an error. This is now functioning as expected.

#### Anonymous Marking Fixed
Some users encountered an issue where student first names would be shown while anonymous marking was enabled. This has now been fixed.

---

### Date: 2024-August-01
### Release: v2024080101

Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
$plugin = new StdClass();
}

$plugin->version = 2024080102;
$plugin->version = 2024110901;
$plugin->release = "4.1+";
$plugin->requires = 2016052300;
$plugin->requires = 2022112800; // Require Moodle 4.1.0+
$plugin->component = 'mod_turnitintooltwo';
$plugin->maturity = MATURITY_STABLE;

Expand Down

0 comments on commit 0918178

Please sign in to comment.