Browse Source

Bump version and update changelog.

MOODLE_34_STABLE
Dan Marsden 8 years ago
parent
commit
6b39a958e3
  1. 2
      CHANGELOG.md
  2. 4
      version.php

2
CHANGELOG.md

@ -1,6 +1,8 @@
### [Unreleased] ### [Unreleased]
- 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: 2017052301

4
version.php

@ -23,9 +23,9 @@
*/ */
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->version = 2017060900; $plugin->version = 2017061400;
$plugin->requires = 2017042100; $plugin->requires = 2017042100;
$plugin->release = '3.3.7'; $plugin->release = '3.3.8';
$plugin->maturity = MATURITY_ALPHA; $plugin->maturity = MATURITY_ALPHA;
$plugin->cron = 0; $plugin->cron = 0;
$plugin->component = 'mod_attendance'; $plugin->component = 'mod_attendance';

Loading…
Cancel
Save