forked from blindsidenetworks-ps/moodle-mod_bigbluebuttonbn
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathversion.php
26 lines (23 loc) · 940 Bytes
/
version.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/**
* Version for BigBlueButtonBN Moodle Activity Module.
*
* @package mod_bigbluebuttonbn
* @author Fred Dixon (ffdixon [at] blindsidenetworks [dt] com)
* @author Jesus Federico (jesus [at] blindsidenetworks [dt] com)
* @copyright 2010-2014 Blindside Networks Inc.
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v2 or later
*/
defined('MOODLE_INTERNAL') || die;
#$module->version = 2014101007;
#$module->requires = 2010112400;
#$module->cron = 0;
#$module->component = 'mod_bigbluebuttonbn';
#$module->maturity = MATURITY_STABLE; // [MATURITY_STABLE | MATURITY_RC | MATURITY_BETA | MATURITY_ALPHA]
#$module->release = '1.0.11';
$plugin->version = 2014101007;
$plugin->requires = 2013111800;
$plugin->cron = 0;
$plugin->component = 'mod_bigbluebuttonbn';
$plugin->maturity = MATURITY_STABLE; // [MATURITY_STABLE | MATURITY_RC | MATURITY_BETA | MATURITY_ALPHA]
$plugin->release = '1.0.11';