From 34183f0c5c31af73348deb80d207d78c5a9bc17e Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 14 Jun 2017 11:43:46 +1200 Subject: [PATCH] Fix version and changelog. --- CHANGELOG.md | 12 +++++------- version.php | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 168aff3..07a401f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/version.php b/version.php index 0d790ae..91527c8 100644 --- a/version.php +++ b/version.php @@ -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';