Browse Source

Fix version and changelog.

MOODLE_33_STABLE
Dan Marsden 8 years ago
parent
commit
aa93cbb0a1
  1. 12
      CHANGELOG.md
  2. 2
      version.php

12
CHANGELOG.md

@ -1,18 +1,18 @@
### [Unreleased] ### Date: 2017-June-14
### Release: 3.3.8
- New Feature: Allow automatic marking using site logs. - New Feature: Allow automatic marking using site logs.
- Improvement: Allow default view for teachers to be set at admin level. - 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 ### Date: 2017-May-23
### Release: 2017052301 ### Release: 3.3.7
- New Feature: New site Level/course category report with average course attendance. - New Feature: New site Level/course category report with average course attendance.
- New Feature: Allow unmarked students to be automatically marked when session closes. - New Feature: Allow unmarked students to be automatically marked when session closes.
--- ---
### Date: 2017-May-11 ### Date: 2017-May-11
### Release: 2017051104
- New Feature: Allow subnet mask to be set at the attendance session level. - 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 certain statuses to be hidden from students when self-marking attendance.
- New Feature: Allow student password to be viewed on session list page. - New Feature: Allow student password to be viewed on session list page.
@ -23,8 +23,6 @@
--- ---
### Date: 2017-Apr-21 ### Date: 2017-Apr-21
### Release: 2017042100
- Feature: Allow a random self-marking password to be used when creating session. - 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: #63 use core useridentity setting when showing list of users.
- Improvement: #258 Add link to attendance on student overview report. - Improvement: #258 Add link to attendance on student overview report.

2
version.php

@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die();
$plugin->version = 2017050209; $plugin->version = 2017050209;
$plugin->requires = 2017042100; $plugin->requires = 2017042100;
$plugin->release = '3.3.7'; $plugin->release = '3.3.8';
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0; $plugin->cron = 0;
$plugin->component = 'mod_attendance'; $plugin->component = 'mod_attendance';

Loading…
Cancel
Save