Skip to content

Commit 56c3e3c

Browse files
committed
Add release notes and update version.
1 parent e090272 commit 56c3e3c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### Date: 2016-December-21
2+
### Release: v2016122101
3+
4+
- Fixes:
5+
- Changed the language codes to correctly recognise Simplified Chinese in Moodle.
6+
- Pass the correct Simplified Chinese language code to Turnitin.
7+
18
### Date: 2016-September-14
29
### Release: v2016091401
310

version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$plugin = new StdClass();
2424
}
2525

26-
$plugin->version = 2016091401;
26+
$plugin->version = 2016122101;
2727
$plugin->release = "2.6+";
2828
$plugin->requires = 2013111800;
2929
$plugin->component = 'mod_turnitintooltwo';

0 commit comments

Comments
 (0)