forked from bostelm/moodle-mod_scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.php
More file actions
21 lines (17 loc) · 743 Bytes
/
version.php
File metadata and controls
21 lines (17 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
* Version information for mod/scheduler
*
* @package mod_scheduler
* @copyright 2016 Henning Bostelmann and others (see README.txt)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
/*
* This is the development branch (master) of the scheduler module.
*/
$plugin->component = 'mod_scheduler'; // Full name of the plugin (used for diagnostics).
$plugin->version = 2018112700; // The current module version (Date: YYYYMMDDXX).
$plugin->release = '3.x dev'; // Human-friendly version name.
$plugin->requires = 2017051200; // Requires Moodle 3.3.
$plugin->maturity = MATURITY_ALPHA; // Alpha development code - not for production sites!