Fix version and changelog.
authorDan Marsden <dan@danmarsden.com>
Tue, 13 Jun 2017 23:43:46 +0000 (11:43 +1200)
committerDan Marsden <dan@danmarsden.com>
Tue, 13 Jun 2017 23:46:55 +0000 (11:46 +1200)
CHANGELOG.md
version.php

index 168aff3..07a401f 100644 (file)
@@ -1,18 +1,18 @@
-### [Unreleased]
+### Date:              2017-June-14
+### Release:   3.2.13
 - New Feature: Allow automatic marking using site logs.
 - Improvement: Allow default view for teachers to be set at admin level.
+- Improvement: All courses user report now displays as table.
+- Bug fix: Restored attendances do not create calendar events correctly.
 
 ### Date:              2017-May-23
-### Release:   2017052301
-
+### Release:    3.2.12
 - New Feature: New site Level/course category report with average course attendance.
 - New Feature: Allow unmarked students to be automatically marked when session closes.
 
 ---
 
 ### Date:              2017-May-11
-### Release:   2017051104
-
 - New Feature: Allow subnet mask to be set at the attendance session level.
 - New Feature: Allow certain statuses to be hidden from students when self-marking attendance.
 - New Feature: Allow student password to be viewed on session list page.
@@ -23,8 +23,6 @@
 ---
 
 ### Date:              2017-Apr-21
-### Release:   2017042100
-
 - Feature: Allow a random self-marking password to be used when creating session.
 - Improvement: #63 use core useridentity setting when showing list of users.
 - Improvement: #258 Add link to attendance on student overview report.
index 0d790ae..91527c8 100644 (file)
@@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die();
 
 $plugin->version  = 2016121314;
 $plugin->requires = 2016111800;
-$plugin->release = '3.2.12';
+$plugin->release = '3.2.13';
 $plugin->maturity  = MATURITY_STABLE;
 $plugin->cron     = 0;
 $plugin->component = 'mod_attendance';